@hero-design/rn 7.12.0 → 7.12.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.
@@ -1,8 +1,8 @@
1
- @hero-design/rn:build: cache hit, replaying output 6c8af932c937f0bd
1
+ @hero-design/rn:build: cache hit, replaying output a4ed0fed78ccbdd7
2
2
  @hero-design/rn:build: $ yarn build:js && yarn build:types
3
3
  @hero-design/rn:build: $ rollup -c
4
4
  @hero-design/rn:build: 
5
5
  @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
6
  @hero-design/rn:build: (!) 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`.
7
- @hero-design/rn:build: created lib/index.js, es/index.js in 17.8s
7
+ @hero-design/rn:build: created lib/index.js, es/index.js in 15.5s
8
8
  @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "7.12.0",
3
+ "version": "7.12.1",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@emotion/native": "^11.9.3",
23
23
  "@emotion/react": "^11.9.3",
24
- "@hero-design/colors": "7.12.0",
24
+ "@hero-design/colors": "7.12.1",
25
25
  "date-fns": "^2.16.1"
26
26
  },
27
27
  "peerDependencies": {