Skip to content

Commit

Permalink
ci(changesets): version packages (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 1, 2024
1 parent d0aa643 commit 2ada990
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-beers-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-numbers-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-pumpkins-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-beds-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-panthers-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-swans-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-emus-compete.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @animareflection/ui

## 0.19.0

### Minor Changes

- [#199](https://github.com/animareflection/ui/pull/199) [`d0aa643`](https://github.com/animareflection/ui/commit/d0aa643026be547fc6fa528e943316176d1f76c2) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Add `Combobox` component

- [#196](https://github.com/animareflection/ui/pull/196) [`1f075cf`](https://github.com/animareflection/ui/commit/1f075cf7e4f63ed7ae290e6e26cff17d5fa25444) Thanks [@coopbri](https://github.com/coopbri)! - Add `DatePicker` component

### Patch Changes

- [#197](https://github.com/animareflection/ui/pull/197) [`738d551`](https://github.com/animareflection/ui/commit/738d55174147bc5546b6dc368c318bfa19a6fbd3) Thanks [@coopbri](https://github.com/coopbri)! - Update default `CopyToClipboard` button styles

- [#197](https://github.com/animareflection/ui/pull/197) [`738d551`](https://github.com/animareflection/ui/commit/738d55174147bc5546b6dc368c318bfa19a6fbd3) Thanks [@coopbri](https://github.com/coopbri)! - Set `Toast` close trigger position to top right

- [#197](https://github.com/animareflection/ui/pull/197) [`738d551`](https://github.com/animareflection/ui/commit/738d55174147bc5546b6dc368c318bfa19a6fbd3) Thanks [@coopbri](https://github.com/coopbri)! - Fix `RadioGroup` label display on dark mode

- [#197](https://github.com/animareflection/ui/pull/197) [`738d551`](https://github.com/animareflection/ui/commit/738d55174147bc5546b6dc368c318bfa19a6fbd3) Thanks [@coopbri](https://github.com/coopbri)! - Use `asChild` prop for `Menu` triggerItem

- [#196](https://github.com/animareflection/ui/pull/196) [`1f075cf`](https://github.com/animareflection/ui/commit/1f075cf7e4f63ed7ae290e6e26cff17d5fa25444) Thanks [@coopbri](https://github.com/coopbri)! - Add `fg.default` base color to `Icon` recipe

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@animareflection/ui",
"description": "Anima Reflection design system and library",
"version": "0.18.0",
"version": "0.19.0",
"license": "MIT",
"main": "build/ui.js",
"module": "build/ui.mjs",
Expand Down

1 comment on commit 2ada990

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for ui-storybook ready!

✅ Preview
https://ui-storybook-eeyzasrug-animareflection.vercel.app

Built with commit 2ada990.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.