Skip to content

Commit

Permalink
Release v1.0.0-alpha.0 (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Jul 2, 2024
1 parent 433936b commit 2d66532
Show file tree
Hide file tree
Showing 35 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion packages/compat/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/babel-preset",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "The babel config of Rsbuild.",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/plugin-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-swc",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "SWC plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"webpack": "^5.92.1"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/webpack",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"homepage": "https://rsbuild.dev",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/core",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "The Rspack-based build tool.",
"homepage": "https://rsbuild.dev",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rsbuild",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Create a new Rsbuild project",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-assets-retry",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Assets retry plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-babel",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Babel plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-check-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-check-syntax",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Check syntax plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-css-minimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-css-minimizer",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "CSS minimizer for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-eslint",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "ESLint plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9",
"@rsbuild/core": "workspace:^1.0.0-alpha.0",
"eslint": "^8.0.0 || ^9.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-image-compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-image-compress",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Image compress plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-less",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Less plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-lightningcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-lightningcss",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "lightningcss for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-node-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-node-polyfill",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Node polyfill plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-preact",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Preact plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-pug",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Pug plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-react",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "React plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-rem",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Rem plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-sass",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Sass plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-solid",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Solid plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-source-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-source-build",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Source build plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"yaml": "^2.4.5"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-styled-components",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "styled-components plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-stylus",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Stylus plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-svelte",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "Svelte plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-svgr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-svgr",
"version": "0.7.9",
"version": "1.0.0-alpha.0",
"description": "svgr plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"url-loader": "4.1.1"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 2d66532

Please sign in to comment.