Skip to content

Commit

Permalink
chore: Publish 1.5.2 with swc_core v0.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 27, 2024
1 parent de37b76 commit 501ae8b
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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/binding_core_wasm/Cargo.toml
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.5.1"
version = "1.5.2"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
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.5.1"
version = "1.5.2"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
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.232"
version = "0.91.233"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.5.1",
"version": "1.5.2",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.5.1",
"version": "1.5.2",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"darwin"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/linux-arm64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"linux"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/linux-x64-musl/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"linux"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/win32-ia32-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/scripts/npm/win32-x64-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.5.1",
"version": "1.5.2",
"os": [
"win32"
],
Expand Down

0 comments on commit 501ae8b

Please sign in to comment.