Skip to content

Commit

Permalink
version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent fb78575 commit 35b5c69
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 51 deletions.
9 changes: 0 additions & 9 deletions .changeset/chilled-bats-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-schools-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-spoons-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-cooks-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-horses-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dodos-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-peas-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-garlics-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-ducks-judge.md

This file was deleted.

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

## 0.1.4

### Patch Changes

- [#391](https://github.com/utilitywarehouse/design-systems/pull/391) [`73695762`](https://github.com/utilitywarehouse/design-systems/commit/73695762ba6f46f8767848f64ac9b1a155cf8430) Thanks [@jordmccord](https://github.com/jordmccord)! - fix: Intellisense for dark colours

- [#383](https://github.com/utilitywarehouse/design-systems/pull/383) [`bf25cc7f`](https://github.com/utilitywarehouse/design-systems/commit/bf25cc7f420d57dda8d958955e3f0b2d3818cc80) Thanks [@jordmccord](https://github.com/jordmccord)! - refactor: `Alert` icon defaults and use presentational colorScheme props

## 0.1.3

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

## 0.9.0

### Minor Changes

- [#375](https://github.com/utilitywarehouse/design-systems/pull/375) [`39903aa8`](https://github.com/utilitywarehouse/design-systems/commit/39903aa8a01450bfe5d04e8de233a1bb7fe7b13e) Thanks [@jordmccord](https://github.com/jordmccord)! - Add `Alert` component

- [#393](https://github.com/utilitywarehouse/design-systems/pull/393) [`c86da487`](https://github.com/utilitywarehouse/design-systems/commit/c86da48708a4ced6faba426eef81c1fac6679a82) Thanks [@robphoenix](https://github.com/robphoenix)! - Deprecate `isBrandBackground`

- [#394](https://github.com/utilitywarehouse/design-systems/pull/394) [`945874fd`](https://github.com/utilitywarehouse/design-systems/commit/945874fdc6834526ef8cb72dfb7c3714cf3270ff) Thanks [@robphoenix](https://github.com/robphoenix)! - Add `mediaQueries` helper functions

### Patch Changes

- [#388](https://github.com/utilitywarehouse/design-systems/pull/388) [`f46d8c22`](https://github.com/utilitywarehouse/design-systems/commit/f46d8c224d3f75fdfbfa7b1dc8f5be05af9bf850) Thanks [@robphoenix](https://github.com/robphoenix)! - Update TextLink

- Can render as a button
- Render with icons
- Accessibility docs

- [#393](https://github.com/utilitywarehouse/design-systems/pull/393) [`c86da487`](https://github.com/utilitywarehouse/design-systems/commit/c86da48708a4ced6faba426eef81c1fac6679a82) Thanks [@robphoenix](https://github.com/robphoenix)! - Fix `Text` & `Heading` textTransform prop

- [#386](https://github.com/utilitywarehouse/design-systems/pull/386) [`2a7afb82`](https://github.com/utilitywarehouse/design-systems/commit/2a7afb822552ced44b557357dde9500d64ab8670) Thanks [@robphoenix](https://github.com/robphoenix)! - Change `Button` cursor to pointer.

- [#393](https://github.com/utilitywarehouse/design-systems/pull/393) [`c86da487`](https://github.com/utilitywarehouse/design-systems/commit/c86da48708a4ced6faba426eef81c1fac6679a82) Thanks [@robphoenix](https://github.com/robphoenix)! - Add `inverted` prop to `Heading`, `Text` & `TextLink` components

## 0.8.4

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

0 comments on commit 35b5c69

Please sign in to comment.