@roomle/embedding-lib 5.17.0 → 5.17.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,6 +1,7 @@
|
|
|
1
|
-
## [5.17.
|
|
1
|
+
## [5.17.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.17.0...embedding-lib-v5.17.1) (2025-04-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Rotation value and position in the product setting is not reactive ([b861762](https://github.com/roomle-dev/roomle-ui/commit/b86176243a134a1e91b912217a791e75bbd164e2))
|
|
7
|
+
* **hot-fix:** update SDK to 2.99.0 ([04bf265](https://github.com/roomle-dev/roomle-ui/commit/04bf265cf075af585c790b0ac810d206e8412734))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.17.
|
|
3
|
+
"version": "5.17.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.99.0
|
|
32
|
+
"@roomle/web-sdk": "2.99.0"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|