chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-10 03:50:36 +00:00
parent 56b10367a3
commit dd68886add
3 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,9 @@
- **(ast)** Make css/html ast serializable (#5427) ([56b1036](https://github.com/swc-project/swc/commit/56b10367a3acdc6e0a034ce7c6c8562bbaa9ddc6))
- **(dbg-swc)** Improve minifier comparator (#5411) ([d1da899](https://github.com/swc-project/swc/commit/d1da89939f169437e67031833ea09237968dd620)) - **(dbg-swc)** Improve minifier comparator (#5411) ([d1da899](https://github.com/swc-project/swc/commit/d1da89939f169437e67031833ea09237968dd620))

2
Cargo.lock generated
View File

@ -3173,7 +3173,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_ast" name = "swc_css_ast"
version = "0.105.0" version = "0.105.1"
dependencies = [ dependencies = [
"bytecheck", "bytecheck",
"is-macro", "is-macro",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_ast" name = "swc_css_ast"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.105.0" version = "0.105.1"
[lib] [lib]
bench = false bench = false