diff --git a/.changeset/young-experts-trade.md b/.changeset/young-experts-trade.md deleted file mode 100644 index 9a871b34e..000000000 --- a/.changeset/young-experts-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -Fixes `Invalid prop 'fill' supplied to 'React.Fragment'` issue diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index a17d3a8c9..983208736 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @utilitywarehouse/native-ui +## 1.0.1 + +### Patch Changes + +- [#698](https://github.com/utilitywarehouse/design-systems/pull/698) [`944f062`](https://github.com/utilitywarehouse/design-systems/commit/944f062d5a59c9b16522710790d9a9a154033d13) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Invalid prop 'fill' supplied to 'React.Fragment'` issue + ## 1.0.0 ### Major Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index be6e24286..aeddb68cd 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@utilitywarehouse/native-ui", - "version": "1.0.0", + "version": "1.0.1", "description": "Utility Warehouse React Native UI library", "main": "build/index.js", "types": "build/index.d.ts",