diff --git a/.changeset/curvy-bottles-heal.md b/.changeset/curvy-bottles-heal.md deleted file mode 100644 index 9637b48eb..000000000 --- a/.changeset/curvy-bottles-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -Fix design tokens package pre-release version diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 60c9a9646..9a52eb7bb 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @utilitywarehouse/native-ui +## 0.8.1 + +### Patch Changes + +- [`c60651dd`](https://github.com/utilitywarehouse/design-systems/commit/c60651dd7426b6cfbea5a49b11e6fbd5cb7b3438) Thanks [@jordmccord](https://github.com/jordmccord)! - Fix design tokens package pre-release version + ## 0.8.0 ### Minor Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 4eda921e4..d6533a25b 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@utilitywarehouse/native-ui", - "version": "0.8.0", + "version": "0.8.1", "description": "Utility Warehouse React Native UI library", "main": "build/index.js", "types": "build/index.d.ts",