chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-17 07:12:26 +00:00
parent dc98234fab
commit 190d4e0c79
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(css/prefixer)** Handle supports (#5503) ([dc98234](https://github.com/swc-project/swc/commit/dc98234fab255a411d56a363b7a9e1d0c7ff131d))
### Features

2
Cargo.lock generated
View File

@ -3157,7 +3157,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.117.0"
version = "0.117.1"
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.0"
version = "0.117.1"
[lib]
bench = false