@breadstone/mosaik-elements-svelte 0.1.38 → 0.1.39

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.39 (2026-06-29)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.1.38 (2026-06-29)
2
6
 
3
7
  ### 🚀 Features
package/index.mjs CHANGED
@@ -95665,6 +95665,7 @@ var bV = function(e, t, n, r) {
95665
95665
  set hasBackground(e) {
95666
95666
  this._hasBackground !== e && (this._hasBackground = e, this.requestUpdate("hasBackground"));
95667
95667
  }
95668
+ handleClick() {}
95668
95669
  };
95669
95670
  bV([
95670
95671
  A({ type: String }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -11,8 +11,8 @@
11
11
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
12
12
  },
13
13
  "dependencies": {
14
- "@breadstone/mosaik-elements": "0.1.38",
15
- "@breadstone/mosaik-elements-foundation": "0.1.38",
14
+ "@breadstone/mosaik-elements": "0.1.39",
15
+ "@breadstone/mosaik-elements-foundation": "0.1.39",
16
16
  "tslib": "2.8.1"
17
17
  },
18
18
  "peerDependencies": {