From 1508465dede8d34bfafcc493c7e062ecfe56a9f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:38:16 +0000 Subject: [PATCH] Version Packages (#615) Co-authored-by: github-actions[bot] --- .changeset/curvy-bottles-heal.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/curvy-bottles-heal.md 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",