beathers 5.3.1 → 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,19 @@
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
+
10
+ ## [5.3.2] - 2025-06-12
11
+
12
+ ### Fixed
13
+
14
+ - **CLI version display**: Fixed version command to show correct package version (5.3.2) instead of incorrect version
15
+ - **NPM package structure**: Fixed SCSS file paths in distributed package by copying source SCSS files to dist/scss/ directory
16
+
3
17
  ## [5.3.1] - 2025-06-12
4
18
 
5
19
  ### Fixed