chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-01 06:54:28 +00:00
parent 75b0ed55f6
commit 4679f65782
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(css/prefixer)** Fix flex box (#4212) ([75b0ed5](https://github.com/swc-project/swc/commit/75b0ed55f6c352ab2cd918ac746ceef99fa0f124))
### Features

2
Cargo.lock generated
View File

@ -3080,7 +3080,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.99.3"
version = "0.99.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.99.3"
version = "0.99.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html