@hero-design/rn 8.54.0 → 8.55.1-rc2.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.
@@ -1,8 +1,5 @@
1
- $ yarn build:js && yarn build:types
2
- $ rollup -c
3
1
  
4
2
  src/index.ts → lib/index.js, es/index.js...
5
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`.
6
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
7
- created lib/index.js, es/index.js in 47.1s
8
- $ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
5
+ created lib/index.js, es/index.js in 44.1s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.55.1-rc2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ - Updated dependencies [[`96d0a79e0`](https://github.com/Thinkei/hero-design/commit/96d0a79e008db83c915bbadc8d70a5403d6bd4e3), [`35fcc3812`](https://github.com/Thinkei/hero-design/commit/35fcc3812a090140848c80ed8d5f39026c4c5ee2)]:
12
+ - @hero-design/colors@8.42.6-rc2.0
13
+ - @hero-design/react-native-month-year-picker@8.42.7-rc2.0
14
+
15
+ ## 8.55.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#2630](https://github.com/Thinkei/hero-design/pull/2630) [`294faa148`](https://github.com/Thinkei/hero-design/commit/294faa148142ab60861e04d44b43e2a55236c879) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Tabs] Make indicator overlap with bottom border
20
+
3
21
  ## 8.54.0
4
22
 
5
23
  ### Minor Changes