chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-14 04:13:17 +00:00
parent 405e5ed0b3
commit 62b021b5b2
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(css/prefixer)** Handle at-rules and don't generate unnecessary prefixes (#4318) ([ac4f14a](https://github.com/swc-project/swc/commit/ac4f14ad7b70e67c41507cafd997f6b4e346e815))
- **(css/prefixer)** Fix more bugs (#4330) ([405e5ed](https://github.com/swc-project/swc/commit/405e5ed0b3bbcf8076c80d1383588bfee1cf8d22))
- **(es/codegen)** Fix overflow of numeric literals (#4321) ([0245e26](https://github.com/swc-project/swc/commit/0245e26af5f984cf89a2f474d89f6b3dfe2f0eff))

2
Cargo.lock generated
View File

@ -3091,7 +3091,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.100.3"
version = "0.100.4"
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.3"
version = "0.100.4"
[lib]
bench = false