Skip to content

Commit

Permalink
release: v0.7.0-beta.0 (#6559)
Browse files Browse the repository at this point in the history
chore: release 0.7.0-beta.0
  • Loading branch information
9aoy authored May 16, 2024
1 parent ea6507e commit 4709d0b
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand All @@ -22,4 +22,4 @@
"cpu": [
"arm64"
]
}
}
4 changes: 2 additions & 2 deletions 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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand All @@ -22,4 +22,4 @@
"cpu": [
"x64"
]
}
}
4 changes: 2 additions & 2 deletions 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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand All @@ -25,4 +25,4 @@
"libc": [
"glibc"
]
}
}
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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "A Fast Rust-based web bundler",
"private": true,
Expand Down Expand Up @@ -82,4 +82,4 @@
"why-is-node-running": "2.2.2"
},
"packageManager": "pnpm@8.14.3"
}
}
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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"main": "index.js",
"bin": {
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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "CLI for rspack",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-server",
"version": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand Down Expand Up @@ -53,4 +53,4 @@
"peerDependencies": {
"@rspack/core": "*"
}
}
}
2 changes: 1 addition & 1 deletion packages/rspack-plugin-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-minify",
"version": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Minify plugin for rspack",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-react-refresh",
"version": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "React refresh plugin for rspack",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.6.5",
"version": "0.7.0-beta.0",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down Expand Up @@ -81,4 +81,4 @@
"react-dom": "18.0.0",
"react-refresh": "0.14.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "0.6.5",
"version": "0.7.0-beta.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "A Fast Rust-based Web Bundler",
Expand Down Expand Up @@ -98,4 +98,4 @@
"optional": true
}
}
}
}

3 comments on commit 4709d0b

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-05-16 dc02c55) Current Change
10000_development-mode + exec 2.6 s ± 23 ms 2.57 s ± 26 ms -1.29 %
10000_development-mode_hmr + exec 702 ms ± 4.9 ms 686 ms ± 6.1 ms -2.34 %
10000_production-mode + exec 2.49 s ± 26 ms 2.44 s ± 27 ms -1.81 %
arco-pro_development-mode + exec 2.48 s ± 65 ms 2.44 s ± 61 ms -1.40 %
arco-pro_development-mode_hmr + exec 432 ms ± 1.9 ms 430 ms ± 1.5 ms -0.52 %
arco-pro_development-mode_hmr_intercept-plugin + exec 441 ms ± 2.3 ms 439 ms ± 1.9 ms -0.60 %
arco-pro_development-mode_intercept-plugin + exec 3.28 s ± 88 ms 3.26 s ± 77 ms -0.69 %
arco-pro_production-mode + exec 4.07 s ± 89 ms 3.99 s ± 64 ms -1.97 %
arco-pro_production-mode_intercept-plugin + exec 4.86 s ± 77 ms 4.82 s ± 93 ms -0.82 %
threejs_development-mode_10x + exec 1.97 s ± 16 ms 1.95 s ± 5.7 ms -1.24 %
threejs_development-mode_10x_hmr + exec 755 ms ± 5.7 ms 744 ms ± 4 ms -1.43 %
threejs_production-mode_10x + exec 5.19 s ± 48 ms 5.12 s ± 30 ms -1.27 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs, self-hosted, Linux, ci ❌ failure
_selftest, ubuntu-latest ✅ success
nx, ubuntu-latest ✅ success
rspress, ubuntu-latest ✅ success
rsbuild, ubuntu-latest ✅ success
compat, ubuntu-latest ✅ success
examples, ubuntu-latest ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs, self-hosted, Linux, ci ✅ success
_selftest, ubuntu-latest ✅ success
nx, ubuntu-latest ✅ success
rspress, ubuntu-latest ✅ success
rsbuild, ubuntu-latest ✅ success
compat, ubuntu-latest ✅ success
examples, ubuntu-latest ✅ success

Please sign in to comment.