Skip to content

Commit

Permalink
release: 1.0.0-rc.0 (#7662)
Browse files Browse the repository at this point in the history
* release: 1.0.0-rc.0

* chore: fix
  • Loading branch information
chenjiahan authored Aug 23, 2024
1 parent c98230f commit 881f15f
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": "1.0.0-beta.5",
"version": "1.0.0-rc.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.0.0-beta.5",
"version": "1.0.0-rc.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.0.0-beta.5",
"version": "1.0.0-rc.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.0.0-beta.5",
"version": "1.0.0-rc.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.0.0-beta.5",
"version": "1.0.0-rc.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.0.0-beta.5",
"version": "1.0.0-rc.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.0.0-beta.5",
"version": "1.0.0-rc.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": "1.0.0-beta.5",
"version": "1.0.0-rc.0",
"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.0-beta.5",
"version": "1.0.0-rc.0",
"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.0-beta.5",
"version": "1.0.0-rc.0",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ module.exports = {
"preOrderIndex": undefined,
"providedExports": Array [],
"reasons": Array [],
"size": 58,
"size": 56,
"sizes": Object {
"runtime": 58,
"runtime": 56,
},
"type": "module",
"usedExports": null,
Expand Down Expand Up @@ -100,9 +100,9 @@ module.exports = {
"preOrderIndex": undefined,
"providedExports": Array [],
"reasons": Array [],
"size": 66,
"size": 64,
"sizes": Object {
"runtime": 66,
"runtime": 64,
},
"type": "module",
"usedExports": null,
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.0-beta.5",
"version": "1.0.0-rc.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin-test/copy-plugin/build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 881f15f

@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 ❌ failure
_selftest ✅ success
nx ❌ failure
rspress ❌ failure
rslib ✅ success
rsbuild ❌ failure
examples ✅ 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-08-23 2d18cc2) Current Change
10000_development-mode + exec 2.37 s ± 25 ms 2.34 s ± 23 ms -1.01 %
10000_development-mode_hmr + exec 705 ms ± 15 ms 702 ms ± 13 ms -0.39 %
10000_production-mode + exec 3.03 s ± 26 ms 3.05 s ± 45 ms +0.63 %
arco-pro_development-mode + exec 1.9 s ± 88 ms 1.91 s ± 92 ms +0.59 %
arco-pro_development-mode_hmr + exec 437 ms ± 2.6 ms 438 ms ± 2.2 ms +0.20 %
arco-pro_production-mode + exec 3.47 s ± 54 ms 3.49 s ± 69 ms +0.67 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.53 s ± 69 ms 3.55 s ± 93 ms +0.81 %
threejs_development-mode_10x + exec 1.69 s ± 15 ms 1.78 s ± 24 ms +5.17 %
threejs_development-mode_10x_hmr + exec 800 ms ± 10 ms 823 ms ± 8.3 ms +2.87 %
threejs_production-mode_10x + exec 5.49 s ± 29 ms 5.62 s ± 32 ms +2.45 %

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

Please sign in to comment.