@porsche-design-system/components-react 2.13.0-rc.4 → 2.13.0-rc.5

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
@@ -9,6 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
 
10
10
  ### [Unreleased]
11
11
 
12
+ ### [2.13.0-rc.5] - 2022-06-23
13
+
14
+ #### Fixed
15
+
16
+ - `Stepper Horizontal Item` `state` validation
17
+ - `Button` and `Link` with `theme="dark" variant="tertiary"` and `Tag Dismissible` bug on Safari <= v15.5 where wrong
18
+ colors on hover were shown
19
+
12
20
  ### [2.13.0-rc.4] - 2022-06-22
13
21
 
14
22
  #### Added