Browse Source

feat: 增加changeset

main
谢亚昕 1 month ago
parent
commit
2649cbf4b3
  1. 8
      .changeset/README.md
  2. 13
      .changeset/config.json
  3. 1
      internal/tsconfig/package.json
  4. 8
      package.json
  5. 2
      packages/browser/package.json
  6. 5
      packages/core/package.json
  7. 2
      packages/node/package.json
  8. 2
      packages/shared/package.json
  9. 2
      packages/vue3/package.json
  10. 2
      packages/xyx-utils/package.json
  11. 648
      pnpm-lock.yaml
  12. 1
      readme.md

8
.changeset/README.md

@ -0,0 +1,8 @@
# Changesets
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

13
.changeset/config.json

@ -0,0 +1,13 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"tsconfig"
]
}

1
internal/tsconfig/package.json

@ -1,5 +1,6 @@
{
"name": "tsconfig",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",

8
package.json

@ -12,17 +12,21 @@
"docs:serve": "vitepress serve packages",
"test": "tsx scripts/test.mts",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
"coverage": "vitest run --coverage",
"pre": "changeset",
"version": "changeset version",
"publish": "changeset publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@types/node": "^22.10.5",
"@vitepress-demo-preview/component": "^2.3.2",
"@vitepress-demo-preview/plugin": "^1.2.3",
"@vitest/coverage-v8": "^3.0.6",
"@vitest/ui": "^2.1.8",
"@vitest/ui": "^3.0.6",
"@vueuse/core": ">=10.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",

2
packages/browser/package.json

@ -1,6 +1,6 @@
{
"name": "@xyx-utils/browser",
"version": "1.0.0",
"version": "0.0.2",
"type": "module",
"description": "",
"main": "dist/index.mjs",

5
packages/core/package.json

@ -1,11 +1,10 @@
{
"name": "@xyx-utils/core",
"type": "module",
"version": "1.0.0",
"version": "0.0.2",
"description": "",
"main": "dist/index.mjs",
"scripts": {
},
"scripts": {},
"files": [
"dist"
],

2
packages/node/package.json

@ -1,6 +1,6 @@
{
"name": "@xyx-utils/node",
"version": "1.0.0",
"version": "0.0.2",
"description": "",
"main": "dist/index.mjs",
"scripts": {

2
packages/shared/package.json

@ -1,6 +1,6 @@
{
"name": "@xyx-utils/shared",
"version": "1.0.0",
"version": "0.0.2",
"description": "",
"main": "dist/index.mjs",
"scripts": {

2
packages/vue3/package.json

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@xyx-utils/vue3",
"version": "1.0.0",
"version": "0.0.2",
"description": "",
"main": "dist/index.mjs",
"scripts": {

2
packages/xyx-utils/package.json

@ -1,6 +1,6 @@
{
"name": "xyx-utils",
"version": "1.0.0",
"version": "0.0.2",
"description": "",
"main": "dist/index.mjs",
"scripts": {

648
pnpm-lock.yaml

File diff suppressed because it is too large

1
readme.md

@ -17,6 +17,7 @@
**版本管理**
- changeset
- pnpm publish -r --access=public --report-summary
可以尝试尝试

Loading…
Cancel
Save