@hero-design/rn 8.120.1-test-auto-workflow.0 → 8.120.2
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,14 +1,20 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
-
## 8.120.
|
|
3
|
+
## 8.120.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4962](https://github.com/Thinkei/hero-design/pull/4962) [`78197ad0e210611eedab518bf088e7ee1c872fc3`](https://github.com/Thinkei/hero-design/commit/78197ad0e210611eedab518bf088e7ee1c872fc3) Thanks [@phucdph](https://github.com/phucdph)! - Update sparkle outlined icon
|
|
8
|
+
|
|
9
|
+
## 8.120.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
13
|
- [#4880](https://github.com/Thinkei/hero-design/pull/4880) [`58e5d24cb3a296fee8b4192594656a08bf983ab5`](https://github.com/Thinkei/hero-design/commit/58e5d24cb3a296fee8b4192594656a08bf983ab5) Thanks [@tqdungit](https://github.com/tqdungit)! - Update `engines.node` to enforce Node.js 20/22 support. Published packages now require `^20.0.0 || ^22.0.0`, dropping support for Node 14/16/18 and older ranges. Internal packages are set to `^22.0.0`.
|
|
8
14
|
|
|
9
15
|
- Updated dependencies [[`58e5d24cb3a296fee8b4192594656a08bf983ab5`](https://github.com/Thinkei/hero-design/commit/58e5d24cb3a296fee8b4192594656a08bf983ab5)]:
|
|
10
|
-
- @hero-design/react-native-month-year-picker@8.45.2
|
|
11
|
-
- @hero-design/colors@8.47.3
|
|
16
|
+
- @hero-design/react-native-month-year-picker@8.45.2
|
|
17
|
+
- @hero-design/colors@8.47.3
|
|
12
18
|
|
|
13
19
|
## 8.120.0
|
|
14
20
|
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.120.
|
|
3
|
+
"version": "8.120.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@emotion/native": "^11.9.3",
|
|
24
24
|
"@emotion/react": "^11.9.3",
|
|
25
|
-
"@hero-design/colors": "8.47.3
|
|
25
|
+
"@hero-design/colors": "8.47.3",
|
|
26
26
|
"d3": "^7.8.5",
|
|
27
27
|
"date-fns": "^2.30.0",
|
|
28
28
|
"hero-editor": "^1.17.0",
|
|
29
29
|
"nanoid": "^5.0.9"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@hero-design/react-native-month-year-picker": "^8.45.2
|
|
32
|
+
"@hero-design/react-native-month-year-picker": "^8.45.2",
|
|
33
33
|
"@ptomasroos/react-native-multi-slider": "^2.2.2",
|
|
34
34
|
"@react-native-community/datetimepicker": "^8.4.4",
|
|
35
35
|
"@react-native-community/slider": "^5.0.1",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@eslint/compat": "^1.1.1",
|
|
57
57
|
"@eslint/eslintrc": "^3.1.0",
|
|
58
58
|
"@eslint/js": "^9.8.0",
|
|
59
|
-
"@hero-design/eslint-plugin": "9.2.3
|
|
60
|
-
"@hero-design/react-native-month-year-picker": "^8.45.2
|
|
59
|
+
"@hero-design/eslint-plugin": "9.2.3",
|
|
60
|
+
"@hero-design/react-native-month-year-picker": "^8.45.2",
|
|
61
61
|
"@ptomasroos/react-native-multi-slider": "^2.2.2",
|
|
62
62
|
"@react-native-community/datetimepicker": "8.4.4",
|
|
63
63
|
"@react-native-community/slider": "^5.0.1",
|