@hero-design/rn 8.124.1-test-auto-workflow.3 → 8.124.2
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 +4 -32
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +252 -234
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +252 -234
- package/package.json +7 -7
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +8 -0
- package/src/components/Select/MultiSelect/index.tsx +6 -1
- package/src/components/Select/SingleSelect/index.tsx +10 -2
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/TextInput/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,16 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
-
## 8.124.
|
|
3
|
+
## 8.124.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- [#5047](https://github.com/Thinkei/hero-design/pull/5047) [`5cde14663c71d60f20a41546d8ffb679667a12ab`](https://github.com/Thinkei/hero-design/commit/5cde14663c71d60f20a41546d8ffb679667a12ab) Thanks [@ttkien](https://github.com/ttkien)! - [Select] Update Select chevron suffix icon behavior
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- @hero-design/react-native-month-year-picker@8.45.3-test-auto-workflow.3
|
|
11
|
-
- @hero-design/colors@8.47.4-test-auto-workflow.3
|
|
12
|
-
|
|
13
|
-
## 8.124.1-test-auto-workflow.2
|
|
14
|
-
|
|
15
|
-
### Patch Changes
|
|
16
|
-
|
|
17
|
-
- test
|
|
18
|
-
|
|
19
|
-
- Updated dependencies []:
|
|
20
|
-
- @hero-design/react-native-month-year-picker@8.45.3-test-auto-workflow.2
|
|
21
|
-
- @hero-design/colors@8.47.4-test-auto-workflow.2
|
|
22
|
-
|
|
23
|
-
## 8.124.1-test-auto-workflow.1
|
|
9
|
+
## 8.124.1
|
|
24
10
|
|
|
25
11
|
### Patch Changes
|
|
26
12
|
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
- Updated dependencies []:
|
|
30
|
-
- @hero-design/react-native-month-year-picker@8.45.3-test-auto-workflow.1
|
|
31
|
-
- @hero-design/colors@8.47.4-test-auto-workflow.1
|
|
32
|
-
|
|
33
|
-
## 8.124.1-test-auto-workflow.0
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- bump version
|
|
38
|
-
|
|
39
|
-
- Updated dependencies []:
|
|
40
|
-
- @hero-design/colors@8.47.4-test-auto-workflow.0
|
|
41
|
-
- @hero-design/react-native-month-year-picker@8.45.3-test-auto-workflow.0
|
|
13
|
+
- [#5044](https://github.com/Thinkei/hero-design/pull/5044) [`d48783e37bcf15a4823071c338db0543e6b77249`](https://github.com/Thinkei/hero-design/commit/d48783e37bcf15a4823071c338db0543e6b77249) Thanks [@phuongthuan](https://github.com/phuongthuan)! - [PS-2828] Add missing icons to Hero Design React Native
|
|
42
14
|
|
|
43
15
|
## 8.124.0
|
|
44
16
|
|
|
Binary file
|