Skip to content

Commit

Permalink
release: 1.0.1-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 4, 2024
1 parent 5c336e7 commit 806024a
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 deletions.
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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "SWC plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"webpack": "^5.94.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Assets retry plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Babel plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Less plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Preact plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "React plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Sass plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Solid plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Stylus plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Svelte plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"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": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "svgr plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"url-loader": "4.1.1"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-type-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-type-check",
"version": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "TS checker plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-vue-jsx",
"version": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Vue 3 JSX plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-vue",
"version": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Vue 3 plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"webpack": "^5.94.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.1-rc.3"
"@rsbuild/core": "workspace:^1.0.1-rc.4"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/config",
"version": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"private": true,
"devDependencies": {
"@types/node": "18.x",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scripts/test-helper",
"private": true,
"version": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsbuild"
Expand Down

0 comments on commit 806024a

Please sign in to comment.