@roomle/embedding-lib 5.12.0-alpha.10 → 5.12.0-alpha.11

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,6 +1,6 @@
1
- ## [5.12.0-alpha.10](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.9...embedding-lib-v5.12.0-alpha.10) (2025-03-05)
1
+ ## [5.12.0-alpha.11](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.10...embedding-lib-v5.12.0-alpha.11) (2025-03-06)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * add wall plasterings among options for wall materials ([35fa3c3](https://github.com/roomle-dev/roomle-ui/commit/35fa3c32d3d702c0cca1a41fd477317426445d6e))
6
+ * **SDK:** upgrade to version 2.94.0-alpha.26 ([da6691e](https://github.com/roomle-dev/roomle-ui/commit/da6691eda92b3e51ab99854b192298e4295339cf))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.12.0-alpha.10",
3
+ "version": "5.12.0-alpha.11",
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.25"
32
+ "@roomle/web-sdk": "2.94.0-alpha.26"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",