@roomle/embedding-lib 6.1.0-alpha.5 → 6.1.0-alpha.6

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,12 +1,12 @@
1
- ## 6.1.0-alpha.5 (2026-02-05)
1
+ ## 6.1.0-alpha.6 (2026-02-05)
2
2
 
3
- * Merge pull request #2207 from roomle-dev/fix/move-agent-to-agents-folder-RML-15980 ([f0c28ab](https://github.com/roomle-dev/roomle-ui/commit/f0c28ab)), closes [#2207](https://github.com/roomle-dev/roomle-ui/issues/2207)
4
- * Merge pull request #2208 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.5 ([f0928f5](https://github.com/roomle-dev/roomle-ui/commit/f0928f5)), closes [#2208](https://github.com/roomle-dev/roomle-ui/issues/2208)
5
- * Merge pull request #2210 from roomle-dev/fix/catalog-example ([74c3aab](https://github.com/roomle-dev/roomle-ui/commit/74c3aab)), closes [#2210](https://github.com/roomle-dev/roomle-ui/issues/2210)
6
- * Merge pull request #2215 from roomle-dev/cd/remove-semantic-release-dry-run ([65a27d8](https://github.com/roomle-dev/roomle-ui/commit/65a27d8)), closes [#2215](https://github.com/roomle-dev/roomle-ui/issues/2215)
7
- * Merge pull request #2216 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.6 ([e8e2add](https://github.com/roomle-dev/roomle-ui/commit/e8e2add)), closes [#2216](https://github.com/roomle-dev/roomle-ui/issues/2216)
8
- * feat(core): upgrade to version 2.69.0-alpha.5 ([4039761](https://github.com/roomle-dev/roomle-ui/commit/4039761))
9
- * feat(core): upgrade to version 2.69.0-alpha.6 ([583c479](https://github.com/roomle-dev/roomle-ui/commit/583c479))
10
- * cd: remove semantic release dry-run flag for live ([edfaf1d](https://github.com/roomle-dev/roomle-ui/commit/edfaf1d))
11
- * fix: hi catalog example - enable two level catalog ([e949f9c](https://github.com/roomle-dev/roomle-ui/commit/e949f9c))
12
- * fix: move git-workflow from .agent to .agents folder ([337f437](https://github.com/roomle-dev/roomle-ui/commit/337f437))
3
+ * Merge branch 'master' into fix/closing-partlist ([ddb2d38](https://github.com/roomle-dev/roomle-ui/commit/ddb2d38))
4
+ * Merge branch 'master' into fix/safari-slider-problem ([b4c13a1](https://github.com/roomle-dev/roomle-ui/commit/b4c13a1))
5
+ * Merge pull request #2209 from roomle-dev/fix/closing-partlist ([ca251d2](https://github.com/roomle-dev/roomle-ui/commit/ca251d2)), closes [#2209](https://github.com/roomle-dev/roomle-ui/issues/2209)
6
+ * Merge pull request #2211 from roomle-dev/fix/safari-slider-problem ([0b92834](https://github.com/roomle-dev/roomle-ui/commit/0b92834)), closes [#2211](https://github.com/roomle-dev/roomle-ui/issues/2211)
7
+ * chore: adapt tests ([862a07a](https://github.com/roomle-dev/roomle-ui/commit/862a07a))
8
+ * chore: cleanup ([667986e](https://github.com/roomle-dev/roomle-ui/commit/667986e))
9
+ * chore: lint ([4bc139f](https://github.com/roomle-dev/roomle-ui/commit/4bc139f))
10
+ * fix: do not update the model value while sliding on safari, behavior differs ([5d5118f](https://github.com/roomle-dev/roomle-ui/commit/5d5118f))
11
+ * fix: make sure product settings is shown after closing partlist ([d94a457](https://github.com/roomle-dev/roomle-ui/commit/d94a457))
12
+ * test: add test ([5e89709](https://github.com/roomle-dev/roomle-ui/commit/5e89709))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.1.0-alpha.5",
3
+ "version": "6.1.0-alpha.6",
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",