From 8293f86f327afe30f40048bc7ebd697dce268c28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:20:48 -0600 Subject: [PATCH] ci(changesets): version packages (#223) Co-authored-by: github-actions[bot] --- .changeset/kind-elephants-wave.md | 5 ----- .changeset/smart-rules-serve.md | 5 ----- .changeset/tricky-pianos-laugh.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/kind-elephants-wave.md delete mode 100644 .changeset/smart-rules-serve.md delete mode 100644 .changeset/tricky-pianos-laugh.md diff --git a/.changeset/kind-elephants-wave.md b/.changeset/kind-elephants-wave.md deleted file mode 100644 index c4c9382c..00000000 --- a/.changeset/kind-elephants-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animareflection/ui": patch ---- - -Update default `Icon` color for increment and decrement triggers in `NumberInput` diff --git a/.changeset/smart-rules-serve.md b/.changeset/smart-rules-serve.md deleted file mode 100644 index 7caf1ace..00000000 --- a/.changeset/smart-rules-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animareflection/ui": patch ---- - -Fix `Tabs` indicator rendering issues diff --git a/.changeset/tricky-pianos-laugh.md b/.changeset/tricky-pianos-laugh.md deleted file mode 100644 index db6ba66a..00000000 --- a/.changeset/tricky-pianos-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animareflection/ui": minor ---- - -Add variants for `Tabs` component diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4184db..2f1614ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @animareflection/ui +## 0.24.0 + +### Minor Changes + +- [#222](https://github.com/animareflection/ui/pull/222) [`ae57729`](https://github.com/animareflection/ui/commit/ae57729fcf2162814a7327d830960aaa72c25020) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Add variants for `Tabs` component + +### Patch Changes + +- [#224](https://github.com/animareflection/ui/pull/224) [`9aec3c8`](https://github.com/animareflection/ui/commit/9aec3c8153f7a8d72972094d6c57f8a9e07fc0be) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Update default `Icon` color for increment and decrement triggers in `NumberInput` + +- [#222](https://github.com/animareflection/ui/pull/222) [`ae57729`](https://github.com/animareflection/ui/commit/ae57729fcf2162814a7327d830960aaa72c25020) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Fix `Tabs` indicator rendering issues + ## 0.23.3 ### Patch Changes diff --git a/package.json b/package.json index 4001f7a1..30891898 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@animareflection/ui", "description": "Anima Reflection design system and library", - "version": "0.23.3", + "version": "0.24.0", "license": "MIT", "main": "build/ui.js", "module": "build/ui.mjs",