@zvk/themes 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @zvk/themes Changelog
2
2
 
3
+ ## [0.1.1](https://github.com/brandon-schabel/zvk/compare/themes-v0.1.0...themes-v0.1.1) (2026-06-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * add theme presets and package improvements ([#19](https://github.com/brandon-schabel/zvk/issues/19)) ([867f955](https://github.com/brandon-schabel/zvk/commit/867f9556f7a60144cad4e747f2c032f2d5ede353))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * harden popup positioning ([efb8c8a](https://github.com/brandon-schabel/zvk/commit/efb8c8a98c2b759f4e84a60f5ae292b1e8900907))
14
+
3
15
  ## 0.1.0
4
16
 
5
17
  - Initial package scaffold for ten preset theme metadata entries, light/dark preset CSS, SSR-safe imports, and package verification.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zvk/themes",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Preset theme configurations for ZVK UI, composite, chart, and graph packages.",
5
5
  "private": false,
6
6
  "type": "module",