@hero-design/rn 8.64.3 → 8.64.4

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 1m 3.1s
5
+ created lib/index.js, es/index.js in 1m 2.1s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.64.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3307](https://github.com/Thinkei/hero-design/pull/3307) [`a8013e12bc9ed9f602c66d174f4e652e7527d95f`](https://github.com/Thinkei/hero-design/commit/a8013e12bc9ed9f602c66d174f4e652e7527d95f) Thanks [@ttkien](https://github.com/ttkien)! - downgrade rollup
8
+
9
+ - Updated dependencies [[`a8013e12bc9ed9f602c66d174f4e652e7527d95f`](https://github.com/Thinkei/hero-design/commit/a8013e12bc9ed9f602c66d174f4e652e7527d95f)]:
10
+ - @hero-design/colors@8.43.1
11
+
3
12
  ## 8.64.3
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.64.3",
3
+ "version": "8.64.4",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -22,7 +22,7 @@
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.43.0",
25
+ "@hero-design/colors": "8.43.1",
26
26
  "date-fns": "^2.16.1",
27
27
  "hero-editor": "^1.9.21",
28
28
  "nanoid": "^4.0.2"
@@ -86,7 +86,7 @@
86
86
  "react-native-vector-icons": "^9.1.0",
87
87
  "react-native-webview": "13.10.3",
88
88
  "react-test-renderer": "18.2.0",
89
- "rollup": "^2.68.0",
89
+ "rollup": "^2.70.1",
90
90
  "rollup-plugin-copy": "^3.4.0",
91
91
  "rollup-plugin-flow": "^1.1.1",
92
92
  "rollup-plugin-visualizer": "^5.12.0",