chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-12 03:14:47 +00:00
parent 5b70233400
commit e15fe530fb
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(css/codegen)** Fix sourcemap of multibyte characters (#5183) ([5b70233](https://github.com/swc-project/swc/commit/5b70233400a5b67cf51650bebbd59dcd0699ba78))
- **(css/parser)** Avoid skipping whitespaces if not required (#5181) ([7b28521](https://github.com/swc-project/swc/commit/7b28521d72776a33f5d51c8ac9fdc674268fa418))

2
Cargo.lock generated
View File

@ -3170,7 +3170,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.108.0"
version = "0.108.1"
dependencies = [
"auto_impl",
"bitflags",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.108.0"
version = "0.108.1"
[lib]
bench = false