Skip to content

Commit

Permalink
chore: Publish 1.9.3-nightly-20241122.1 with swc_core v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 22, 2024
1 parent 4e903e9 commit 6fa8ca8
Show file tree
Hide file tree
Showing 39 changed files with 82 additions and 104 deletions.
106 changes: 42 additions & 64 deletions bindings/Cargo.lock

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

6 changes: 3 additions & 3 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ resolver = "2"
sourcemap = "8.0.1"
swc_atoms = "2.0.0"
swc_cached = "1.0.0"
swc_cli_impl = "5.0.0"
swc_common = "4.0.0"
swc_cli_impl = "6.0.1"
swc_common = "4.0.1"
swc_compiler_base = "5.0.0"
swc_config = "1.0.0"
swc_core = "5.0.3"
swc_core = "6.0.1"
swc_css_ast = "4.0.1"
swc_css_codegen = "4.0.0"
swc_css_minifier = "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.9.2"
version = "1.9.3-nightly-20241122.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.9.2"
version = "1.9.3-nightly-20241122.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.9.2"
version = "1.9.3-nightly-20241122.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.445"
version = "0.91.446"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.9.2",
"version": "1.9.3-nightly-20241122.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.9.2",
"version": "1.9.3-nightly-20241122.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.9.2",
"version": "1.9.3-nightly-20241122.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.9.2",
"version": "1.9.3-nightly-20241122.1",
"os": [
"linux"
],
Expand Down
Loading

0 comments on commit 6fa8ca8

Please sign in to comment.