@breadstone/mosaik-elements-svelte 0.0.99 → 0.0.101

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/index.mjs +7427 -7423
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.0.101 (2025-08-12)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **release:** update release version to 0.0.100 in package.json ([6b4d2ead65](https://github.com/RueDeRennes/mosaik/commit/6b4d2ead65))
6
+
7
+ ## 0.0.100 (2025-08-12)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **select:** enhance empty state handling and improve visibility checks ([ab9611d431](https://github.com/RueDeRennes/mosaik/commit/ab9611d431))
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - update release version to 0.0.99 in package.json ([00ce8821ae](https://github.com/RueDeRennes/mosaik/commit/00ce8821ae))
16
+
1
17
  ## 0.0.99 (2025-08-11)
2
18
 
3
19
  ### 🩹 Fixes