@hero-design/rn 8.123.0 → 8.123.1-test-dispatch-downstream.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -18
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,38 +1,44 @@
1
1
  # @hero-design/rn
2
2
 
3
- ## 8.123.0
3
+ ## 8.123.1-test-dispatch-downstream.0
4
4
 
5
- ### Minor Changes
6
-
7
- - [#5000](https://github.com/Thinkei/hero-design/pull/5000) [`65005affb073e5de21dbe2511a8ef42251aa21ca`](https://github.com/Thinkei/hero-design/commit/65005affb073e5de21dbe2511a8ef42251aa21ca) Thanks [@phucdph](https://github.com/phucdph)! - Add `InlineLoader` component for React Native with idle, loading, success, and error states. Supports five text size variants (10–18px), a neutral intent and an AI intent with animated gradient text for the loading state.
5
+ ### Patch Changes
8
6
 
9
- ## 8.122.0
7
+ - test
10
8
 
11
- ### Minor Changes
9
+ - Updated dependencies []:
10
+ - @hero-design/react-native-month-year-picker@8.45.3-test-dispatch-downstream.0
11
+ - @hero-design/colors@8.47.4-test-dispatch-downstream.0
12
12
 
13
- - [#4992](https://github.com/Thinkei/hero-design/pull/4992) [`87bd2b334180c9908328a7cdd2e686694dae1d7d`](https://github.com/Thinkei/hero-design/commit/87bd2b334180c9908328a7cdd2e686694dae1d7d) Thanks [@haudao-eh](https://github.com/haudao-eh)! - [Avatar] Add `neutral` intent to Avatar. `neutral` is now the default intent, replacing `primary`.
13
+ ## 8.120.2-test-dispatch-downstream.2
14
14
 
15
- **Note:** Any Avatar rendered without an explicit `intent` prop will now
16
- display a teal-grey background instead of dark purple. Add `intent="primary"`
17
- to preserve the previous appearance.
15
+ ### Patch Changes
18
16
 
19
- ## 8.121.0
17
+ - test dispatch workflow
20
18
 
21
- ### Minor Changes
22
-
23
- - [#4963](https://github.com/Thinkei/hero-design/pull/4963) [`8921509e3c0271abe2c0df377316fc5ded154a05`](https://github.com/Thinkei/hero-design/commit/8921509e3c0271abe2c0df377316fc5ded154a05) Thanks [@ttkien](https://github.com/ttkien)! - [Icon] add 'ai' intent
19
+ - Updated dependencies []:
20
+ - @hero-design/react-native-month-year-picker@8.45.3-test-dispatch-downstream.2
21
+ - @hero-design/colors@8.47.4-test-dispatch-downstream.2
24
22
 
25
- - [#4968](https://github.com/Thinkei/hero-design/pull/4968) [`654135e5178e2ab74dc6e9d80edb7bdab60275d7`](https://github.com/Thinkei/hero-design/commit/654135e5178e2ab74dc6e9d80edb7bdab60275d7) Thanks [@ttkien](https://github.com/ttkien)! - [PS-2754] Add ai intent to RN Typography components
23
+ ## 8.120.2-test-dispatch-downstream.1
26
24
 
27
25
  ### Patch Changes
28
26
 
29
- - [#4972](https://github.com/Thinkei/hero-design/pull/4972) [`4caa323ce232ef982bab8e3845aadc6b493a3804`](https://github.com/Thinkei/hero-design/commit/4caa323ce232ef982bab8e3845aadc6b493a3804) Thanks [@ttkien](https://github.com/ttkien)! - Fix GradientText cross-axis stretch in row containers
27
+ - test
28
+
29
+ - Updated dependencies []:
30
+ - @hero-design/react-native-month-year-picker@8.45.3-test-dispatch-downstream.1
31
+ - @hero-design/colors@8.47.4-test-dispatch-downstream.1
30
32
 
31
- ## 8.120.2
33
+ ## 8.120.2-test-dispatch-downstream.0
32
34
 
33
35
  ### Patch Changes
34
36
 
35
- - [#4962](https://github.com/Thinkei/hero-design/pull/4962) [`78197ad0e210611eedab518bf088e7ee1c872fc3`](https://github.com/Thinkei/hero-design/commit/78197ad0e210611eedab518bf088e7ee1c872fc3) Thanks [@phucdph](https://github.com/phucdph)! - Update sparkle outlined icon
37
+ - bump test version
38
+
39
+ - Updated dependencies []:
40
+ - @hero-design/colors@8.47.4-test-dispatch-downstream.0
41
+ - @hero-design/react-native-month-year-picker@8.45.3-test-dispatch-downstream.0
36
42
 
37
43
  ## 8.120.1
38
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/rn",
3
- "version": "8.123.0",
3
+ "version": "8.123.1-test-dispatch-downstream.0",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -22,14 +22,14 @@
22
22
  "dependencies": {
23
23
  "@emotion/native": "^11.9.3",
24
24
  "@emotion/react": "^11.9.3",
25
- "@hero-design/colors": "8.47.3",
25
+ "@hero-design/colors": "8.47.4-test-dispatch-downstream.0",
26
26
  "d3": "^7.8.5",
27
27
  "date-fns": "^2.30.0",
28
28
  "hero-editor": "^1.17.0",
29
29
  "nanoid": "^5.0.9"
30
30
  },
31
31
  "peerDependencies": {
32
- "@hero-design/react-native-month-year-picker": "^8.45.2",
32
+ "@hero-design/react-native-month-year-picker": "^8.45.3-test-dispatch-downstream.0",
33
33
  "@ptomasroos/react-native-multi-slider": "^2.2.2",
34
34
  "@react-native-community/datetimepicker": "^8.4.4",
35
35
  "@react-native-community/slider": "^5.0.1",
@@ -58,8 +58,8 @@
58
58
  "@eslint/compat": "^1.1.1",
59
59
  "@eslint/eslintrc": "^3.1.0",
60
60
  "@eslint/js": "^9.8.0",
61
- "@hero-design/eslint-plugin": "9.2.3",
62
- "@hero-design/react-native-month-year-picker": "^8.45.2",
61
+ "@hero-design/eslint-plugin": "9.2.4-test-dispatch-downstream.0",
62
+ "@hero-design/react-native-month-year-picker": "^8.45.3-test-dispatch-downstream.0",
63
63
  "@ptomasroos/react-native-multi-slider": "^2.2.2",
64
64
  "@react-native-community/datetimepicker": "8.4.4",
65
65
  "@react-native-community/slider": "^5.0.1",
@@ -83,12 +83,12 @@
83
83
  "babel-plugin-inline-import": "^3.0.0",
84
84
  "core-js": "^3.33.0",
85
85
  "eslint": "^8.56.0",
86
- "eslint-config-hd": "8.42.5",
86
+ "eslint-config-hd": "8.42.6-test-dispatch-downstream.0",
87
87
  "expo-linear-gradient": "55.0.9",
88
88
  "jest": "^29.2.1",
89
89
  "jest-environment-jsdom": "^29.2.1",
90
90
  "jest-junit": "^16.0.0",
91
- "prettier-config-hd": "8.42.4",
91
+ "prettier-config-hd": "8.42.5-test-dispatch-downstream.0",
92
92
  "react": "19.1.0",
93
93
  "react-dom": "19.1.0",
94
94
  "react-native": "0.81.5",