@breadstone/mosaik-elements-svelte 0.0.98 → 0.0.100

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.100 (2025-08-12)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **select:** enhance empty state handling and improve visibility checks ([ab9611d431](https://github.com/RueDeRennes/mosaik/commit/ab9611d431))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - update release version to 0.0.99 in package.json ([00ce8821ae](https://github.com/RueDeRennes/mosaik/commit/00ce8821ae))
10
+
11
+ ## 0.0.99 (2025-08-11)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - update release version to 0.0.98 in package.json ([7b87750763](https://github.com/RueDeRennes/mosaik/commit/7b87750763))
16
+
1
17
  ## 0.0.98 (2025-08-11)
2
18
 
3
19
  ### 🩹 Fixes