chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-13 08:33:46 +00:00
parent ac4f14ad7b
commit b2e4be5c1e
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(css/prefixer)** Don't prefix if it's already prefixed (#4307) ([690ce26](https://github.com/swc-project/swc/commit/690ce2628c988a3d1823cbcf4f786203e548cb84))
- **(css/prefixer)** Handle at-rules and don't generate unnecessary prefixes (#4318) ([ac4f14a](https://github.com/swc-project/swc/commit/ac4f14ad7b70e67c41507cafd997f6b4e346e815))
- **(es/compat)** Fix renaming bug of `block_scoping` (#4310) ([6c9882e](https://github.com/swc-project/swc/commit/6c9882ec68fee9b702f5e4749482eca74fbd87e8))

2
Cargo.lock generated
View File

@ -3091,7 +3091,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.100.2"
version = "0.100.3"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_prefixer"
repository = "https://github.com/swc-project/swc.git"
version = "0.100.2"
version = "0.100.3"
[lib]
bench = false