From 31ae6d298b91dc729bd058e6c4af82f910aac6d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:18:30 +0000 Subject: [PATCH] version packages --- .changeset/young-experts-trade.md | 5 ----- packages/native-ui/CHANGELOG.md | 6 ++++++ packages/native-ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-experts-trade.md 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",