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

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,6 @@
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)
2
-
3
-
4
- ### Features
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))
1
+ ## [5.17.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.17.0-alpha.6...embedding-lib-v5.17.0-alpha.7) (2025-04-30)
7
2
 
8
3
 
9
4
  ### Bug Fixes
10
5
 
11
- * send flag if it was switch between mobile and desktop ([048c663](https://github.com/roomle-dev/roomle-ui/commit/048c6636d8e5d0c573085577945df2af7ebc668d))
6
+ * add padding to room label input (* minor) ([7267686](https://github.com/roomle-dev/roomle-ui/commit/72676861af14d84079ae668a8228f8d9934b31ac))
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.7",
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",