Skip to content

Commit

Permalink
Version Packages (#409)
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] committed Jul 11, 2024
1 parent 40c0625 commit 779adc6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-pillows-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-rivers-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-falcons-knock.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- [#408](https://github.com/utilitywarehouse/design-systems/pull/408) [`a3a7459`](https://github.com/utilitywarehouse/design-systems/commit/a3a7459f8c50155b22786bc904d642cc1b75a9b2) Thanks [@jordmccord](https://github.com/jordmccord)! - Add simple `Button` API with loading, icon and disabled props

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"description": "Utility Warehouse React Native UI library",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @utilitywarehouse/web-ui

## 0.9.2

### Patch Changes

- [#410](https://github.com/utilitywarehouse/design-systems/pull/410) [`56cfa4b`](https://github.com/utilitywarehouse/design-systems/commit/56cfa4b68f374536ad2e5bfb8c8bef293ef006ff) Thanks [@robphoenix](https://github.com/robphoenix)! - Upgrade mui peerdep

- [#417](https://github.com/utilitywarehouse/design-systems/pull/417) [`40c0625`](https://github.com/utilitywarehouse/design-systems/commit/40c06258c7fec58ef802c7bc430d3c6f32ce297e) Thanks [@robphoenix](https://github.com/robphoenix)! - Update `Divider` component & docs

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utilitywarehouse/web-ui",
"version": "0.9.1",
"version": "0.9.2",
"description": "React components for building UW UIs",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 779adc6

Please sign in to comment.