@roomle/embedding-lib 5.22.0-alpha.2 → 5.22.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,12 @@
1
- ## [5.22.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.22.0-alpha.1...embedding-lib-v5.22.0-alpha.2) (2025-06-11)
1
+ ## [5.22.0-alpha.4](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.22.0-alpha.3...embedding-lib-v5.22.0-alpha.4) (2025-06-17)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **SDK:** upgrade to version 2.103.0-alpha.7 ([#1727](https://github.com/roomle-dev/roomle-ui/issues/1727)) ([29560b0](https://github.com/roomle-dev/roomle-ui/commit/29560b046a5417c8015fbe8896a23f2a96dd7cd0))
7
- * **SDK:** upgrade to version 2.103.0-alpha.8 ([#1731](https://github.com/roomle-dev/roomle-ui/issues/1731)) ([456ef29](https://github.com/roomle-dev/roomle-ui/commit/456ef29f1ffd49cb23a57c068b11087c068edeb7))
6
+ * **SDK:** upgrade to version 2.103.0-alpha.10 ([#1735](https://github.com/roomle-dev/roomle-ui/issues/1735)) ([4b98eb8](https://github.com/roomle-dev/roomle-ui/commit/4b98eb8eeeb56d760084d97e00d1a488c42615da))
7
+ * **SDK:** upgrade to version 2.103.0-alpha.9 ([#1733](https://github.com/roomle-dev/roomle-ui/issues/1733)) ([d552e56](https://github.com/roomle-dev/roomle-ui/commit/d552e56f5d974affed5938381a53346b03427b06))
8
8
 
9
9
 
10
10
  ### Bug Fixes
11
11
 
12
- * adapting tests to changes ([471cc6c](https://github.com/roomle-dev/roomle-ui/commit/471cc6c2012a4c6b455ad4c6e7358cef3919fdac))
13
- * finalize tests ([654a90a](https://github.com/roomle-dev/roomle-ui/commit/654a90ad3c2ff01fab4fd4c041619f2ecbbaa709))
14
- * regression ([3851cbb](https://github.com/roomle-dev/roomle-ui/commit/3851cbb507b88b7e9cdab60831c0dc66794832a2))
12
+ * show a label on tabbed nav on mobile ([a71dfdc](https://github.com/roomle-dev/roomle-ui/commit/a71dfdc368ba1383e7d39abcca930bd6072b9f97))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.22.0-alpha.2",
3
+ "version": "5.22.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.103.0-alpha.8"
32
+ "@roomle/web-sdk": "2.103.0-alpha.10"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",