@zvk/themes 0.1.0 → 0.1.2

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,24 @@
1
1
  # @zvk/themes Changelog
2
2
 
3
+ ## [0.1.2](https://github.com/brandon-schabel/zvk/compare/themes-v0.1.1...themes-v0.1.2) (2026-06-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * improve package release workflow and repo maintainability ([#22](https://github.com/brandon-schabel/zvk/issues/22)) ([a41cb66](https://github.com/brandon-schabel/zvk/commit/a41cb66554496f241c5a8e30b29a76c8b8ca92b3))
9
+
10
+ ## [0.1.1](https://github.com/brandon-schabel/zvk/compare/themes-v0.1.0...themes-v0.1.1) (2026-06-19)
11
+
12
+
13
+ ### Features
14
+
15
+ * add theme presets and package improvements ([#19](https://github.com/brandon-schabel/zvk/issues/19)) ([867f955](https://github.com/brandon-schabel/zvk/commit/867f9556f7a60144cad4e747f2c032f2d5ede353))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * harden popup positioning ([efb8c8a](https://github.com/brandon-schabel/zvk/commit/efb8c8a98c2b759f4e84a60f5ae292b1e8900907))
21
+
3
22
  ## 0.1.0
4
23
 
5
24
  - Initial package scaffold for ten preset theme metadata entries, light/dark preset CSS, SSR-safe imports, and package verification.
package/README.md CHANGED
@@ -57,3 +57,7 @@ fall back to more opaque surfaces.
57
57
  ## Server Safety
58
58
 
59
59
  The root metadata entry point does not read browser globals, React, or sibling ZVK packages at module initialization.
60
+
61
+ ## Repo Skill
62
+
63
+ Use `.codex/skills/use-zvk-themes/SKILL.md` when maintaining this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zvk/themes",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Preset theme configurations for ZVK UI, composite, chart, and graph packages.",
5
5
  "private": false,
6
6
  "type": "module",