@rikstv/shared-components 3.2.1-alpha.4 → 3.2.1-alpha.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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.2.0
|
|
4
4
|
|
|
5
|
-
- Add support for react 19
|
|
6
|
-
-
|
|
5
|
+
- Add support for react 19 (tested ok with apps still on `^18`)
|
|
6
|
+
- Fix `<Alert>` so that children are rendered inside `<Body as="div">` to avoid p-inside-p errors
|
|
7
7
|
|
|
8
8
|
## 3.0.44
|
|
9
9
|
|