@simoncomputing/mui-bueno-v2 0.17.1 → 0.17.3

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,7 +11,19 @@ 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.17.1] - 2025-09-TBD
14
+ ## [0.17.3] - 2025-09-16
15
+
16
+ ### Fixed
17
+
18
+ - CSS Warning about incorrect @import resolved. Mitigation: Add a font source -- Add `<link rel="stylesheet" href="https://use.typekit.net/kac7fuq.css">` to `index.html`
19
+
20
+ ## [0.17.2] - 2025-09-16
21
+
22
+ ### Added
23
+
24
+ - MUI Themes (common, light & dark) are now exported
25
+
26
+ ## [0.17.1] - 2025-09-16
15
27
 
16
28
  ### Fixed
17
29