Skip to content

Commit

Permalink
chore: Publish 1.7.20-nightly-20240828.1 with swc_core v0.102.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Aug 28, 2024
1 parent bebde7e commit 63656bc
Show file tree
Hide file tree
Showing 33 changed files with 130 additions and 52 deletions.
118 changes: 98 additions & 20 deletions bindings/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 bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resolver = "2"
swc_common = "0.37.5"
swc_compiler_base = "0.19.0"
swc_config = "0.1.15"
swc_core = "0.102.0"
swc_core = "0.102.1"
swc_css_ast = "0.144.0"
swc_css_codegen = "0.155.0"
swc_css_minifier = "0.120.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.7.19"
version = "1.7.20-nightly-20240828.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.7.19"
version = "1.7.20-nightly-20240828.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.7.19"
version = "1.7.20-nightly-20240828.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.397"
version = "0.91.398"

[[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.7.19",
"version": "1.7.20-nightly-20240828.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.7.19",
"version": "1.7.20-nightly-20240828.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.7.19",
"version": "1.7.20-nightly-20240828.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.7.19",
"version": "1.7.20-nightly-20240828.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.19",
"version": "1.7.20-nightly-20240828.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.19",
"version": "1.7.20-nightly-20240828.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.19",
"version": "1.7.20-nightly-20240828.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scripts/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.19",
"version": "1.7.20-nightly-20240828.1",
"os": [
"linux"
],
Expand Down
Loading

0 comments on commit 63656bc

Please sign in to comment.