mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
chore: Publish crates
This commit is contained in:
parent
674c788654
commit
57361bf0d8
@ -20,6 +20,9 @@
|
||||
- **(api/rust)** Implement more traits for public types (#5488) ([75c8e09](https://github.com/swc-project/swc/commit/75c8e09d6d412e1012a921d9f3932d6f253781e6))
|
||||
|
||||
|
||||
- **(css/prefixer)** Support more env properties and values (#5512) ([674c788](https://github.com/swc-project/swc/commit/674c788654714512000c64abf1a088e0f9f2820b))
|
||||
|
||||
|
||||
- **(es/react)** Add `VisitMut` bound to the return type of react preset (#5499) ([14606d9](https://github.com/swc-project/swc/commit/14606d92225c67145d484f30902d798297a4ffe2))
|
||||
|
||||
### Testing
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3157,7 +3157,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_prefixer"
|
||||
version = "0.117.1"
|
||||
version = "0.117.2"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"preset_env_base",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_css_prefixer"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.117.1"
|
||||
version = "0.117.2"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user