@simoncomputing/mui-bueno-v2 0.35.4 → 0.35.6

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
@@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  - Minor increment --> singlular/minor changes. Minimal breaking changes.
12
12
  - Patch increment --> singlular/minor changes. Zero breaking changes.
13
13
 
14
+ ## [0.35.6] - 2026-08-07
15
+
16
+ ### Changed
17
+
18
+ - Migrated font sheets (again) to Adobe Font's Source Sans 3 (open source)
19
+ - .WOFF2 versions were available, which is generally recommended over .TTF for web app use since they compress better (Google only offers .TTF)
20
+
21
+ ## [0.35.5] - 2026-08-07
22
+
23
+ ### Changed
24
+
25
+ - Migrated font family from Adobe TypeKit Source Sans Pro to Google Source Sans 3
26
+ - Font stylesheet is now embedded (no dynamic fetching)
27
+
14
28
  ## [0.35.4] - 2026-07-21
15
29
 
16
30
  ### Added