Skip to content

Commit d0dd531

Browse files
committed
chore: Publish crates with swc_core v0.102.2
1 parent 222aca1 commit d0dd531

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.changeset/real-bugs-double.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.102.1"
9+
version = "0.102.2"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

crates/swc_ecma_transforms_optimization/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "Apache-2.0"
88
name = "swc_ecma_transforms_optimization"
99
repository = "https://github.com/swc-project/swc.git"
10-
version = "0.208.0"
10+
version = "0.208.1"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[lib]

0 commit comments

Comments
 (0)