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.0-alpha.1 #2780

Merged
merged 1 commit into from
Jul 3, 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
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.0-alpha.0",
"version": "1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Babel plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Check syntax 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.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "CSS minimizer for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0",
"@rsbuild/core": "workspace:^1.0.0-alpha.1",
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Less plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "lightningcss for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Preact plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.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.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Sass plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"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": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "styled-components plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Stylus plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.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.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"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:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "TS checker 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.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-typed-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-typed-css-modules",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Generate TypeScript declaration file for CSS Modules",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-umd",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "UMD plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Vue 3 JSX plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.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.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Vue 3 plugin of Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"webpack": "^5.92.1"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^1.0.0-alpha.0"
"@rsbuild/core": "workspace:^1.0.0-alpha.1"
},
"publishConfig": {
"access": "public",
Expand Down
Loading
Loading