From a1a1334174e1b8c9f7369f0c54d36b896e86e290 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 08:58:48 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/metal-buttons-rhyme.md | 5 ----- .changeset/odd-ghosts-give.md | 5 ----- .changeset/public-chicken-relate.md | 5 ----- apps/playground/CHANGELOG.md | 8 ++++++++ apps/playground/package.json | 2 +- packages/t-svg/CHANGELOG.md | 11 +++++++++++ packages/t-svg/package.json | 2 +- 7 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 .changeset/metal-buttons-rhyme.md delete mode 100644 .changeset/odd-ghosts-give.md delete mode 100644 .changeset/public-chicken-relate.md create mode 100644 apps/playground/CHANGELOG.md create mode 100644 packages/t-svg/CHANGELOG.md diff --git a/.changeset/metal-buttons-rhyme.md b/.changeset/metal-buttons-rhyme.md deleted file mode 100644 index 604cdd9..0000000 --- a/.changeset/metal-buttons-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@TRender/t-svg": patch ---- - -ci: integrate changeset diff --git a/.changeset/odd-ghosts-give.md b/.changeset/odd-ghosts-give.md deleted file mode 100644 index 9fbbb99..0000000 --- a/.changeset/odd-ghosts-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@TRender/t-svg": patch ---- - -feat: implement plot function diff --git a/.changeset/public-chicken-relate.md b/.changeset/public-chicken-relate.md deleted file mode 100644 index 980e5be..0000000 --- a/.changeset/public-chicken-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@TRender/t-svg": patch ---- - -feat: Enhance the code quality of the warehouse, integrate eslint, syncpack, husky, commitlint, and lintstage. Improve changeset diff --git a/apps/playground/CHANGELOG.md b/apps/playground/CHANGELOG.md new file mode 100644 index 0000000..513109c --- /dev/null +++ b/apps/playground/CHANGELOG.md @@ -0,0 +1,8 @@ +# @TRender/playground + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`2616b47`](https://github.com/taiiiyang/TRender/commit/2616b47cb930c199bbe221ba42759cd78395e703), [`dea474f`](https://github.com/taiiiyang/TRender/commit/dea474f956f6dcddf2481a7ed492b5c2ff0144b2), [`3813518`](https://github.com/taiiiyang/TRender/commit/3813518a82e0fc5af6e715c4ce8aa676b5fa81d1)]: + - @TRender/t-svg@0.0.1 diff --git a/apps/playground/package.json b/apps/playground/package.json index 16588d3..fed9337 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -1,7 +1,7 @@ { "name": "@TRender/playground", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "dev": "vite", "build": "vite build", diff --git a/packages/t-svg/CHANGELOG.md b/packages/t-svg/CHANGELOG.md new file mode 100644 index 0000000..20da501 --- /dev/null +++ b/packages/t-svg/CHANGELOG.md @@ -0,0 +1,11 @@ +# @TRender/t-svg + +## 0.0.1 + +### Patch Changes + +- [#14](https://github.com/taiiiyang/TRender/pull/14) [`2616b47`](https://github.com/taiiiyang/TRender/commit/2616b47cb930c199bbe221ba42759cd78395e703) Thanks [@taiiiyang](https://github.com/taiiiyang)! - ci: integrate changeset + +- [#26](https://github.com/taiiiyang/TRender/pull/26) [`dea474f`](https://github.com/taiiiyang/TRender/commit/dea474f956f6dcddf2481a7ed492b5c2ff0144b2) Thanks [@taiiiyang](https://github.com/taiiiyang)! - feat: implement plot function + +- [#19](https://github.com/taiiiyang/TRender/pull/19) [`3813518`](https://github.com/taiiiyang/TRender/commit/3813518a82e0fc5af6e715c4ce8aa676b5fa81d1) Thanks [@taiiiyang](https://github.com/taiiiyang)! - feat: Enhance the code quality of the warehouse, integrate eslint, syncpack, husky, commitlint, and lintstage. Improve changeset diff --git a/packages/t-svg/package.json b/packages/t-svg/package.json index 7a60c73..62f8b3f 100644 --- a/packages/t-svg/package.json +++ b/packages/t-svg/package.json @@ -1,7 +1,7 @@ { "name": "@TRender/t-svg", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "exports": { ".": { "import": "./dist/esm/index.js",