chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-19 02:14:17 +00:00
parent b14d69e9b0
commit 6de0a278f6
3 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,12 @@
- **(css/codegen)** Improve codegen of `@media` (#5544) ([fa7abe2](https://github.com/swc-project/swc/commit/fa7abe26cf2a9eab1d8bcd481cf6fb2dd02188a3))
- **(es/fixer)** Wrap `yield` expression in `extends` (#5555) ([b14d69e](https://github.com/swc-project/swc/commit/b14d69e9b0427751a86d2260f10d4af7495d7ae8))
- **(es/helpers)** Add a missing helper (#5551) ([e930fea](https://github.com/swc-project/swc/commit/e930fea4cafce6452ace889a7a17c5abe071c492))
### Features

2
Cargo.lock generated
View File

@ -3521,7 +3521,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.103.10"
version = "0.103.11"
dependencies = [
"better_scoped_tls",
"bitflags",

View File

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