chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-20 03:38:17 +00:00
parent 2f7e322214
commit ba70a54493
6 changed files with 11 additions and 8 deletions

View File

@ -5,6 +5,9 @@
- **(es)** Improve sourcemap (#5569) ([2f7e322](https://github.com/swc-project/swc/commit/2f7e3222140aba2a0e13e307f18b42f6b39f084d))
- **(es/compat)** Use separate `SyntaxContext` for class names (#5566) ([b717a68](https://github.com/swc-project/swc/commit/b717a68199fc965632e9513d2c57a47af23231d8))
### Features

8
Cargo.lock generated
View File

@ -3241,7 +3241,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.90.10"
version = "0.90.11"
dependencies = [
"arbitrary",
"bitflags",
@ -3260,7 +3260,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.121.5"
version = "0.121.6"
dependencies = [
"criterion",
"memchr",
@ -3660,7 +3660,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.130.4"
version = "0.130.5"
dependencies = [
"either",
"serde",
@ -3735,7 +3735,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.145.4"
version = "0.145.5"
dependencies = [
"criterion",
"serde",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.90.10"
version = "0.90.11"
[package.metadata.docs.rs]
all-features = true

View File

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

View File

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

View File

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