@hero-design/rn-work-uikit 1.12.3-test-auto-workflow.0 → 1.12.4-test-dispatch-downstream.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,34 @@
1
1
  # @hero-design/rn-work-uikit
2
2
 
3
- ## 1.12.3-test-auto-workflow.0
3
+ ## 1.12.4-test-dispatch-downstream.1
4
+
5
+ ### Patch Changes
6
+
7
+ - test
8
+
9
+ - Updated dependencies []:
10
+ - @hero-design/react-native-month-year-picker@8.45.3-test-dispatch-downstream.1
11
+ - @hero-design/rn@8.120.2-test-dispatch-downstream.1
12
+
13
+ ## 1.12.4-test-dispatch-downstream.0
14
+
15
+ ### Patch Changes
16
+
17
+ - bump test version
18
+
19
+ - Updated dependencies []:
20
+ - @hero-design/react-native-month-year-picker@8.45.3-test-dispatch-downstream.0
21
+ - @hero-design/rn@8.120.2-test-dispatch-downstream.0
22
+
23
+ ## 1.12.3
4
24
 
5
25
  ### Patch Changes
6
26
 
7
27
  - [#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
28
 
9
29
  - Updated dependencies [[`58e5d24cb3a296fee8b4192594656a08bf983ab5`](https://github.com/Thinkei/hero-design/commit/58e5d24cb3a296fee8b4192594656a08bf983ab5)]:
10
- - @hero-design/react-native-month-year-picker@8.45.2-test-auto-workflow.0
11
- - @hero-design/rn@8.120.1-test-auto-workflow.0
30
+ - @hero-design/react-native-month-year-picker@8.45.2
31
+ - @hero-design/rn@8.120.1
12
32
 
13
33
  ## 1.12.2
14
34
 
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@hero-design/rn-work-uikit",
3
- "version": "1.12.3-test-auto-workflow.0",
3
+ "version": "1.12.4-test-dispatch-downstream.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
7
- "react-native": "src/index.ts",
8
7
  "types": "types/index.d.ts",
9
8
  "description": "EH Work specific UI components built on top of @hero-design/rn",
10
9
  "scripts": {
@@ -23,11 +22,11 @@
23
22
  "dependencies": {
24
23
  "@emotion/native": "^11.9.3",
25
24
  "@emotion/react": "^11.9.3",
26
- "@hero-design/rn": "8.120.1-test-auto-workflow.0",
25
+ "@hero-design/rn": "8.120.2-test-dispatch-downstream.1",
27
26
  "hero-editor": "^1.17.0"
28
27
  },
29
28
  "peerDependencies": {
30
- "@hero-design/react-native-month-year-picker": "^8.45.2-test-auto-workflow.0",
29
+ "@hero-design/react-native-month-year-picker": "^8.45.3-test-dispatch-downstream.1",
31
30
  "@ptomasroos/react-native-multi-slider": "^2.2.2",
32
31
  "@react-native-community/datetimepicker": "^8.4.4",
33
32
  "@react-native-community/slider": " ^5.0.1",
@@ -53,8 +52,8 @@
53
52
  "@eslint/compat": "^1.1.1",
54
53
  "@eslint/eslintrc": "^3.1.0",
55
54
  "@eslint/js": "^9.8.0",
56
- "@hero-design/eslint-plugin": "9.2.3-test-auto-workflow.0",
57
- "@hero-design/react-native-month-year-picker": "^8.45.2-test-auto-workflow.0",
55
+ "@hero-design/eslint-plugin": "9.2.4-test-dispatch-downstream.1",
56
+ "@hero-design/react-native-month-year-picker": "^8.45.3-test-dispatch-downstream.1",
58
57
  "@ptomasroos/react-native-multi-slider": "^2.2.2",
59
58
  "@react-native-community/datetimepicker": "8.4.4",
60
59
  "@react-native-community/slider": "^5.0.1",
@@ -77,11 +76,11 @@
77
76
  "babel-plugin-module-resolver": "^5.0.2",
78
77
  "core-js": "^3.33.0",
79
78
  "eslint": "^8.56.0",
80
- "eslint-config-hd": "8.42.5",
79
+ "eslint-config-hd": "8.42.6-test-dispatch-downstream.1",
81
80
  "jest": "^29.2.1",
82
81
  "jest-environment-jsdom": "^29.2.1",
83
82
  "jest-junit": "^16.0.0",
84
- "prettier-config-hd": "8.42.4",
83
+ "prettier-config-hd": "8.42.5-test-dispatch-downstream.1",
85
84
  "react": "19.1.0",
86
85
  "react-dom": "19.1.0",
87
86
  "react-native": "0.81.5",