Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 23, 2024
1 parent 6e82b58 commit b5a66fb
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": "0.5.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-html",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"description": "HTML plugin for rspack",
"main": "index.cjs",
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.1",
"version": "0.5.2",
"license": "MIT",
"description": "Minify plugin for rspack",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-node-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-node-polyfill",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"description": "Node polyfill 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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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": "0.5.1",
"version": "0.5.2",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "A Fast Rust-based Web Bundler",
Expand Down

1 comment on commit b5a66fb

@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 current %
10000_development-mode + exec 1.71 s ± 35 ms 1.73 s ± 11 ms +1.50%
10000_development-mode_hmr + exec 1 s ± 11 ms 1.05 s ± 8.3 ms +5.22%
10000_production-mode + exec 2.74 s ± 57 ms 2.73 s ± 28 ms -0.41%
threejs_development-mode_10x + exec 2.02 s ± 18 ms 2.05 s ± 22 ms +1.29%
threejs_development-mode_10x_hmr + exec 1.33 s ± 5.1 ms 1.35 s ± 11 ms +1.44%
threejs_production-mode_10x + exec 5.94 s ± 39 ms 6 s ± 98 ms +1.02%

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

Please sign in to comment.