Skip to content

Commit

Permalink
chore: Publish crates with swc_core v0.101.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Aug 19, 2024
1 parent bfaf31b commit f5b5948
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-onions-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-cars-move.md

This file was deleted.

8 changes: 4 additions & 4 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.101.2"
version = "0.101.3"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2015"
repository = "https://github.com/swc-project/swc.git"
version = "0.11.0"
version = "0.11.1"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_compat_es2017/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2017"
repository = "https://github.com/swc-project/swc.git"
version = "0.11.0"
version = "0.11.1"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_proposal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.178.0"
version = "0.178.1"

[lib]
bench = false
Expand Down

0 comments on commit f5b5948

Please sign in to comment.