Skip to content

Commit

Permalink
chore: revert package name change + use non-compact continuous releas…
Browse files Browse the repository at this point in the history
…e URLs
  • Loading branch information
yyx990803 committed Oct 12, 2024
1 parent 12d8306 commit 6da03cf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
working-directory: ./packages/vite
run: pnpm build

- run: pnpm dlx pkg-pr-new@0.0 publish --compact --pnpm ./packages/vite
- run: pnpm dlx pkg-pr-new@0.0 publish --pnpm ./packages/vite
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "workspace:rolldown-vite@*",
"vite": "workspace:*",
"vitest": "^2.1.2"
},
"simple-git-hooks": {
Expand All @@ -99,7 +99,7 @@
"packageManager": "pnpm@9.12.0",
"pnpm": {
"overrides": {
"vite": "workspace:rolldown-vite@*"
"vite": "workspace:*"
},
"patchedDependencies": {
"acorn@8.12.1": "patches/acorn@8.12.1.patch",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"acorn": "^8.12.1",
"picocolors": "^1.1.0",
"unbuild": "^2.0.0",
"vite": "workspace:rolldown-vite@*"
"vite": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rolldown-vite",
"name": "vite",
"version": "6.0.0-beta.2",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -62,11 +62,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolldown/vite.git",
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/vite"
},
"bugs": {
"url": "https://github.com/rolldown/vite/issues"
"url": "https://github.com/vitejs/vite/issues"
},
"homepage": "https://vite.dev",
"funding": "https://github.com/vitejs/vite?sponsor=1",
Expand Down
2 changes: 1 addition & 1 deletion playground/config/__tests__/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ it.runIf(isImportAttributesSupported)(
)
expect(config).toMatchInlineSnapshot(`
{
"jsonValue": "rolldown-vite",
"jsonValue": "vite",
}
`)
},
Expand Down
2 changes: 1 addition & 1 deletion playground/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:rolldown-vite@*",
"vite": "workspace:*",
"vue": "^3.5.11",
"vue32": "npm:vue@~3.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "workspace:rolldown-vite@*",
"vite": "workspace:*",
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.21.0",
"terser": "^5.34.1"
Expand Down

0 comments on commit 6da03cf

Please sign in to comment.