@roomle/embedding-lib 5.12.0-alpha.3 → 5.12.0-alpha.4

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,14 +1,7 @@
1
- ## [5.12.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.2...embedding-lib-v5.12.0-alpha.3) (2025-02-19)
2
-
3
-
4
- ### Features
5
-
6
- * **SDK:** upgrade to version 2.94.0-alpha.4 ([#1487](https://github.com/roomle-dev/roomle-ui/issues/1487)) ([e81eaf4](https://github.com/roomle-dev/roomle-ui/commit/e81eaf47d64d75c532398636b3c3e5366721beb3))
7
- * **SDK:** upgrade to version 2.94.0-alpha.5 ([20d7650](https://github.com/roomle-dev/roomle-ui/commit/20d7650f51662d6738bb4e9ccf719b2437fb1e3f))
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)
8
2
 
9
3
 
10
4
  ### Bug Fixes
11
5
 
12
- * failing test ([074e21b](https://github.com/roomle-dev/roomle-ui/commit/074e21bfbaf594b8486b701408b0e991194d1e63))
13
- * make tests pass ([7d51f5f](https://github.com/roomle-dev/roomle-ui/commit/7d51f5f9e9b349c4acbb99057d883b45698f7abb))
14
- * When hiding bottom bar there is no stop configuring bottom ([79ef136](https://github.com/roomle-dev/roomle-ui/commit/79ef13661b426e4c0eada48620e478ab69c229e5))
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))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.12.0-alpha.3",
3
+ "version": "5.12.0-alpha.4",
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",
@@ -29,7 +29,7 @@
29
29
  "npm": "8.3.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@roomle/web-sdk": "2.94.0-alpha.5"
32
+ "@roomle/web-sdk": "2.94.0-alpha.13"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",