@ornikar/kitt-universal 32.5.3-canary.00f8f98ae6299285821fb6a87eab9440995c7566.0 → 32.5.3

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 +2 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,18 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [32.5.3-canary.00f8f98ae6299285821fb6a87eab9440995c7566.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@32.5.2...@ornikar/kitt-universal@32.5.3-canary.00f8f98ae6299285821fb6a87eab9440995c7566.0) (2025-12-18)
7
-
8
-
9
- ### Features
10
-
11
- * create Portal component ([ce6b733](https://github.com/ornikar/kitt/commit/ce6b733813db62105f43fc259cc714c68763d10a))
12
- * create web util to check if document.body exists ([d36e670](https://github.com/ornikar/kitt/commit/d36e67015f2002999de2abb53861ad7fd36bb3d5))
6
+ ## [32.5.3](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@32.5.2...@ornikar/kitt-universal@32.5.3) (2025-12-18)
13
7
 
14
8
 
15
9
  ### Bug Fixes
16
10
 
17
- * apply new Portal component to createPortal consumers ([00f8f98](https://github.com/ornikar/kitt/commit/00f8f98ae6299285821fb6a87eab9440995c7566))
11
+ * **kitt-u/portal:** Target container is not a DOM element OSE-21791 ([#2816](https://github.com/ornikar/kitt/issues/2816)) ([12dbc00](https://github.com/ornikar/kitt/commit/12dbc00ac3a6ae6b6f1caf104c844a3bd815a589))
18
12
 
19
13
 
20
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/kitt-universal",
3
- "version": "32.5.3-canary.00f8f98ae6299285821fb6a87eab9440995c7566.0",
3
+ "version": "32.5.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "directory": "@ornikar/kitt-universal",