From b12a468e4e80162b5049d72e76c0fa8f19c7e3cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:14:10 +0000 Subject: [PATCH] chore: version packages --- .changeset/gg.md | 5 ----- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gg.md diff --git a/.changeset/gg.md b/.changeset/gg.md deleted file mode 100644 index 9ce1a99..0000000 --- a/.changeset/gg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@repotest/ui": patch ---- - -Your changeset diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 38770c8..4d38995 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @repotest/ui +## 1.0.6 + +### Patch Changes + +- 123f1e4: Your changeset + ## 1.0.5 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f0ee476..7dd0550 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@repotest/ui", - "version": "1.0.5", + "version": "1.0.6", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": {