@roomle/embedding-lib 5.12.0-alpha.4 → 5.12.0-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.
@@ -1,7 +1,6 @@
1
- ## [5.12.0-alpha.4](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.3...embedding-lib-v5.12.0-alpha.4) (2025-02-26)
1
+ ## [5.12.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.4...embedding-lib-v5.12.0-alpha.5) (2025-02-26)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * Trash icon is misplaced ([99a171e](https://github.com/roomle-dev/roomle-ui/commit/99a171e15318c3bf436aa06697693dffa2e3f8ad))
7
- * use sdk alpha version 2.94.0-alpha.13 ([7cb107d](https://github.com/roomle-dev/roomle-ui/commit/7cb107d927551f2cebb77706262ee8b7325d5858))
6
+ * add a core version that serializes json correctly also if a string contains JSON ([b05e1eb](https://github.com/roomle-dev/roomle-ui/commit/b05e1ebc6677df064e6ae89d0eb3100381d6baff))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.12.0-alpha.4",
3
+ "version": "5.12.0-alpha.5",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",