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 238ba8b commit a514cad
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 42 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-sloths-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-buckets-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rare-plants-shout.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/real-pears-change.md

This file was deleted.

14 changes: 7 additions & 7 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_common/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_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.37.3"
version = "0.37.4"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/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_compiler_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.18.0"
version = "0.18.1"

[features]
node = ["napi", "napi-derive"]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_visit/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_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.4"
version = "0.143.5"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_ast/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_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.118.1"
version = "0.118.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_visit/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_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.104.5"
version = "0.104.6"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = { workspace = true }
name = "swc_html_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.37.4"
version = "0.37.5"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_xml_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = { workspace = true }
name = "swc_xml_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.16.4"
version = "0.16.5"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit a514cad

Please sign in to comment.