@hero-design/rn 8.106.1-alpha.0 → 8.106.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,4 +1,4 @@
1
- (node:4180) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
1
+ (node:3325) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
2
2
  (Use `node --trace-warnings ...` to show where the warning was created)
3
3
  
4
4
  src/index.ts → lib/index.js, es/index.js...
@@ -15,9 +15,9 @@ node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/sr
15
15
     ~~~~~~~~~~~~~~~~~~~
16
16
  
17
17
  (!) [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.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.
18
- created lib/index.js, es/index.js in 1m 11s
18
+ created lib/index.js, es/index.js in 1m 12.9s
19
19
  
20
20
  /home/runner/work/hero-design/hero-design/packages/rn/src/locales/en_AU.ts, /home/runner/work/hero-design/hero-design/packages/rn/src/locales/en_CA.ts, /home/runner/work/hero-design/hero-design/packages/rn/src/locales/index.ts, /home/runner/work/hero-design/hero-design/packages/rn/src/locales/types.ts → ., ....
21
21
  (!) Generated empty chunks
22
22
  "locales/types" and "locales/types"
23
- created ., . in 20.9s
23
+ created ., . in 21.2s
package/CHANGELOG.md CHANGED
@@ -1,17 +1,13 @@
1
1
  # @hero-design/rn
2
2
 
3
- ## 8.106.1-alpha.0
3
+ ## 8.106.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#3497](https://github.com/Thinkei/hero-design/pull/3497) [`e92d1dab57316441e7b5054debe823328e1a1083`](https://github.com/Thinkei/hero-design/commit/e92d1dab57316441e7b5054debe823328e1a1083) Thanks [@luanlai2201](https://github.com/luanlai2201)! - [Font] replace playful font to Saiga
8
-
9
7
  - [#4185](https://github.com/Thinkei/hero-design/pull/4185) [`353896c59f62ba7230365d8ba59e07edefc0ded2`](https://github.com/Thinkei/hero-design/commit/353896c59f62ba7230365d8ba59e07edefc0ded2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Avatar] Use mobileAvatarPalette for avatar hook
10
8
 
11
- - [#4123](https://github.com/Thinkei/hero-design/pull/4123) [`ecc5905dec81783858f57595a0af4306ff3b0b89`](https://github.com/Thinkei/hero-design/commit/ecc5905dec81783858f57595a0af4306ff3b0b89) Thanks [@truongnguyen-eh](https://github.com/truongnguyen-eh)! - [ANG-3740] Resolve conflict between alpha and master-react-18
12
-
13
9
  - Updated dependencies [[`353896c59f62ba7230365d8ba59e07edefc0ded2`](https://github.com/Thinkei/hero-design/commit/353896c59f62ba7230365d8ba59e07edefc0ded2)]:
14
- - @hero-design/colors@8.46.2-alpha.0
10
+ - @hero-design/colors@8.46.2
15
11
 
16
12
  ## 8.106.0
17
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.106.1-alpha.0",
3
+ "version": "8.106.1",
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.46.2-alpha.0",
25
+ "@hero-design/colors": "8.46.2",
26
26
  "d3": "^7.8.5",
27
27
  "date-fns": "^2.30.0",
28
28
  "hero-editor": "^1.16.0",