Skip to content

Commit

Permalink
Version Packages (#592)
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 Nov 14, 2024
1 parent 62a05cf commit 704b2d7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-tigers-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-shoes-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-paws-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-comics-guess.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- [`2c312563`](https://github.com/utilitywarehouse/design-systems/commit/2c3125631927f19301e095bc6c5ef43a9495aef0) Thanks [@jordmccord](https://github.com/jordmccord)! - Removes useless color mode check from Provider

- [`93bf0b3f`](https://github.com/utilitywarehouse/design-systems/commit/93bf0b3f0aac0e8c9b61389713c11feddd76accd) Thanks [@jordmccord](https://github.com/jordmccord)! - Allows childless `Button` with `text` prop

- [#595](https://github.com/utilitywarehouse/design-systems/pull/595) [`62a05cfe`](https://github.com/utilitywarehouse/design-systems/commit/62a05cfe51cc1c1f25e1e1337588f62f13993155) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes small `Button` horizontal padding

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

## 1.0.10

### Patch Changes

- [#581](https://github.com/utilitywarehouse/design-systems/pull/581) [`e88e0e16`](https://github.com/utilitywarehouse/design-systems/commit/e88e0e162afb61f6ac3b7033032209b856d0e6ef) Thanks [@archieewald](https://github.com/archieewald)! - Move Checkbox className to outer element

## 1.0.9

### 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": "1.0.9",
"version": "1.0.10",
"description": "React components for building UW UIs",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 704b2d7

Please sign in to comment.