Skip to content

Commit

Permalink
Release Packages:0.6.0 (#6144)
Browse files Browse the repository at this point in the history
Reelase Packages:0.6.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 Apr 9, 2024
1 parent 9e04f3e commit 77faf73
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 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.5.9",
"version": "0.6.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": "0.5.9",
"version": "0.6.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": "0.5.9",
"version": "0.6.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": "0.5.9",
"version": "0.6.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": "0.5.9",
"version": "0.6.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": "0.5.9",
"version": "0.6.0",
"license": "MIT",
"description": "A Fast Rust-based web bundler",
"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": "0.5.9",
"version": "0.6.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.5.9",
"version": "0.6.0",
"license": "MIT",
"description": "CLI for rspack",
"bin": {
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": "0.5.9",
"version": "0.6.0",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand Down
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.5.9",
"version": "0.6.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.5.9",
"version": "0.6.0",
"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": "0.5.9",
"version": "0.6.0",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "0.5.9",
"version": "0.6.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "A Fast Rust-based Web Bundler",
Expand Down Expand Up @@ -41,16 +41,18 @@
"@types/webpack-sources": "3.2.3",
"@types/ws": "8.5.10",
"babel-loader": "^9.1.0",
"del": "^6.0.0",
"babel-plugin-import": "^1.13.5",
"copy-webpack-plugin": "5.1.2",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"file-loader": "^6.2.0",
"glob": "^10.3.10",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom": "^29",
"jest-serializer-path": "^0.1.15",
"jsdom": "^24.0.0",
"less": "4.2.0",
"less-loader": "^12.0.0",
"node-polyfill-webpack-plugin": "3.0.0",
Expand All @@ -60,8 +62,6 @@
"react-relay": "^16.0.0",
"sass": "1.56.2",
"sass-loader": "13.2.0",
"jsdom": "^24.0.0",
"jest-environment-jsdom": "^29",
"source-map": "^0.7.4",
"styled-components": "^6.0.8",
"terser": "5.27.2",
Expand Down

2 comments on commit 77faf73

@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.

📝 Benchmark detail: Open

Name Base (2024-04-09 10b9605) Current Change
10000_development-mode + exec 2.65 s ± 36 ms 2.73 s ± 28 ms +3.29 %
10000_development-mode_hmr + exec 670 ms ± 3.3 ms 695 ms ± 5.8 ms +3.84 %
10000_production-mode + exec 2.7 s ± 40 ms 2.56 s ± 32 ms -5.07 %
arco-pro_development-mode + exec 2.51 s ± 40 ms 2.55 s ± 39 ms +1.76 %
arco-pro_development-mode_hmr + exec 444 ms ± 2.3 ms 432 ms ± 2.9 ms -2.69 %
arco-pro_development-mode_hmr_intercept-plugin + exec 454 ms ± 2.7 ms 444 ms ± 2.1 ms -2.14 %
arco-pro_development-mode_intercept-plugin + exec 3.25 s ± 57 ms 3.32 s ± 92 ms +2.08 %
arco-pro_production-mode + exec 3.97 s ± 79 ms 4.04 s ± 72 ms +1.72 %
arco-pro_production-mode_intercept-plugin + exec 4.72 s ± 87 ms 4.84 s ± 85 ms +2.56 %
threejs_development-mode_10x + exec 2 s ± 22 ms 2.07 s ± 17 ms +3.23 %
threejs_development-mode_10x_hmr + exec 727 ms ± 21 ms 771 ms ± 11 ms +6.07 %
threejs_production-mode_10x + exec 5.28 s ± 37 ms 5.22 s ± 61 ms -1.03 %

Threshold exceeded: ["threejs_development-mode_10x_hmr + exec"]

Please sign in to comment.