From 889620bd804a5612f30015699bca5a6c2541cce3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:41:28 +0000 Subject: [PATCH] Version Packages (#596) Co-authored-by: github-actions[bot] --- .changeset/chilled-pigs-clap.md | 5 ----- .changeset/giant-moles-trade.md | 5 ----- packages/native-ui/CHANGELOG.md | 8 ++++++++ packages/native-ui/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilled-pigs-clap.md delete mode 100644 .changeset/giant-moles-trade.md diff --git a/.changeset/chilled-pigs-clap.md b/.changeset/chilled-pigs-clap.md deleted file mode 100644 index ee080bb15..000000000 --- a/.changeset/chilled-pigs-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': minor ---- - -Adds `Card` component diff --git a/.changeset/giant-moles-trade.md b/.changeset/giant-moles-trade.md deleted file mode 100644 index f9448641b..000000000 --- a/.changeset/giant-moles-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': minor ---- - -Migrates hooks away from gluestack diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 75e418b1a..01516dd46 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @utilitywarehouse/native-ui +## 0.7.0 + +### Minor Changes + +- [#594](https://github.com/utilitywarehouse/design-systems/pull/594) [`c186bdc4`](https://github.com/utilitywarehouse/design-systems/commit/c186bdc4851d20738a4622e39d4cc4f2dd5d61c4) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Card` component + +- [#597](https://github.com/utilitywarehouse/design-systems/pull/597) [`09259641`](https://github.com/utilitywarehouse/design-systems/commit/09259641967101f3a6ad356042d6460b9cb4b818) Thanks [@jordmccord](https://github.com/jordmccord)! - Migrates hooks away from gluestack + ## 0.6.1 ### Patch Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 19956b1e8..c80a9e0fe 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@utilitywarehouse/native-ui", - "version": "0.6.1", + "version": "0.7.0", "description": "Utility Warehouse React Native UI library", "main": "build/index.js", "types": "build/index.d.ts",