@keeper-security/keeper-js-ui 0.3.0 → 0.3.1

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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.0...v0.3.1) (2024-12-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **vite:** restore exported css file name back to use style.css ([#126](https://github.com/Keeper-Security/keeper-js-ui/issues/126)) ([1418301](https://github.com/Keeper-Security/keeper-js-ui/commit/1418301df87ff135ebd6056cee8858cf61eff2b8))
9
+
3
10
  ## [0.3.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.2.0...v0.3.0) (2024-12-19)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keeper-security/keeper-js-ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "React components built for accessibility, consistency, and speed.",
6
6
  "main": "dist/index.es.js",
File without changes