chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-15 06:29:53 +00:00
parent 6d240768b1
commit 5f75019683
4 changed files with 7 additions and 12 deletions

View File

@ -7,6 +7,9 @@
- **(es/parser)** Fix span of `BindingIdent` ([#8859](https://github.com/swc-project/swc/issues/8859)) ([fbd32fb](https://github.com/swc-project/swc/commit/fbd32fbff323ff4116e82d2dd1d763f7f3844de2))
- **(es/proposal)** Update explicit resource management to match spec ([#8860](https://github.com/swc-project/swc/issues/8860)) ([6d24076](https://github.com/swc-project/swc/commit/6d240768b11cd6cabd347a54c135cb8937df2240))
## [1.4.14] - 2024-04-15
### Bug Fixes
@ -1365,12 +1368,4 @@
- **(bindingins)** Create `@swc/counter` ([#7991](https://github.com/swc-project/swc/issues/7991)) ([0acbb5f](https://github.com/swc-project/swc/commit/0acbb5f78daa52cf505e077993a694eb966368af))
## [1.3.87] - 2023-09-22
### Bug Fixes
- **(es/compat)** Handle nullish in fn expr scope ([#7980](https://github.com/swc-project/swc/issues/7980)) ([5050f58](https://github.com/swc-project/swc/commit/5050f5820a43b8de7a87511070405e189eaafb5f))
<!-- generated by git-cliff -->

4
Cargo.lock generated
View File

@ -4626,7 +4626,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.137.18"
version = "0.137.19"
dependencies = [
"better_scoped_tls",
"bitflags 2.5.0",
@ -4773,7 +4773,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.171.21"
version = "0.171.22"
dependencies = [
"either",
"rustc-hash",

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.137.18"
version = "0.137.19"
[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.171.21"
version = "0.171.22"
[lib]
bench = false