Skip to content

Commit

Permalink
Version Packages (#589)
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 Oct 30, 2024
1 parent b84ae3b commit 4ecfd10
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-gifts-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-chefs-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-peas-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-bugs-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-moose-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-donuts-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pens-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-buttons-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-weeks-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-mails-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-islands-taste.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/native-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @utilitywarehouse/native-ui

## 0.6.0

### Minor Changes

- [#565](https://github.com/utilitywarehouse/design-systems/pull/565) [`96b06df5`](https://github.com/utilitywarehouse/design-systems/commit/96b06df5058719e6e81c60587a48e331de3b49b3) Thanks [@jordmccord](https://github.com/jordmccord)! - Migrate `HStack` and `VStack` component's style library

- [#372](https://github.com/utilitywarehouse/design-systems/pull/372) [`19cb88ee`](https://github.com/utilitywarehouse/design-systems/commit/19cb88ee89a12c76a9ebe06168d504f971129590) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Helper` and `Label` components

- [#372](https://github.com/utilitywarehouse/design-systems/pull/372) [`19cb88ee`](https://github.com/utilitywarehouse/design-systems/commit/19cb88ee89a12c76a9ebe06168d504f971129590) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `FormField` component

- [#372](https://github.com/utilitywarehouse/design-systems/pull/372) [`19cb88ee`](https://github.com/utilitywarehouse/design-systems/commit/19cb88ee89a12c76a9ebe06168d504f971129590) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Helper` and validation helpers to `Checkbox` and `Radio` components and groups

- [#361](https://github.com/utilitywarehouse/design-systems/pull/361) [`174e8546`](https://github.com/utilitywarehouse/design-systems/commit/174e8546325f6e45be4d732a2d4df2482e0eaaa8) Thanks [@jordmccord](https://github.com/jordmccord)! - feat: add `Input` component

- [#591](https://github.com/utilitywarehouse/design-systems/pull/591) [`b84ae3bc`](https://github.com/utilitywarehouse/design-systems/commit/b84ae3bc92d43c3289eea7c81f60a8386ec2a010) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Divider` component

- [#555](https://github.com/utilitywarehouse/design-systems/pull/555) [`35ed210c`](https://github.com/utilitywarehouse/design-systems/commit/35ed210cb90f477f902b7067714ceb5cb00b6af8) Thanks [@jordmccord](https://github.com/jordmccord)! - Migrate `Actionsheet` component's style library and update API

- [#565](https://github.com/utilitywarehouse/design-systems/pull/565) [`96b06df5`](https://github.com/utilitywarehouse/design-systems/commit/96b06df5058719e6e81c60587a48e331de3b49b3) Thanks [@jordmccord](https://github.com/jordmccord)! - Migrate `Center` component's style library

### Patch Changes

- [#569](https://github.com/utilitywarehouse/design-systems/pull/569) [`773c275c`](https://github.com/utilitywarehouse/design-systems/commit/773c275c2b97a5071fbcf103aeae7f36df2e711e) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `forwardRef` to components

- [#372](https://github.com/utilitywarehouse/design-systems/pull/372) [`19cb88ee`](https://github.com/utilitywarehouse/design-systems/commit/19cb88ee89a12c76a9ebe06168d504f971129590) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Checbox` and `Radio` label font weight

- [#591](https://github.com/utilitywarehouse/design-systems/pull/591) [`b84ae3bc`](https://github.com/utilitywarehouse/design-systems/commit/b84ae3bc92d43c3289eea7c81f60a8386ec2a010) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `dividerColor` prop to `List` and `ListItem` components

## 0.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/native-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utilitywarehouse/native-ui",
"version": "0.5.6",
"version": "0.6.0",
"description": "Utility Warehouse React Native UI library",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 4ecfd10

Please sign in to comment.