Skip to content

Commit

Permalink
ci(changesets): version packages (#191)
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 Dec 25, 2023
1 parent ba0eac3 commit 23b4f7b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-sheep-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-wombats-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-teachers-cough.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- [#193](https://github.com/animareflection/ui/pull/193) [`ba0eac3`](https://github.com/animareflection/ui/commit/ba0eac3c0fc6f21f8418b0658e1651d5faf7dccc) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Update `Flyout` component trigger styles to allow more control downstream

### Patch Changes

- [#190](https://github.com/animareflection/ui/pull/190) [`f27dbfc`](https://github.com/animareflection/ui/commit/f27dbfcd90f8c2784893e1a3455db2f7814855b2) Thanks [@Twonarly1](https://github.com/Twonarly1)! - Update disabled tab trigger styles

- [#193](https://github.com/animareflection/ui/pull/193) [`ba0eac3`](https://github.com/animareflection/ui/commit/ba0eac3c0fc6f21f8418b0658e1651d5faf7dccc) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Remove unnecessary `Portal` for `Flyout` component

## 0.16.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.16.0",
"version": "0.17.0",
"license": "MIT",
"main": "build/ui.js",
"module": "build/ui.mjs",
Expand Down

1 comment on commit 23b4f7b

@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-815wrul0m-animareflection.vercel.app

Built with commit 23b4f7b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.