@hero-design/rn 8.131.3 → 8.132.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.132.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#5260](https://github.com/Thinkei/hero-design/pull/5260) [`bd4ee4e`](https://github.com/Thinkei/hero-design/commit/bd4ee4e4ede9b7cf99d389a6de5de489e92d2a81) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Expose optional `shadowPalette` parameter on `getTheme`/`getGlobalTheme`; replace `switch/case` in `getShadows` with a lookup map; export `ShadowPalette` type and built-in shadow palette objects (`ehWorkShadowPalette`, `ehJobsShadowPalette`, `ehWorkDarkShadowPalette`).
8
+
9
+ ## 8.131.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#5233](https://github.com/Thinkei/hero-design/pull/5233) [`95838f9`](https://github.com/Thinkei/hero-design/commit/95838f9bd37ba5ec1c64e379a0cb87531e3fd102) Thanks [@phthhieu](https://github.com/phthhieu)! - Resolve Dependabot vulnerabilities
14
+
15
+ - Updated dependencies [[`95838f9`](https://github.com/Thinkei/hero-design/commit/95838f9bd37ba5ec1c64e379a0cb87531e3fd102)]:
16
+ - @hero-design/react-native-month-year-picker@8.46.1
17
+
3
18
  ## 8.131.3
4
19
 
5
20
  ### Patch Changes