@breadstone/mosaik-elements-svelte 0.0.146 → 0.0.148

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 +12 -0
  2. package/index.mjs +9262 -8776
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.0.148 (2025-09-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **calendar:** add support for multiple calendar sheets ([445b84be1b](https://github.com/RueDeRennes/mosaik/commit/445b84be1b))
6
+
7
+ ## 0.0.147 (2025-09-25)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - correct spelling of 'schema' in OpenApiParser logging ([1a75e6c62b](https://github.com/RueDeRennes/mosaik/commit/1a75e6c62b))
12
+
1
13
  ## 0.0.146 (2025-09-16)
2
14
 
3
15
  ### 🩹 Fixes