mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
chore: Publish crates
This commit is contained in:
parent
dc98234fab
commit
190d4e0c79
@ -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
2
Cargo.lock
generated
@ -3157,7 +3157,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_css_prefixer"
|
||||
version = "0.117.0"
|
||||
version = "0.117.1"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"preset_env_base",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user