@kws3/ui 4.5.0-beta.2 → 4.5.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.mdx +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.mdx CHANGED
@@ -1,4 +1,4 @@
1
- ### 4.5.0 <span className="has-text-danger">[BREAKING]</span>
1
+ # 4.5.0 <span className="has-text-danger">[BREAKING]</span>
2
2
  - This version requires Bulma v1
3
3
  - Supports bulma dark mode
4
4
  - All SCSS files are now modular, so you need to use `@use` instead of `@import`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kws3/ui",
3
- "version": "4.5.0-beta.2",
3
+ "version": "4.5.0",
4
4
  "description": "UI components for use with Svelte v3 applications.",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "typescript": "^5.2.2"
41
41
  },
42
- "gitHead": "c5a77050657a2bc3237013f0d64f97bd6ce1d015"
42
+ "gitHead": "79ec200c7ffc1728fa4bae3bb3ff7b275425e889"
43
43
  }