diff --git a/.changeset/README.md b/.changeset/README.md index 5654e89..e5b6d8d 100644 --- a/.changeset/README.md +++ b/.changeset/README.md @@ -1,5 +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) +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) +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) diff --git a/.changeset/calm-coins-sneeze.md b/.changeset/calm-coins-sneeze.md new file mode 100644 index 0000000..e303cfa --- /dev/null +++ b/.changeset/calm-coins-sneeze.md @@ -0,0 +1,12 @@ +--- +'@sy/wujie-vue2-renderer-adapter': major +'@sy/wujie-vue3-renderer-adapter': major +'@sy/vue3-renderer-adapter': major +'@sy/anti-debugger': major +'@sy/y-code-designer': major +'@sy/y-code-platform': major +'@sy/y-code-renderer': major +'@sy/y-code-docs': major +--- + +y-code release diff --git a/.changeset/config.json b/.changeset/config.json index f954fb4..db7e323 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,18 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": [ - "@changesets/changelog-github", - { "repo": "vbenjs/vue-vben-admin" } - ], + "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", + "changelog": "@changesets/cli/changelog", "commit": false, - "fixed": [["@vben-core/*", "@vben/*"]], - "snapshot": { - "prereleaseTemplate": "{tag}-{datetime}" - }, - "privatePackages": { "version": true, "tag": true }, + "fixed": [], "linked": [], - "access": "public", - "baseBranch": "main", + "access": "restricted", + "baseBranch": "master", "updateInternalDependencies": "patch", "ignore": [] }