diff --git a/.changeset/modern-kings-kneel.md b/.changeset/modern-kings-kneel.md deleted file mode 100644 index a8d49dfce..000000000 --- a/.changeset/modern-kings-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -Refactor `Alert` styling with `react-native-unistyles` diff --git a/.changeset/pink-pugs-act.md b/.changeset/pink-pugs-act.md deleted file mode 100644 index 13f206a6d..000000000 --- a/.changeset/pink-pugs-act.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@utilitywarehouse/native-ui': minor ---- - -Expose `createStyleSheet`, `useStyles` and `useInitialTheme` from `react-native-unistyles` and include tokens. - diff --git a/.changeset/silent-planes-taste.md b/.changeset/silent-planes-taste.md deleted file mode 100644 index 390a436ba..000000000 --- a/.changeset/silent-planes-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': minor ---- - -Add lab `Box` component using new style lib diff --git a/.changeset/swift-mirrors-marry.md b/.changeset/swift-mirrors-marry.md deleted file mode 100644 index d3bf9197a..000000000 --- a/.changeset/swift-mirrors-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@utilitywarehouse/native-ui': patch ---- - -Refactor `Badge` styling with `react-native-unistyles` diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 4b25c6062..af55b9514 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,19 @@ # @utilitywarehouse/native-ui +## 0.4.0 + +### Minor Changes + +- [#469](https://github.com/utilitywarehouse/design-systems/pull/469) [`98871ae7`](https://github.com/utilitywarehouse/design-systems/commit/98871ae741182ae626683ec9ab84be84379fbe0c) Thanks [@jordmccord](https://github.com/jordmccord)! - Expose `createStyleSheet`, `useStyles` and `useInitialTheme` from `react-native-unistyles` and include tokens. + +- [#474](https://github.com/utilitywarehouse/design-systems/pull/474) [`2d98312b`](https://github.com/utilitywarehouse/design-systems/commit/2d98312b1e1e15d56eefe311efb4bb65e2f54ebd) Thanks [@jordmccord](https://github.com/jordmccord)! - Add lab `Box` component using new style lib + +### Patch Changes + +- [#469](https://github.com/utilitywarehouse/design-systems/pull/469) [`98871ae7`](https://github.com/utilitywarehouse/design-systems/commit/98871ae741182ae626683ec9ab84be84379fbe0c) Thanks [@jordmccord](https://github.com/jordmccord)! - Refactor `Alert` styling with `react-native-unistyles` + +- [#469](https://github.com/utilitywarehouse/design-systems/pull/469) [`98871ae7`](https://github.com/utilitywarehouse/design-systems/commit/98871ae741182ae626683ec9ab84be84379fbe0c) Thanks [@jordmccord](https://github.com/jordmccord)! - Refactor `Badge` styling with `react-native-unistyles` + ## 0.3.0 ### Minor Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 02fd6abdb..20429074a 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@utilitywarehouse/native-ui", - "version": "0.3.0", + "version": "0.4.0", "description": "Utility Warehouse React Native UI library", "main": "build/index.js", "types": "build/index.d.ts",