@utilitywarehouse/hearth-react-native 0.28.5 → 0.28.6

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @utilitywarehouse/hearth-react-native@0.28.5 build /home/runner/work/hearth/hearth/packages/react-native
2
+ > @utilitywarehouse/hearth-react-native@0.28.6 build /home/runner/work/hearth/hearth/packages/react-native
3
3
  > tsc
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @utilitywarehouse/hearth-react-native@0.28.5 lint /home/runner/work/hearth/hearth/packages/react-native
2
+ > @utilitywarehouse/hearth-react-native@0.28.6 lint /home/runner/work/hearth/hearth/packages/react-native
3
3
  > TIMING=1 eslint .
4
4
 
5
5
 
@@ -54,15 +54,15 @@
54
54
 
55
55
  ✖ 23 problems (0 errors, 23 warnings)
56
56
 
57
- Rule | Time (ms) | Relative
58
- :-----------------------------------------|----------:|--------:
59
- @typescript-eslint/no-unused-vars | 1665.555 | 62.9%
60
- react-hooks/exhaustive-deps | 114.741 | 4.3%
61
- no-misleading-character-class | 86.661 | 3.3%
62
- no-global-assign | 82.213 | 3.1%
63
- react-hooks/rules-of-hooks | 71.322 | 2.7%
64
- no-unexpected-multiline | 47.421 | 1.8%
65
- @typescript-eslint/ban-ts-comment | 37.884 | 1.4%
66
- @typescript-eslint/triple-slash-reference | 36.368 | 1.4%
67
- no-loss-of-precision | 33.743 | 1.3%
68
- no-regex-spaces | 23.584 | 0.9%
57
+ Rule | Time (ms) | Relative
58
+ :---------------------------------|----------:|--------:
59
+ @typescript-eslint/no-unused-vars | 1617.178 | 58.4%
60
+ react-hooks/exhaustive-deps | 164.271 | 5.9%
61
+ react-hooks/rules-of-hooks | 89.591 | 3.2%
62
+ no-global-assign | 84.280 | 3.0%
63
+ no-unexpected-multiline | 56.606 | 2.0%
64
+ no-loss-of-precision | 56.417 | 2.0%
65
+ no-misleading-character-class | 48.013 | 1.7%
66
+ no-useless-escape | 38.194 | 1.4%
67
+ no-regex-spaces | 36.638 | 1.3%
68
+ @typescript-eslint/ban-ts-comment | 35.602 | 1.3%
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @utilitywarehouse/hearth-react-native
2
2
 
3
+ ## 0.28.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1050](https://github.com/utilitywarehouse/hearth/pull/1050) [`13d2cca`](https://github.com/utilitywarehouse/hearth/commit/13d2ccab3abda60a35202847e3895017496c4dcf) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Expand react peer dependency to allow any React 19.x version for compatibility with all React 19 releases.
8
+
3
9
  ## 0.28.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utilitywarehouse/hearth-react-native",
3
- "version": "0.28.5",
3
+ "version": "0.28.6",
4
4
  "description": "Utility Warehouse React Native UI library",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -63,11 +63,11 @@
63
63
  "@utilitywarehouse/hearth-tokens": "^0.2.4"
64
64
  },
65
65
  "peerDependencies": {
66
- "@gorhom/bottom-sheet": "^5.0.0",
67
- "@utilitywarehouse/hearth-react-native-icons": "0.8.0",
68
- "react": ">=17 || ^18.0.0 || ^19.0.0",
66
+ "@gorhom/bottom-sheet": ">=5.0.0",
67
+ "@utilitywarehouse/hearth-react-native-icons": ">=0.8.0",
68
+ "react": ">=17 || ^18.x || ^19.x",
69
69
  "react-native": ">=0.77",
70
- "react-native-gesture-handler": ">=2.0.0",
70
+ "react-native-gesture-handler": ">=2",
71
71
  "react-native-reanimated": "3.x || ^4.x",
72
72
  "react-native-svg": ">=13.4.0",
73
73
  "react-native-unistyles": ">=3.0.0",