@utilitywarehouse/hearth-react-native 0.34.0 → 0.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/docs/changelog.mdx +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @utilitywarehouse/hearth-react-native
|
|
2
2
|
|
|
3
|
+
## 0.34.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1341](https://github.com/utilitywarehouse/hearth/pull/1341) [`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Make all packages public
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89)]:
|
|
10
|
+
- @utilitywarehouse/hearth-react-native-icons@0.8.3
|
|
11
|
+
|
|
3
12
|
## 0.34.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/docs/changelog.mdx
CHANGED
|
@@ -9,6 +9,15 @@ import { BackToTopButton, NextPrevPage } from './components';
|
|
|
9
9
|
The changelog for the Hearth React Native library. Here you can find all the changes, improvements, and bug fixes for each version.
|
|
10
10
|
|
|
11
11
|
|
|
12
|
+
## 0.34.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#1341](https://github.com/utilitywarehouse/hearth/pull/1341) [`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Make all packages public
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89)]:
|
|
19
|
+
- @utilitywarehouse/hearth-react-native-icons@0.8.3
|
|
20
|
+
|
|
12
21
|
## 0.34.0
|
|
13
22
|
|
|
14
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utilitywarehouse/hearth-react-native",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "Utility Warehouse React Native UI library",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"vite-plugin-svgr": "^4.5.0",
|
|
61
61
|
"vitest": "^4.1.7",
|
|
62
62
|
"@utilitywarehouse/hearth-storybook-utils": "0.0.0",
|
|
63
|
-
"@utilitywarehouse/hearth-fonts": "^0.1.
|
|
64
|
-
"@utilitywarehouse/hearth-react-icons": "^0.8.
|
|
65
|
-
"@utilitywarehouse/hearth-react-native-icons": "^0.8.
|
|
66
|
-
"@utilitywarehouse/hearth-svg-assets": "^0.6.
|
|
67
|
-
"@utilitywarehouse/hearth-tokens": "^0.4.
|
|
63
|
+
"@utilitywarehouse/hearth-fonts": "^0.1.1",
|
|
64
|
+
"@utilitywarehouse/hearth-react-icons": "^0.8.4",
|
|
65
|
+
"@utilitywarehouse/hearth-react-native-icons": "^0.8.3",
|
|
66
|
+
"@utilitywarehouse/hearth-svg-assets": "^0.6.3",
|
|
67
|
+
"@utilitywarehouse/hearth-tokens": "^0.4.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@gorhom/bottom-sheet": ">=5.0.0",
|