From 272dca2e2d45e2f9f3d66c12257ee90d0a743e40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:48:15 +0000 Subject: [PATCH] ci(changesets): release new versions --- .changeset/great-masks-wonder.md | 6 ------ components/ui-multi-selector/CHANGELOG.md | 7 +++++++ components/ui-multi-selector/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/great-masks-wonder.md diff --git a/.changeset/great-masks-wonder.md b/.changeset/great-masks-wonder.md deleted file mode 100644 index 3d846aa4..00000000 --- a/.changeset/great-masks-wonder.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tabula/ui-multi-selector": patch ---- - -Fix empty state - \ No newline at end of file diff --git a/components/ui-multi-selector/CHANGELOG.md b/components/ui-multi-selector/CHANGELOG.md index 5473c314..befb49e9 100644 --- a/components/ui-multi-selector/CHANGELOG.md +++ b/components/ui-multi-selector/CHANGELOG.md @@ -1,5 +1,12 @@ # @tabula/ui-multi-selector +## 1.1.1 +### Patch Changes + + + +- [#376](https://github.com/ReTable/ui-kit/pull/376) [`e1b214f`](https://github.com/ReTable/ui-kit/commit/e1b214f4b5ac59a9d26602f674684f56b34a421a) Thanks [@amikhaylov-retable](https://github.com/amikhaylov-retable)! - Fix empty state + ## 1.1.0 ### Minor Changes diff --git a/components/ui-multi-selector/package.json b/components/ui-multi-selector/package.json index 0ee96835..5003d836 100644 --- a/components/ui-multi-selector/package.json +++ b/components/ui-multi-selector/package.json @@ -1,6 +1,6 @@ { "name": "@tabula/ui-multi-selector", - "version": "1.1.0", + "version": "1.1.1", "description": "A MultiSelector allows users to select one or more items from a list of choices, or suggest own item.", "type": "module", "typings": "./typings/index.d.ts",