chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-28 01:04:21 +00:00
parent 925b16a563
commit 02af4aa196
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(css/prefixer)** Avoid prefixes for media features (#5308) ([925b16a](https://github.com/swc-project/swc/commit/925b16a563227a43fc52c107a8d2ead577137aa3))
### Testing

2
Cargo.lock generated
View File

@ -3249,7 +3249,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.113.2"
version = "0.113.3"
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.113.2"
version = "0.113.3"
[lib]
bench = false