Skip to content

Commit

Permalink
chore: Publish crates with swc_core v0.104.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Sep 13, 2024
1 parent 190d6f0 commit b1f0423
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-spies-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-lies-work.md

This file was deleted.

6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.104.1"
version = "0.104.2"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.206.0"
version = "0.206.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.113.0"
version = "0.113.1"

[lib]
bench = false
Expand Down

0 comments on commit b1f0423

Please sign in to comment.