@roomle/embedding-lib 6.4.0-alpha.7 → 6.4.0-alpha.8

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,4 @@
1
- ## 6.4.0-alpha.7 (2026-02-24)
1
+ ## 6.4.0-alpha.8 (2026-02-24)
2
2
 
3
- * Merge pull request #2314 from roomle-dev/fix/finally-types-qa ([9b681ae](https://github.com/roomle-dev/roomle-ui/commit/9b681ae)), closes [#2314](https://github.com/roomle-dev/roomle-ui/issues/2314)
4
- * fix: apply npm ci also here ([482f791](https://github.com/roomle-dev/roomle-ui/commit/482f791))
3
+ * Merge pull request #2313 from roomle-dev/fix/styles-glitches-updated-RML-16142 ([8736f95](https://github.com/roomle-dev/roomle-ui/commit/8736f95)), closes [#2313](https://github.com/roomle-dev/roomle-ui/issues/2313)
4
+ * fix: Strikethrough line in wall drawer and glitches in the floor drawer ([051d7b2](https://github.com/roomle-dev/roomle-ui/commit/051d7b2))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.4.0-alpha.7",
3
+ "version": "6.4.0-alpha.8",
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",