Skip to content

Commit

Permalink
chore: release 1.2.4 (#9356)
Browse files Browse the repository at this point in the history
* chore: release 1.2.4

* chore: add tests option (#9361)

chore: add tests option for release full

* chore: fix workflow

---------

Co-authored-by: hardfist <[email protected]>
  • Loading branch information
JSerFeng and hardfist authored Feb 19, 2025
1 parent 6032d46 commit d376c73
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions crates/node_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down Expand Up @@ -37,4 +37,4 @@
"@rspack/binding-linux-x64-gnu": "workspace:*",
"@rspack/binding-win32-x64-msvc": "workspace:*"
}
}
}
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": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand All @@ -23,4 +23,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": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand All @@ -23,4 +23,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": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand All @@ -26,4 +26,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand All @@ -23,4 +23,4 @@
"cpu": [
"x64"
]
}
}
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.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspack",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"access": "public",
"provenance": true
}
}
}
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.2.3",
"version": "1.2.4",
"description": "CLI for rspack",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
Expand Down Expand Up @@ -69,4 +69,4 @@
"access": "public",
"provenance": true
}
}
}
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.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/tracing",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"description": "Internal tracing package for rspack",
"homepage": "https://rspack.dev",
Expand All @@ -27,4 +27,4 @@
"@opentelemetry/resources": "^1.26.0",
"@opentelemetry/sdk-node": "^0.54.2"
}
}
}
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": "1.2.3",
"version": "1.2.4",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down Expand Up @@ -89,4 +89,4 @@
"optional": true
}
}
}
}

2 comments on commit d376c73

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on d376c73 Feb 19, 2025

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 (2025-02-19 a81bd20) Current Change
10000_big_production-mode_disable-minimize + exec 36.9 s ± 476 ms 38 s ± 1.09 s +2.76 %
10000_development-mode + exec 1.76 s ± 20 ms 1.76 s ± 41 ms -0.03 %
10000_development-mode_hmr + exec 672 ms ± 7 ms 672 ms ± 6.9 ms -0.06 %
10000_production-mode + exec 2.23 s ± 54 ms 2.23 s ± 106 ms -0.09 %
10000_production-mode_persistent-cold + exec 2.37 s ± 98 ms 2.35 s ± 84 ms -0.89 %
10000_production-mode_persistent-hot + exec 1.63 s ± 48 ms 1.61 s ± 50 ms -0.98 %
arco-pro_development-mode + exec 1.76 s ± 60 ms 1.75 s ± 94 ms -0.45 %
arco-pro_development-mode_hmr + exec 386 ms ± 3.5 ms 386 ms ± 5 ms -0.01 %
arco-pro_production-mode + exec 3.67 s ± 70 ms 3.57 s ± 172 ms -2.89 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.66 s ± 258 ms 3.72 s ± 91 ms +1.52 %
arco-pro_production-mode_persistent-cold + exec 3.71 s ± 205 ms 3.69 s ± 68 ms -0.53 %
arco-pro_production-mode_persistent-hot + exec 2.3 s ± 79 ms 2.32 s ± 146 ms +0.84 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.56 s ± 131 ms 3.62 s ± 85 ms +1.62 %
large-dyn-imports_development-mode + exec 1.99 s ± 47 ms 2.02 s ± 42 ms +1.84 %
large-dyn-imports_production-mode + exec 2.04 s ± 31 ms 2.05 s ± 46 ms +0.38 %
threejs_development-mode_10x + exec 1.52 s ± 7.6 ms 1.57 s ± 46 ms +3.22 %
threejs_development-mode_10x_hmr + exec 774 ms ± 5.1 ms 812 ms ± 26 ms +4.93 %
threejs_production-mode_10x + exec 5.15 s ± 62 ms 5.19 s ± 75 ms +0.66 %
threejs_production-mode_10x_persistent-cold + exec 5.2 s ± 92 ms 5.3 s ± 251 ms +1.99 %
threejs_production-mode_10x_persistent-hot + exec 4.44 s ± 201 ms 4.49 s ± 280 ms +1.08 %
10000_big_production-mode_disable-minimize + rss memory 8666 MiB ± 41 MiB 8669 MiB ± 50.3 MiB +0.03 %
10000_development-mode + rss memory 647 MiB ± 23.7 MiB 648 MiB ± 13 MiB +0.15 %
10000_development-mode_hmr + rss memory 1326 MiB ± 157 MiB 1369 MiB ± 204 MiB +3.21 %
10000_production-mode + rss memory 617 MiB ± 8.92 MiB 638 MiB ± 28.3 MiB +3.42 %
10000_production-mode_persistent-cold + rss memory 724 MiB ± 23 MiB 738 MiB ± 13.3 MiB +1.89 %
10000_production-mode_persistent-hot + rss memory 690 MiB ± 28.4 MiB 721 MiB ± 7.28 MiB +4.51 %
arco-pro_development-mode + rss memory 566 MiB ± 42.3 MiB 586 MiB ± 17.9 MiB +3.42 %
arco-pro_development-mode_hmr + rss memory 654 MiB ± 47.4 MiB 681 MiB ± 64.8 MiB +4.11 %
arco-pro_production-mode + rss memory 716 MiB ± 21.3 MiB 732 MiB ± 23.3 MiB +2.19 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 729 MiB ± 38.1 MiB 744 MiB ± 31.1 MiB +2.07 %
arco-pro_production-mode_persistent-cold + rss memory 798 MiB ± 61 MiB 787 MiB ± 16.5 MiB -1.27 %
arco-pro_production-mode_persistent-hot + rss memory 646 MiB ± 20.1 MiB 673 MiB ± 35.7 MiB +4.12 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 724 MiB ± 42.3 MiB 722 MiB ± 20.4 MiB -0.18 %
large-dyn-imports_development-mode + rss memory 636 MiB ± 1.7 MiB 645 MiB ± 7.45 MiB +1.48 %
large-dyn-imports_production-mode + rss memory 519 MiB ± 4.18 MiB 538 MiB ± 13.6 MiB +3.63 %
threejs_development-mode_10x + rss memory 550 MiB ± 14.7 MiB 550 MiB ± 17.7 MiB +0.03 %
threejs_development-mode_10x_hmr + rss memory 1138 MiB ± 114 MiB 1189 MiB ± 60.6 MiB +4.45 %
threejs_production-mode_10x + rss memory 837 MiB ± 31.6 MiB 844 MiB ± 22.6 MiB +0.83 %
threejs_production-mode_10x_persistent-cold + rss memory 930 MiB ± 31.9 MiB 881 MiB ± 62.5 MiB -5.31 %
threejs_production-mode_10x_persistent-hot + rss memory 794 MiB ± 26.3 MiB 803 MiB ± 43.8 MiB +1.16 %

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on d376c73 Feb 19, 2025

Choose a reason for hiding this comment

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

📝 Ecosystem CI detail: Open

suite result
modernjs ✅ success
rspress ✅ success
rslib ❌ failure
rsbuild ❌ failure
rsdoctor ❌ failure
examples ✅ success
devserver ❌ failure
nuxt ✅ success

Please sign in to comment.