@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.
- package/.turbo/turbo-build.log +1 -4
- package/CHANGELOG.md +18 -0
- package/es/index.js +275 -261
- package/lib/index.js +275 -261
- package/package.json +12 -9
- package/src/components/Tabs/StyledTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +2 -1
- package/src/theme/components/tabs.ts +2 -1
- package/types/theme/components/tabs.d.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
$ yarn build:js && yarn build:types
|
|
2
|
-
$ rollup -c
|
|
3
1
|
[36m
|
|
4
2
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
5
3
|
[1m[33m(!) 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`.[39m[22m
|
|
6
4
|
[1m[33m(!) 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[39m[22m
|
|
7
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
8
|
-
$ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
|
|
5
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m44.1s[22m[39m
|
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
|