@hero-design/rn 8.63.0 → 8.63.1-alpha.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.
@@ -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 55.8s
5
+ created lib/index.js, es/index.js in 56.6s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.63.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2856](https://github.com/Thinkei/hero-design/pull/2856) [`5874c95d7`](https://github.com/Thinkei/hero-design/commit/5874c95d7b475b3d146ef91372c6e6528ad31928) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [TimePicker] Migrate V9 commits
8
+
3
9
  ## 8.63.0
4
10
 
5
11
  ### Minor Changes
@@ -45,6 +51,15 @@
45
51
 
46
52
  - [#2786](https://github.com/Thinkei/hero-design/pull/2786) [`f5f4d1d55`](https://github.com/Thinkei/hero-design/commit/f5f4d1d55601f9ae3e37438f0928e9a6173ae260) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Radio.Group] Update indicator color and add inactiveIntent prop
47
53
 
54
+ ## 8.60.1-alpha.0
55
+
56
+ ### Patch Changes
57
+
58
+ - [#2807](https://github.com/Thinkei/hero-design/pull/2807) [`391137af3`](https://github.com/Thinkei/hero-design/commit/391137af35cb9ae71da51d6863624da0251017aa) Thanks [@ttkien](https://github.com/ttkien)! - initial HDv9
59
+
60
+ - Updated dependencies [[`5c76fdb0b`](https://github.com/Thinkei/hero-design/commit/5c76fdb0b3565456f30864c78e42cc9a589747c9), [`391137af3`](https://github.com/Thinkei/hero-design/commit/391137af35cb9ae71da51d6863624da0251017aa)]:
61
+ - @hero-design/colors@9.0.0-alpha.0
62
+
48
63
  ## 8.60.0
49
64
 
50
65
  ### Minor Changes