chore: Bump crates

This commit is contained in:
SWC Bot 2024-05-16 02:11:50 +00:00
parent 255485e373
commit f681924023
5 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/minifier)** Abort array property inliner if the array is used as a ref ([#8956](https://github.com/swc-project/swc/issues/8956)) ([255485e](https://github.com/swc-project/swc/commit/255485e373db506cf96448a76761113050b53c4d))
## [1.5.7] - 2024-05-14
### Documentation

6
Cargo.lock generated
View File

@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.92.4"
version = "0.92.5"
dependencies = [
"anyhow",
"binding_macros",
@ -4470,7 +4470,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.194.4"
version = "0.194.5"
dependencies = [
"ansi_term",
"anyhow",
@ -4873,7 +4873,7 @@ dependencies = [
[[package]]
name = "swc_ecma_usage_analyzer"
version = "0.24.1"
version = "0.24.2"
dependencies = [
"indexmap 2.1.0",
"rustc-hash",

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.92.4"
version = "0.92.5"
[package.metadata.docs.rs]
features = [
"allocator_node",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.194.4"
version = "0.194.5"
[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_usage_analyzer"
repository = "https://github.com/swc-project/swc.git"
version = "0.24.1"
version = "0.24.2"
[package.metadata.docs.rs]
all-features = true