@hero-design/rn 8.55.0 → 8.55.1-rc2.3

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.
@@ -2,4 +2,4 @@
2
2
  src/index.ts → lib/index.js, es/index.js...
3
3
  (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
4
4
  (!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
5
- created lib/index.js, es/index.js in 45.6s
5
+ created lib/index.js, es/index.js in 58.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.55.1-rc2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`25ae9a822`](https://github.com/Thinkei/hero-design/commit/25ae9a822f6981c2d874b204ac927dbc1785c837), [`6f0724064`](https://github.com/Thinkei/hero-design/commit/6f0724064299a409b8c3b0047f9c17a549ddb58a)]:
8
+ - @hero-design/colors@8.42.6-rc2.3
9
+
10
+ ## 8.55.1-rc2.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#2647](https://github.com/Thinkei/hero-design/pull/2647) [`c5d38100f`](https://github.com/Thinkei/hero-design/commit/c5d38100f7a484a90164b06405f78e09f13d5a5b) Thanks [@ttkien](https://github.com/ttkien)! - fix
15
+
16
+ - [#2647](https://github.com/Thinkei/hero-design/pull/2647) [`d24b42494`](https://github.com/Thinkei/hero-design/commit/d24b42494b3915b2500067a51b3970a528224c5b) Thanks [@ttkien](https://github.com/ttkien)! - fix release flow
17
+
18
+ - Updated dependencies [[`c5d38100f`](https://github.com/Thinkei/hero-design/commit/c5d38100f7a484a90164b06405f78e09f13d5a5b), [`d24b42494`](https://github.com/Thinkei/hero-design/commit/d24b42494b3915b2500067a51b3970a528224c5b)]:
19
+ - @hero-design/colors@8.42.6-rc2.2
20
+ - @hero-design/react-native-month-year-picker@8.42.7-rc2.2
21
+
22
+ ## 8.55.1-rc2.1
23
+
24
+ ### Patch Changes
25
+
26
+ - [#2647](https://github.com/Thinkei/hero-design/pull/2647) [`286e61897`](https://github.com/Thinkei/hero-design/commit/286e61897f3d3a187dfec6f62f46ec8e0028801f) Thanks [@ttkien](https://github.com/ttkien)! - update release flow
27
+
28
+ - Updated dependencies [[`286e61897`](https://github.com/Thinkei/hero-design/commit/286e61897f3d3a187dfec6f62f46ec8e0028801f)]:
29
+ - @hero-design/colors@8.42.6-rc2.1
30
+ - @hero-design/react-native-month-year-picker@8.42.7-rc2.1
31
+
32
+ ## 8.55.1-rc2.0
33
+
34
+ ### Patch Changes
35
+
36
+ - [#2647](https://github.com/Thinkei/hero-design/pull/2647) [`96d0a79e0`](https://github.com/Thinkei/hero-design/commit/96d0a79e008db83c915bbadc8d70a5403d6bd4e3) Thanks [@ttkien](https://github.com/ttkien)! - add pre-commit
37
+
38
+ - [#2647](https://github.com/Thinkei/hero-design/pull/2647) [`35fcc3812`](https://github.com/Thinkei/hero-design/commit/35fcc3812a090140848c80ed8d5f39026c4c5ee2) Thanks [@ttkien](https://github.com/ttkien)! - yarn install after bump version
39
+
40
+ - Updated dependencies [[`96d0a79e0`](https://github.com/Thinkei/hero-design/commit/96d0a79e008db83c915bbadc8d70a5403d6bd4e3), [`35fcc3812`](https://github.com/Thinkei/hero-design/commit/35fcc3812a090140848c80ed8d5f39026c4c5ee2)]:
41
+ - @hero-design/colors@8.42.6-rc2.0
42
+ - @hero-design/react-native-month-year-picker@8.42.7-rc2.0
43
+
3
44
  ## 8.55.0
4
45
 
5
46
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.55.0",
3
+ "version": "8.55.1-rc2.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -22,14 +22,14 @@
22
22
  "@emotion/native": "^11.9.3",
23
23
  "@emotion/primitives-core": "11.0.0",
24
24
  "@emotion/react": "^11.9.3",
25
- "@hero-design/colors": "8.42.5",
25
+ "@hero-design/colors": "8.42.6-rc2.3",
26
26
  "date-fns": "^2.16.1",
27
27
  "events": "^3.2.0",
28
28
  "hero-editor": "^1.9.21",
29
29
  "nanoid": "^4.0.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@hero-design/react-native-month-year-picker": "^8.42.6",
32
+ "@hero-design/react-native-month-year-picker": "^8.42.7-rc2.2",
33
33
  "@react-native-community/datetimepicker": "^3.5.2",
34
34
  "@react-native-community/slider": "4.4.3",
35
35
  "react": "18.2.0",
@@ -48,8 +48,8 @@
48
48
  "@babel/preset-typescript": "^7.20.0",
49
49
  "@babel/runtime": "^7.20.0",
50
50
  "@emotion/jest": "^11.11.0",
51
- "@hero-design/eslint-plugin": "9.0.0",
52
- "@hero-design/react-native-month-year-picker": "^8.42.6",
51
+ "@hero-design/eslint-plugin": "9.0.1-rc2.2",
52
+ "@hero-design/react-native-month-year-picker": "^8.42.7-rc2.2",
53
53
  "@react-native-community/datetimepicker": "3.5.2",
54
54
  "@react-native-community/slider": "4.4.3",
55
55
  "@rollup/plugin-babel": "^5.3.1",
@@ -66,12 +66,12 @@
66
66
  "babel-plugin-inline-import": "^3.0.0",
67
67
  "core-js": "^3.33.0",
68
68
  "eslint": "^8.56.0",
69
- "eslint-config-hd": "8.42.4",
69
+ "eslint-config-hd": "8.42.5-rc2.2",
70
70
  "eslint-plugin-import": "^2.27.5",
71
71
  "jest": "^29.2.1",
72
72
  "jest-environment-jsdom": "^29.2.1",
73
73
  "jest-junit": "^16.0.0",
74
- "prettier-config-hd": "8.42.4",
74
+ "prettier-config-hd": "8.42.5-rc2.2",
75
75
  "react": "18.2.0",
76
76
  "react-native": "0.71.14",
77
77
  "react-native-gesture-handler": "~2.5.0",