chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-18 05:16:23 +00:00
parent cfe3ba306d
commit ddaafe00e0
4 changed files with 7 additions and 7 deletions

View File

@ -7,6 +7,9 @@
- **(css/minifier)** Don't tranform rotate deg ([#9072](https://github.com/swc-project/swc/issues/9072)) ([8d37dae](https://github.com/swc-project/swc/commit/8d37daedf10cbf5fa7ac8ceeb4192ddd6241e310))
- **(es/decorators)** Reduce the number of sourcemap mappings ([#9074](https://github.com/swc-project/swc/issues/9074)) ([cfe3ba3](https://github.com/swc-project/swc/commit/cfe3ba306dc709149c496f67dbb7f35dc4f86819))
### Performance
@ -1295,9 +1298,6 @@
- **(es/codegen)** Fix `get_ascii_only_ident` ([#8287](https://github.com/swc-project/swc/issues/8287)) ([07c8935](https://github.com/swc-project/swc/commit/07c8935904122191b4dad141e6fe164298f46af9))
- **(es/minifier)** Apply new `SyntaxContext` to inlined `Arrow` ([#8301](https://github.com/swc-project/swc/issues/8301)) ([c18a959](https://github.com/swc-project/swc/commit/c18a959e3a53c52c05672297a39f6eb628a076a0))

4
Cargo.lock generated
View File

@ -4177,7 +4177,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.115.0"
version = "0.115.1"
dependencies = [
"arbitrary",
"bitflags 2.5.0",
@ -4779,7 +4779,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.174.0"
version = "0.174.1"
dependencies = [
"either",
"rustc-hash",

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.115.0"
version = "0.115.1"
[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_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.174.0"
version = "0.174.1"
[lib]
bench = false