@roomle/embedding-lib 5.3.0-alpha.2 → 5.3.0-alpha.3

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.3.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.3.0-alpha.1...embedding-lib-v5.3.0-alpha.2) (2024-09-17)
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)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * upgrade vuejs version to 3.5 ([2128bf4](https://github.com/roomle-dev/roomle-ui/commit/2128bf4e55b256b6cd8a156db416d81caccfedb3))
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))
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * ts lint issue ([bb7217f](https://github.com/roomle-dev/roomle-ui/commit/bb7217f6649f9b3619f918fd0b70058b4df29250))
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))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.3.0-alpha.2",
3
+ "version": "5.3.0-alpha.3",
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.3"
32
+ "@roomle/web-sdk": "2.85.0-alpha.4"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",