Skip to content

Commit c85f843

Browse files
authored
chore: release v1.5.2 (#11534)
Release 0.5.2 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
1 parent 6217040 commit c85f843

File tree

15 files changed

+188
-188
lines changed

15 files changed

+188
-188
lines changed

Cargo.lock

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 85 additions & 85 deletions
Large diffs are not rendered by default.

crates/node_binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "binding.js",

crates/rspack_workspace/src/generated.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ pub const fn rspack_swc_core_version() -> &'static str {
66

77
/// The version of the JavaScript `@rspack/core` package.
88
pub const fn rspack_pkg_version() -> &'static str {
9-
"1.5.1"
9+
"1.5.2"
1010
}
1111

1212
/// The version of the Rust workspace in the root `Cargo.toml` of the repository.
1313
pub const fn rspack_workspace_version() -> &'static str {
14-
"0.5.1"
14+
"0.5.2"
1515
}

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-arm64",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.darwin-arm64.node",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-x64",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.darwin-x64.node",

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-linux-x64-gnu",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.linux-x64-gnu.node",

npm/wasm32-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-wasm32-wasi",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.wasi.cjs",

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-win32-x64-msvc",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.win32-x64-msvc.node",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monorepo",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"license": "MIT",
55
"description": "The fast Rust-based web bundler with webpack-compatible API",
66
"private": true,

0 commit comments

Comments
 (0)