Skip to content

Commit

Permalink
release:1.1.0 (#8352)
Browse files Browse the repository at this point in the history
Release Packages:1.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 7, 2024
1 parent ef09261 commit 0890d65
Show file tree
Hide file tree
Showing 10 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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "1.1.0-beta.0",
"version": "1.1.0",
"description": "CLI for rspack",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
Expand Down Expand Up @@ -44,8 +44,8 @@
"yargs": "17.6.2"
},
"devDependencies": {
"@rspack/core": "workspace:*",
"@rslib/core": "0.0.15",
"@rspack/core": "workspace:*",
"@types/interpret": "^1.1.3",
"@types/rechoir": "^0.6.1",
"@types/semver": "^7.5.6",
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.1.0-beta.0",
"version": "1.1.0",
"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.1.0-beta.0",
"version": "1.1.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down

2 comments on commit 0890d65

@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-11-07 52d7dcd) Current Change
10000_big_production-mode + exec 44.3 s ± 1.17 s 44.5 s ± 749 ms +0.60 %
10000_development-mode + exec 1.84 s ± 21 ms 1.83 s ± 26 ms -0.89 %
10000_development-mode_hmr + exec 659 ms ± 13 ms 642 ms ± 3.9 ms -2.49 %
10000_production-mode + exec 2.43 s ± 50 ms 2.43 s ± 39 ms -0.13 %
arco-pro_development-mode + exec 1.78 s ± 45 ms 1.79 s ± 83 ms +0.21 %
arco-pro_development-mode_hmr + exec 431 ms ± 1.5 ms 430 ms ± 1.1 ms -0.11 %
arco-pro_production-mode + exec 3.18 s ± 66 ms 3.19 s ± 62 ms +0.15 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.24 s ± 66 ms 3.24 s ± 93 ms -0.10 %
threejs_development-mode_10x + exec 1.6 s ± 13 ms 1.6 s ± 10 ms +0.22 %
threejs_development-mode_10x_hmr + exec 777 ms ± 8.3 ms 772 ms ± 9.2 ms -0.63 %
threejs_production-mode_10x + exec 4.98 s ± 18 ms 4.99 s ± 40 ms +0.36 %

@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
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ✅ success
devserver ✅ success

Please sign in to comment.