@hero-design/rn-work-uikit 1.2.0-alpha.0 → 1.2.0-alpha.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.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,20 @@
1
1
  # @hero-design/rn-work-uikit
2
2
 
3
+ ## 1.2.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3988](https://github.com/Thinkei/hero-design/pull/3988) [`d0104932d0ca5f4b2bdf9cb2ccf572db4a12bf8e`](https://github.com/Thinkei/hero-design/commit/d0104932d0ca5f4b2bdf9cb2ccf572db4a12bf8e) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] add TextInput for Work
8
+
9
+ ### Patch Changes
10
+
11
+ - [`5522767922928d3fb431f77e8e4853e552010278`](https://github.com/Thinkei/hero-design/commit/5522767922928d3fb431f77e8e4853e552010278) Thanks [@ttkien](https://github.com/ttkien)! - add assets from rn
12
+
3
13
  ## 1.2.0-alpha.0
4
14
 
5
15
  ### Minor Changes
6
16
 
7
- - [`c96a992a3d05781029ab5614d465093f9117bd0d`](https://github.com/Thinkei/hero-design/commit/c96a992a3d05781029ab5614d465093f9117bd0d) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] add TextInput for Work
17
+ - [#3988](https://github.com/Thinkei/hero-design/pull/3988) [`d0104932d0ca5f4b2bdf9cb2ccf572db4a12bf8e`](https://github.com/Thinkei/hero-design/commit/d0104932d0ca5f4b2bdf9cb2ccf572db4a12bf8e) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] add TextInput for Work
8
18
 
9
19
  ## 1.1.0
10
20
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn-work-uikit",
3
- "version": "1.2.0-alpha.0",
3
+ "version": "1.2.0-alpha.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/rollup.config.mjs CHANGED
@@ -66,7 +66,7 @@ export default [
66
66
  }),
67
67
  ]
68
68
  : []),
69
- del({ targets: ['locales', 'types'] }),
69
+ del({ targets: ['locales', 'assets'] }),
70
70
  copy({
71
71
  targets: [
72
72
  {
@@ -74,7 +74,7 @@ export default [
74
74
  dest: '.',
75
75
  },
76
76
  {
77
- src: 'node_modules/@hero-design/rn/types',
77
+ src: 'node_modules/@hero-design/rn/assets',
78
78
  dest: '.',
79
79
  },
80
80
  ],