@roomle/embedding-lib 5.17.0-alpha.5 → 5.17.0-alpha.6

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,11 +1,11 @@
1
- ## [5.17.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.17.0-alpha.4...embedding-lib-v5.17.0-alpha.5) (2025-04-29)
1
+ ## [5.17.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.17.0-alpha.5...embedding-lib-v5.17.0-alpha.6) (2025-04-30)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * add no label entry to the room labels list and handle all the cases after that ([d703f6c](https://github.com/roomle-dev/roomle-ui/commit/d703f6ca337f9ca20f593b4ddaf4f0cd5a2cbdaa))
6
+ * **SDK:** upgrade to version 2.99.0-alpha.11 ([#1662](https://github.com/roomle-dev/roomle-ui/issues/1662)) ([9a3edb0](https://github.com/roomle-dev/roomle-ui/commit/9a3edb03b3f87c41b69a1b337ec8cbfe3a114c03))
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * send flag if it was switch between mobile and desktop ([048c663](https://github.com/roomle-dev/roomle-ui/commit/048c6636d8e5d0c573085577945df2af7ebc668d))
11
+ * update loco server with the new translations ([#1663](https://github.com/roomle-dev/roomle-ui/issues/1663)) ([19c4494](https://github.com/roomle-dev/roomle-ui/commit/19c449426536c79a2f72d2fad901f086426cfbf0))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.17.0-alpha.5",
3
+ "version": "5.17.0-alpha.6",
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.99.0-alpha.10"
32
+ "@roomle/web-sdk": "2.99.0-alpha.11"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",