@roomle/embedding-lib 6.12.1-alpha.1 → 6.12.1-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,4 +1,8 @@
1
- ## <small>6.12.1-alpha.1 (2026-07-28)</small>
1
+ ## <small>6.12.1-alpha.3 (2026-07-29)</small>
2
2
 
3
- * Merge pull request #2825 from roomle-dev/fix/parseNumberInitDataAsNumber ([41f90eb](https://github.com/roomle-dev/roomle-ui/commit/41f90eb)), closes [#2825](https://github.com/roomle-dev/roomle-ui/issues/2825)
4
- * fix: actually parse init data number values as numbers not strings ([ad37612](https://github.com/roomle-dev/roomle-ui/commit/ad37612))
3
+ * Merge branch 'master' into fix/2d-measurement-labels-master ([ec348ed](https://github.com/roomle-dev/roomle-ui/commit/ec348ed))
4
+ * Merge pull request #2838 from roomle-dev/fix/2d-measurement-labels-master ([a5bbd87](https://github.com/roomle-dev/roomle-ui/commit/a5bbd87)), closes [#2838](https://github.com/roomle-dev/roomle-ui/issues/2838)
5
+ * fix: port 2D measurement label fixes from SDK branch to master ([ed14c66](https://github.com/roomle-dev/roomle-ui/commit/ed14c66))
6
+ * fix: skip measurement commit when value is unchanged (master) ([e5c46a5](https://github.com/roomle-dev/roomle-ui/commit/e5c46a5))
7
+ * revert: drop skip-if-unchanged commit guard on master ([2dd0e29](https://github.com/roomle-dev/roomle-ui/commit/2dd0e29))
8
+ * style: run prettier on sdk-connector-planner.spec.ts ([514e7e8](https://github.com/roomle-dev/roomle-ui/commit/514e7e8))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.12.1-alpha.1",
3
+ "version": "6.12.1-alpha.3",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator. ES modules only (browser-compatible).",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.js",