@hero-design/rn-work-uikit 1.11.3 → 1.12.0

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @hero-design/rn-work-uikit
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#4754](https://github.com/Thinkei/hero-design/pull/4754) [`da189546e72d936d19d17f64a2fae1d6e4f97fe7`](https://github.com/Thinkei/hero-design/commit/da189546e72d936d19d17f64a2fae1d6e4f97fe7) Thanks [@phthhieu](https://github.com/phthhieu)! - Upgrade react-native 81
8
+
9
+ ### Patch Changes
10
+
11
+ - [#4770](https://github.com/Thinkei/hero-design/pull/4770) [`f41e0ff2a0a23e37c0be1203320dc2677f7e6af4`](https://github.com/Thinkei/hero-design/commit/f41e0ff2a0a23e37c0be1203320dc2677f7e6af4) Thanks [@tqdungit](https://github.com/tqdungit)! - Upgrade node 22
12
+
13
+ - Updated dependencies [[`da189546e72d936d19d17f64a2fae1d6e4f97fe7`](https://github.com/Thinkei/hero-design/commit/da189546e72d936d19d17f64a2fae1d6e4f97fe7), [`f41e0ff2a0a23e37c0be1203320dc2677f7e6af4`](https://github.com/Thinkei/hero-design/commit/f41e0ff2a0a23e37c0be1203320dc2677f7e6af4)]:
14
+ - @hero-design/rn@8.119.0
15
+ - @hero-design/react-native-month-year-picker@8.45.1
16
+
3
17
  ## 1.11.3
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -30,7 +30,7 @@ yarn add react-native-webview@^13.10.2
30
30
  **Requirements:**
31
31
  - React 18.3.1
32
32
  - React Native 0.77.3
33
- - Node.js >= 20.0.0 (20.19.5 recommended)
33
+ - Node.js >= 20.0.0 (20.x or 22.x supported)
34
34
  - Yarn >= 4.0.2 (enabled via Corepack: `corepack enable`)
35
35
  - iOS Simulator (iPhone 14, iOS 18+) or Android Emulator (Pixel 6, API 30) for development
36
36