beathers 5.3.2 → 5.3.4

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.3.4] - 2025-06-12
4
+
5
+ ### Updated
6
+
7
+ - **Package maintenance**: Minor fixes
8
+
9
+ ## [5.3.3] - 2025-06-12
10
+
11
+ ### Fixed
12
+
13
+ - **Module exports**: Added CSS and SCSS files to package exports to fix "Module not found" error when importing CSS files
14
+ - **Import paths**: Fixed package.json exports field to properly expose dist/css/* and dist/scss/* files
15
+
3
16
  ## [5.3.2] - 2025-06-12
4
17
 
5
18
  ### Fixed