Skip to content

Commit

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

* fix: snapshot
  • Loading branch information
chenjiahan authored Jun 28, 2024
1 parent b8c1ce6 commit e7ff748
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 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.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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": "0.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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": "0.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.0",
"license": "MIT",
"description": "Minify plugin for rspack",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin-preact-refresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-preact-refresh",
"version": "0.7.4",
"version": "1.0.0-alpha.0",
"license": "MIT",
"description": "Preact refresh plugin for rspack",
"main": "dist/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.7.4",
"version": "1.0.0-alpha.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.7.4",
"version": "1.0.0-alpha.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 @@ -56,9 +56,9 @@ module.exports = {
"preOrderIndex": undefined,
"providedExports": Array [],
"reasons": Array [],
"size": 59,
"size": 67,
"sizes": Object {
"runtime": 59,
"runtime": 67,
},
"type": "module",
"usedExports": null,
Expand Down Expand Up @@ -96,9 +96,9 @@ module.exports = {
"preOrderIndex": undefined,
"providedExports": Array [],
"reasons": Array [],
"size": 51,
"size": 59,
"sizes": Object {
"runtime": 51,
"runtime": 59,
},
"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": "0.7.4",
"version": "1.0.0-alpha.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down

2 comments on commit e7ff748

@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 ✅ success
rspress ❌ failure
rsbuild ❌ failure
compat ❌ failure
examples ❌ failure

@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-06-28 940dcb5) Current Change
10000_development-mode + exec 2.26 s ± 23 ms 2.26 s ± 31 ms +0.01 %
10000_development-mode_hmr + exec 742 ms ± 4.2 ms 740 ms ± 12 ms -0.26 %
10000_production-mode + exec 3.14 s ± 20 ms 2.98 s ± 48 ms -4.93 %
arco-pro_development-mode + exec 1.99 s ± 65 ms 1.94 s ± 77 ms -2.61 %
arco-pro_development-mode_hmr + exec 443 ms ± 2.7 ms 441 ms ± 3.3 ms -0.31 %
arco-pro_production-mode + exec 4.07 s ± 95 ms 3.58 s ± 74 ms -11.97 %
threejs_development-mode_10x + exec 1.62 s ± 13 ms 1.61 s ± 11 ms -0.66 %
threejs_development-mode_10x_hmr + exec 816 ms ± 6 ms 818 ms ± 9.2 ms +0.28 %
threejs_production-mode_10x + exec 5.99 s ± 34 ms 5.85 s ± 42 ms -2.36 %

Please sign in to comment.