chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-17 12:38:41 +00:00
parent 674c788654
commit 57361bf0d8
3 changed files with 5 additions and 2 deletions

View File

@ -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
View File

@ -3157,7 +3157,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.117.1"
version = "0.117.2"
dependencies = [
"once_cell",
"preset_env_base",

View File

@ -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