chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-17 06:45:51 +00:00
parent 75c8e09d6d
commit 916af18b8f
6 changed files with 14 additions and 8 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Features
- **(api/rust)** Implement more traits for public types (#5488) ([75c8e09](https://github.com/swc-project/swc/commit/75c8e09d6d412e1012a921d9f3932d6f253781e6))
### Testing

8
Cargo.lock generated
View File

@ -3078,7 +3078,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.117.0"
version = "0.117.1"
dependencies = [
"auto_impl",
"bitflags",
@ -3361,7 +3361,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.117.5"
version = "0.117.6"
dependencies = [
"criterion",
"either",
@ -3864,7 +3864,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.32.4"
version = "0.32.5"
dependencies = [
"auto_impl",
"bitflags",
@ -4143,7 +4143,7 @@ dependencies = [
[[package]]
name = "swc_xml_codegen"
version = "0.2.4"
version = "0.2.5"
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.117.0"
version = "0.117.1"
[lib]
bench = false

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.117.5"
version = "0.117.6"
[package.metadata.docs.rs]
all-features = true

View File

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

View File

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