From 35b5c69144ff2d45311ca38fb58e850f764fac3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jul 2024 09:44:11 +0000 Subject: [PATCH] version packages --- .changeset/chilled-bats-exist.md | 9 --------- .changeset/early-schools-dance.md | 5 ----- .changeset/light-spoons-search.md | 5 ----- .changeset/odd-cooks-sniff.md | 5 ----- .changeset/olive-horses-fold.md | 5 ----- .changeset/perfect-dodos-watch.md | 5 ----- .changeset/pink-peas-pull.md | 5 ----- .changeset/tall-garlics-drum.md | 5 ----- .changeset/thick-ducks-judge.md | 5 ----- packages/native-ui/CHANGELOG.md | 8 ++++++++ packages/native-ui/package.json | 2 +- packages/web-ui/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/web-ui/package.json | 2 +- 13 files changed, 34 insertions(+), 51 deletions(-) delete mode 100644 .changeset/chilled-bats-exist.md delete mode 100644 .changeset/early-schools-dance.md delete mode 100644 .changeset/light-spoons-search.md delete mode 100644 .changeset/odd-cooks-sniff.md delete mode 100644 .changeset/olive-horses-fold.md delete mode 100644 .changeset/perfect-dodos-watch.md delete mode 100644 .changeset/pink-peas-pull.md delete mode 100644 .changeset/tall-garlics-drum.md delete mode 100644 .changeset/thick-ducks-judge.md diff --git a/.changeset/chilled-bats-exist.md b/.changeset/chilled-bats-exist.md deleted file mode 100644 index 0a4002785..000000000 --- a/.changeset/chilled-bats-exist.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@utilitywarehouse/web-ui': patch ---- - -Update TextLink - -- Can render as a button -- Render with icons -- Accessibility docs diff --git a/.changeset/early-schools-dance.md b/.changeset/early-schools-dance.md deleted file mode 100644 index c094f88c7..000000000 --- a/.changeset/early-schools-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -fix: Intellisense for dark colours diff --git a/.changeset/light-spoons-search.md b/.changeset/light-spoons-search.md deleted file mode 100644 index ed4699865..000000000 --- a/.changeset/light-spoons-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -refactor: `Alert` icon defaults and use presentational colorScheme props diff --git a/.changeset/odd-cooks-sniff.md b/.changeset/odd-cooks-sniff.md deleted file mode 100644 index 829bfb2ef..000000000 --- a/.changeset/odd-cooks-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/web-ui': patch ---- - -Fix `Text` & `Heading` textTransform prop diff --git a/.changeset/olive-horses-fold.md b/.changeset/olive-horses-fold.md deleted file mode 100644 index 484a66d5c..000000000 --- a/.changeset/olive-horses-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/web-ui': minor ---- - -Add `Alert` component diff --git a/.changeset/perfect-dodos-watch.md b/.changeset/perfect-dodos-watch.md deleted file mode 100644 index 270c82456..000000000 --- a/.changeset/perfect-dodos-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/web-ui': minor ---- - -Deprecate `isBrandBackground` diff --git a/.changeset/pink-peas-pull.md b/.changeset/pink-peas-pull.md deleted file mode 100644 index 19e4ad59f..000000000 --- a/.changeset/pink-peas-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/web-ui': patch ---- - -Change `Button` cursor to pointer. diff --git a/.changeset/tall-garlics-drum.md b/.changeset/tall-garlics-drum.md deleted file mode 100644 index b61156fcd..000000000 --- a/.changeset/tall-garlics-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/web-ui': patch ---- - -Add `inverted` prop to `Heading`, `Text` & `TextLink` components diff --git a/.changeset/thick-ducks-judge.md b/.changeset/thick-ducks-judge.md deleted file mode 100644 index d004a4651..000000000 --- a/.changeset/thick-ducks-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/web-ui': minor ---- - -Add `mediaQueries` helper functions diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 0ffdc1102..1822bfd6e 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -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 diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 0b9a552fb..e3aa98a2b 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -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", diff --git a/packages/web-ui/CHANGELOG.md b/packages/web-ui/CHANGELOG.md index 48f5261bf..3af8f5d13 100644 --- a/packages/web-ui/CHANGELOG.md +++ b/packages/web-ui/CHANGELOG.md @@ -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 diff --git a/packages/web-ui/package.json b/packages/web-ui/package.json index 0c0ecc39d..fe9e50ed8 100644 --- a/packages/web-ui/package.json +++ b/packages/web-ui/package.json @@ -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",