From 8e5cdb2140548c09ec5cfe6fe3aca9493f335028 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 13:46:59 +0000 Subject: [PATCH] version packages --- .changeset/shaggy-cows-jam.md | 5 ----- .changeset/tasty-melons-provide.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/shaggy-cows-jam.md delete mode 100644 .changeset/tasty-melons-provide.md diff --git a/.changeset/shaggy-cows-jam.md b/.changeset/shaggy-cows-jam.md deleted file mode 100644 index dcf673f8f..000000000 --- a/.changeset/shaggy-cows-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': minor ---- - -Removes `gluestack-style` dependency diff --git a/.changeset/tasty-melons-provide.md b/.changeset/tasty-melons-provide.md deleted file mode 100644 index 8cd01dfa1..000000000 --- a/.changeset/tasty-melons-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': minor ---- - -Removes unstyled components diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 21d257156..1c0778763 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @utilitywarehouse/native-ui +## 0.11.0 + +### Minor Changes + +- [#654](https://github.com/utilitywarehouse/design-systems/pull/654) [`de2fe90`](https://github.com/utilitywarehouse/design-systems/commit/de2fe9082e78eb354511af7df9da3e682536daeb) Thanks [@jordmccord](https://github.com/jordmccord)! - Removes `gluestack-style` dependency + +- [#654](https://github.com/utilitywarehouse/design-systems/pull/654) [`de2fe90`](https://github.com/utilitywarehouse/design-systems/commit/de2fe9082e78eb354511af7df9da3e682536daeb) Thanks [@jordmccord](https://github.com/jordmccord)! - Removes unstyled components + ## 0.10.1 ### Patch Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 3080f9b4d..68df455ef 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@utilitywarehouse/native-ui", - "version": "0.10.2", + "version": "0.11.0", "description": "Utility Warehouse React Native UI library", "main": "build/index.js", "types": "build/index.d.ts",