@roomle/embedding-lib 5.3.0-alpha.3 → 5.4.0-alpha.1

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,13 @@
1
- ## [5.3.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.3.0-alpha.2...embedding-lib-v5.3.0-alpha.3) (2024-09-18)
1
+ ## [5.4.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.3.0...embedding-lib-v5.4.0-alpha.1) (2024-09-26)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **SDK:** upgrade to version 2.85.0-alpha.4 ([#1255](https://github.com/roomle-dev/roomle-ui/issues/1255)) ([45759fd](https://github.com/roomle-dev/roomle-ui/commit/45759fdebf0f38652fe97716d942eaaf0ff17850))
6
+ * **SDK:** upgrade to version 2.85.0 ([#1259](https://github.com/roomle-dev/roomle-ui/issues/1259)) ([317f62c](https://github.com/roomle-dev/roomle-ui/commit/317f62c1bbaf9aa623899dcb7266cf183d5da381))
7
+ * **SDK:** upgrade to version 2.86.0-alpha.1 ([#1264](https://github.com/roomle-dev/roomle-ui/issues/1264)) ([53845e8](https://github.com/roomle-dev/roomle-ui/commit/53845e8de3ae70f1b9d86f36571be8ea213c2d8a))
8
+ * **SDK:** upgrade to version 2.86.0-alpha.2 ([#1265](https://github.com/roomle-dev/roomle-ui/issues/1265)) ([bb47eb1](https://github.com/roomle-dev/roomle-ui/commit/bb47eb1f5c1b1ad45006b760ed756d08d4f0b5b6))
7
9
 
8
10
 
9
11
  ### Bug Fixes
10
12
 
11
- * retain one decimal place in order to display values in the unit inch correctly. ([5969d6f](https://github.com/roomle-dev/roomle-ui/commit/5969d6f87d85973e0a531f69f2db21064d6d6242))
13
+ * drawerElement optional props ([a0673a1](https://github.com/roomle-dev/roomle-ui/commit/a0673a10876ca087054c985dd914c9dbe8d88379))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.3.0-alpha.3",
3
+ "version": "5.4.0-alpha.1",
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.85.0-alpha.4"
32
+ "@roomle/web-sdk": "2.86.0-alpha.2"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",