@roomle/embedding-lib 5.22.0-alpha.5 → 5.23.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,7 +1,7 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.23.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.22.0...embedding-lib-v5.23.0-alpha.1) (2025-06-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* **SDK:** upgrade to version 2.103.0 ([#1738](https://github.com/roomle-dev/roomle-ui/issues/1738)) ([0e5c4bf](https://github.com/roomle-dev/roomle-ui/commit/0e5c4bf81e137a8fd67cedc360c337768f8ad09d))
|
|
7
|
+
* **SDK:** upgrade to version 2.104.0-alpha.1 ([#1741](https://github.com/roomle-dev/roomle-ui/issues/1741)) ([42c87ed](https://github.com/roomle-dev/roomle-ui/commit/42c87ed9b99683b1c8ed4e0061710eff5550b90b))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.23.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.
|
|
32
|
+
"@roomle/web-sdk": "2.104.0-alpha.1"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|