diff --git a/.changeset/real-poets-help.md b/.changeset/real-poets-help.md deleted file mode 100644 index f29d421f4..000000000 --- a/.changeset/real-poets-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -Fixes missing ref on `Accordion` trigger diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 4c2c65288..fd0f2f7a1 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @utilitywarehouse/native-ui +## 0.12.2 + +### Patch Changes + +- [`9da80df`](https://github.com/utilitywarehouse/design-systems/commit/9da80df874e7baa3c7e9f0f4aa71ff4b8abce30e) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes missing ref on `Accordion` trigger + ## 0.12.1 ### Patch Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 7b6ee8a54..33a46aa0c 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@utilitywarehouse/native-ui", - "version": "0.12.1", + "version": "0.12.2", "description": "Utility Warehouse React Native UI library", "main": "build/index.js", "types": "build/index.d.ts",