@zvk/themes 0.1.1 → 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 +7 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## [0.1.1](https://github.com/brandon-schabel/zvk/compare/themes-v0.1.0...themes-v0.1.1) (2026-06-19)
|
|
4
11
|
|
|
5
12
|
|
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.
|