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",