@breadstone/mosaik-elements-svelte 0.0.134 → 0.0.136

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 +22 -0
  2. package/index.mjs +16157 -15233
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 0.0.136 (2025-09-04)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add comprehensive coding standards for backend, frontend, and testing ([3987d97056](https://github.com/RueDeRennes/mosaik/commit/3987d97056))
6
+ - integrate build info into AppElement and update template to display build metadata ([afff580948](https://github.com/RueDeRennes/mosaik/commit/afff580948))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - standardize padding-top property in Banner styles and templates ([377e883410](https://github.com/RueDeRennes/mosaik/commit/377e883410))
11
+
12
+ ## 0.0.135 (2025-09-03)
13
+
14
+ ### 🚀 Features
15
+
16
+ - add build info plugin for Vite to collect and expose build metadata ([888ea8b254](https://github.com/RueDeRennes/mosaik/commit/888ea8b254))
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - enhance build info logging format and update release version to 0.0.135 ([61b1c86643](https://github.com/RueDeRennes/mosaik/commit/61b1c86643))
21
+ - add missing newline at end of package.json ([cf3b9a3f21](https://github.com/RueDeRennes/mosaik/commit/cf3b9a3f21))
22
+
1
23
  ## 0.0.134 (2025-09-01)
2
24
 
3
25
  ### 🚀 Features