beathers 5.3.2 → 5.3.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.3.3] - 2025-06-12
4
+
5
+ ### Fixed
6
+
7
+ - **Module exports**: Added CSS and SCSS files to package exports to fix "Module not found" error when importing CSS files
8
+ - **Import paths**: Fixed package.json exports field to properly expose dist/css/* and dist/scss/* files
9
+
3
10
  ## [5.3.2] - 2025-06-12
4
11
 
5
12
  ### Fixed