chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-10 02:31:08 +00:00
parent 54ac992781
commit 206b1e9b02
4 changed files with 7 additions and 10 deletions

View File

@ -17,6 +17,9 @@
- **(es/minifier)** Support `module: "unknown"` ([#9026](https://github.com/swc-project/swc/issues/9026)) ([cada50b](https://github.com/swc-project/swc/commit/cada50b01746978d7c2c16fd03c3a6672aeed118))
- **(es/renamer)** Workaround a bug of Safari ([#9029](https://github.com/swc-project/swc/issues/9029)) ([54ac992](https://github.com/swc-project/swc/commit/54ac992781fa5a619ee1bcb9f097c3915276d9a3))
- **(es/transforms)** Add experimental output API for transforms ([#9000](https://github.com/swc-project/swc/issues/9000)) ([6fa79be](https://github.com/swc-project/swc/commit/6fa79be0814a6e4dc5d7f61fb3bead3c13920a9d))
@ -1283,12 +1286,6 @@
## [1.3.97] - 2023-11-09
### Bug Fixes
- **(css/modules)** Fix handling of `:global()` selector ([#8219](https://github.com/swc-project/swc/issues/8219)) ([02cd7c2](https://github.com/swc-project/swc/commit/02cd7c2608758476545aadf62e01f2d74ed486f2))
### Miscellaneous Tasks

4
Cargo.lock generated
View File

@ -3939,7 +3939,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.93.0"
version = "0.93.1"
dependencies = [
"anyhow",
"binding_macros",
@ -4632,7 +4632,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.138.3"
version = "0.138.4"
dependencies = [
"better_scoped_tls",
"bitflags 2.5.0",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.93.0"
version = "0.93.1"
[package.metadata.docs.rs]
features = [
"allocator_node",

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.138.3"
version = "0.138.4"
[lib]
bench = false