Skip to content

Commit 1c2d7ab

Browse files
authored
chore: release 1.3.12 (#10486)
chore: release
1 parent 8d8ddb1 commit 1c2d7ab

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

crates/node_binding/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "binding.js",
@@ -63,4 +63,4 @@
6363
"@rspack/binding-wasm32-wasi": "workspace:*",
6464
"@rspack/binding-win32-x64-msvc": "workspace:*"
6565
}
66-
}
66+
}

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-arm64",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.darwin-arm64.node",
@@ -23,4 +23,4 @@
2323
"cpu": [
2424
"arm64"
2525
]
26-
}
26+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-x64",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.darwin-x64.node",
@@ -23,4 +23,4 @@
2323
"cpu": [
2424
"x64"
2525
]
26-
}
26+
}

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-linux-x64-gnu",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.linux-x64-gnu.node",
@@ -26,4 +26,4 @@
2626
"libc": [
2727
"glibc"
2828
]
29-
}
29+
}

npm/wasm32-wasi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-wasm32-wasi",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.wasi.cjs",
@@ -25,4 +25,4 @@
2525
"dependencies": {
2626
"@napi-rs/wasm-runtime": "^0.2.10"
2727
}
28-
}
28+
}

npm/win32-x64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-win32-x64-msvc",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.win32-x64-msvc.node",
@@ -23,4 +23,4 @@
2323
"cpu": [
2424
"x64"
2525
]
26-
}
26+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monorepo",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "The fast Rust-based web bundler with webpack-compatible API",
66
"private": true,
@@ -97,4 +97,4 @@
9797
"esbuild"
9898
]
9999
}
100-
}
100+
}

packages/create-rspack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspack",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"homepage": "https://rspack.dev",
55
"bugs": "https://github.com/web-infra-dev/rspack/issues",
66
"repository": {
@@ -34,4 +34,4 @@
3434
"access": "public",
3535
"provenance": true
3636
}
37-
}
37+
}

packages/rspack-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/cli",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"description": "CLI for rspack",
55
"homepage": "https://rspack.dev",
66
"bugs": "https://github.com/web-infra-dev/rspack/issues",

packages/rspack-test-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/test-tools",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"license": "MIT",
55
"description": "Test tools for rspack",
66
"main": "dist/index.js",
@@ -112,4 +112,4 @@
112112
"peerDependencies": {
113113
"@rspack/core": ">=1.0.0"
114114
}
115-
}
115+
}

packages/rspack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/core",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"webpackVersion": "5.75.0",
55
"license": "MIT",
66
"description": "The fast Rust-based web bundler with webpack-compatible API",
@@ -77,4 +77,4 @@
7777
"optional": true
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)