Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 89 additions & 89 deletions Cargo.lock

Large diffs are not rendered by default.

170 changes: 85 additions & 85 deletions Cargo.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
4 changes: 2 additions & 2 deletions crates/rspack_workspace/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pub const fn rspack_swc_core_version() -> &'static str {

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

/// The version of the Rust workspace in the root `Cargo.toml` of the repository.
pub const fn rspack_workspace_version() -> &'static str {
"0.5.1"
"0.5.2"
}
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-arm64",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-x64",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-linux-x64-gnu",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-wasm32-wasi",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.wasi.cjs",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-win32-x64-msvc",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspack",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://rspack.rs",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/browser",
"version": "1.5.1",
"version": "1.5.2",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "1.5.1",
"version": "1.5.2",
"description": "CLI for rspack",
"homepage": "https://rspack.rs",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/test-tools",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "1.5.1",
"version": "1.5.2",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down
Loading