Skip to content

Commit ee5fc75

Browse files
authored
chore: release 1.3.2 (#9900)
1 parent fefe86d commit ee5fc75

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

crates/node_binding/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "binding.js",
@@ -64,4 +64,4 @@
6464
"@rspack/binding-wasm32-wasi": "workspace:*",
6565
"@rspack/binding-win32-x64-msvc": "workspace:*"
6666
}
67-
}
67+
}

npm/darwin-arm64/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-arm64",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-x64",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-linux-x64-gnu",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-wasm32-wasi",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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.7"
2727
}
28-
}
28+
}

npm/win32-x64-msvc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-win32-x64-msvc",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monorepo",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"license": "MIT",
55
"description": "The fast Rust-based web bundler with webpack-compatible API",
66
"private": true,
@@ -89,4 +89,4 @@
8989
"rollup-plugin-dts": "patches/rollup-plugin-dts.patch"
9090
}
9191
}
92-
}
92+
}

packages/create-rspack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspack",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/cli",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "CLI for rspack",
55
"homepage": "https://rspack.dev",
66
"bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -69,4 +69,4 @@
6969
"access": "public",
7070
"provenance": true
7171
}
72-
}
72+
}

packages/rspack-test-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/test-tools",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"license": "MIT",
55
"description": "Test tools for rspack",
66
"main": "dist/index.js",
@@ -115,4 +115,4 @@
115115
"peerDependencies": {
116116
"@rspack/core": ">=1.0.0"
117117
}
118-
}
118+
}

packages/rspack-tracing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/tracing",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"type": "module",
55
"description": "Internal tracing package for rspack",
66
"homepage": "https://rspack.dev",
@@ -27,4 +27,4 @@
2727
"@opentelemetry/resources": "^1.30.1",
2828
"@opentelemetry/sdk-node": "^0.54.2"
2929
}
30-
}
30+
}

packages/rspack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/core",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"webpackVersion": "5.75.0",
55
"license": "MIT",
66
"description": "The fast Rust-based web bundler with webpack-compatible API",
@@ -90,4 +90,4 @@
9090
"optional": true
9191
}
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)