Skip to content

Commit

Permalink
release: 1.0.0-beta.1 (#7367)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 30, 2024
1 parent d49d325 commit 9e2cbe9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "CLI for rspack",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-lite-tapable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/lite-tapable",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "Lite weight tapable for Rspack",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-preact-refresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-preact-refresh",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "Preact refresh plugin for rspack",
"main": "dist/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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "MIT",
"description": "React refresh plugin for rspack",
"main": "dist/index.js",
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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin-test/copy-plugin/build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit 9e2cbe9

@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-07-30 20b45b8) Current Change
10000_development-mode + exec 2.18 s ± 20 ms 2.29 s ± 32 ms +5.10 %
10000_development-mode_hmr + exec 698 ms ± 5.3 ms 713 ms ± 3.2 ms +2.11 %
10000_production-mode + exec 2.66 s ± 35 ms 2.79 s ± 153 ms +4.98 %
arco-pro_development-mode + exec 1.88 s ± 61 ms 1.87 s ± 53 ms -0.33 %
arco-pro_development-mode_hmr + exec 435 ms ± 2.6 ms 434 ms ± 3.6 ms -0.22 %
arco-pro_production-mode + exec 3.39 s ± 88 ms 3.44 s ± 67 ms +1.51 %
threejs_development-mode_10x + exec 1.76 s ± 21 ms 1.75 s ± 16 ms -0.66 %
threejs_development-mode_10x_hmr + exec 862 ms ± 6.7 ms 863 ms ± 9.9 ms +0.20 %
threejs_production-mode_10x + exec 5.48 s ± 31 ms 5.5 s ± 21 ms +0.29 %

Threshold exceeded: ["10000_development-mode + exec"]

@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 ❌ failure
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rsbuild ✅ success
examples ✅ 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.

📝 Benchmark detail: Open

Name Base (2024-07-30 20b45b8) Current Change
10000_development-mode + exec 2.18 s ± 20 ms 2.28 s ± 33 ms +4.79 %
10000_development-mode_hmr + exec 698 ms ± 5.3 ms 713 ms ± 6.9 ms +2.08 %
10000_production-mode + exec 2.66 s ± 35 ms 2.74 s ± 30 ms +2.98 %
arco-pro_development-mode + exec 1.88 s ± 61 ms 1.89 s ± 97 ms +0.34 %
arco-pro_development-mode_hmr + exec 435 ms ± 2.6 ms 434 ms ± 1.8 ms -0.13 %
arco-pro_production-mode + exec 3.39 s ± 88 ms 3.42 s ± 90 ms +0.74 %
threejs_development-mode_10x + exec 1.76 s ± 21 ms 1.75 s ± 17 ms -0.92 %
threejs_development-mode_10x_hmr + exec 862 ms ± 6.7 ms 859 ms ± 8.5 ms -0.28 %
threejs_production-mode_10x + exec 5.48 s ± 31 ms 5.48 s ± 19 ms -0.03 %

Please sign in to comment.