chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-03 01:26:25 +00:00
parent 90ac93af12
commit f55c97cc30
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(css/prefixer)** Add prefix for `print-color-adjust` (#4503) ([90ac93a](https://github.com/swc-project/swc/commit/90ac93af12b9fb8d50f15ce98a7af5c5ce21d77b))
- **(es/bugfixes)** Fix handling of syntax context (#4490) ([a444726](https://github.com/swc-project/swc/commit/a444726fe3014c1a241439d8126188c0c5fe5212))

2
Cargo.lock generated
View File

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