Skip to content

Commit

Permalink
Release Packages:1.0.3 (#7801)
Browse files Browse the repository at this point in the history
Reelase Packages:1.0.3

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 4, 2024
1 parent 7cbb9c1 commit 976f5df
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"license": "MIT",
"description": "Development server 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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down

2 comments on commit 976f5df

@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-09-04 cd962e5) Current Change
10000_development-mode + exec 2.22 s ± 25 ms 2.22 s ± 30 ms +0.02 %
10000_development-mode_hmr + exec 683 ms ± 19 ms 686 ms ± 9 ms +0.43 %
10000_production-mode + exec 2.85 s ± 46 ms 2.83 s ± 32 ms -0.71 %
arco-pro_development-mode + exec 1.83 s ± 75 ms 1.86 s ± 63 ms +1.70 %
arco-pro_development-mode_hmr + exec 435 ms ± 1.7 ms 435 ms ± 3.5 ms -0.15 %
arco-pro_production-mode + exec 3.24 s ± 78 ms 3.25 s ± 82 ms +0.23 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.31 s ± 63 ms 3.32 s ± 85 ms +0.23 %
threejs_development-mode_10x + exec 1.66 s ± 15 ms 1.65 s ± 16 ms -0.70 %
threejs_development-mode_10x_hmr + exec 803 ms ± 14 ms 796 ms ± 5.9 ms -0.91 %
threejs_production-mode_10x + exec 5.15 s ± 29 ms 5.15 s ± 42 ms -0.01 %

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

Please sign in to comment.