From bbc19319ee9a82901516c86c90e86ba07e9d68db Mon Sep 17 00:00:00 2001 From: wangxuefeng Date: Mon, 24 Mar 2025 14:49:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96=20changese?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/README.md | 7 +++++-- .changeset/calm-coins-sneeze.md | 12 ++++++++++++ .changeset/config.json | 17 +++++------------ 3 files changed, 22 insertions(+), 14 deletions(-) create mode 100644 .changeset/calm-coins-sneeze.md 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": [] }