twskin 0.6.4 → 0.6.5
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 +13 -0
- package/package.json +1 -1
- package/runtime/manifest.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,19 @@ All notable changes to this package are documented here. This project follows
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.6.5] - 2026-07-29
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Updated `Solvay 1927 · Solarized Light` to theme version `1.0.14`. Marketplace
|
|
13
|
+
banners and skill previews now keep their authored artwork and prompt styling;
|
|
14
|
+
the archive-grid treatment remains limited to chat recommendations.
|
|
15
|
+
|
|
16
|
+
### For contributors
|
|
17
|
+
|
|
18
|
+
- Added regression coverage ensuring the Solvay recommendation-card rule cannot
|
|
19
|
+
match Marketplace cards.
|
|
20
|
+
|
|
8
21
|
## [0.6.4] - 2026-07-29
|
|
9
22
|
|
|
10
23
|
### Fixed
|
package/package.json
CHANGED