Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 1.0.1-rc.1 #3343

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0",
"version": "1.0.1-rc.1",
"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.0",
"version": "1.0.1-rc.1",
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0"
"@rsbuild/core": "workspace:^1.0.1-rc.1"
},
"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.0",
"version": "1.0.1-rc.1",
"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.0",
"version": "1.0.1-rc.1",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsbuild"
Expand Down
Loading