@whykusanagi/corrupted-theme 0.1.5 → 0.1.6

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -14,6 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
 
15
15
  ---
16
16
 
17
+ ## [0.1.6] - 2026-01-16
18
+
19
+ ### Changed
20
+ - **Package Cleanup** - Removed internal documentation from NPM package
21
+ - Created `docs/planning/` directory for internal planning documents
22
+ - Moved `COMPONENT_INTEGRATION_PLAN.md` to `docs/planning/`
23
+ - Moved `CONTENT_CLASSIFICATION_NORMALIZATION.md` to `docs/planning/`
24
+ - Moved `TERMINOLOGY_CLARIFICATION.md` to `docs/planning/`
25
+ - Updated `.npmignore` to exclude `docs/planning/` directory
26
+ - Added `CORRUPTED_THEME_SPEC.md` and `CORRUPTION_BUFFER_IMPLEMENTATIONS.md` to `.npmignore`
27
+ - No functional changes - purely package cleanup
28
+ - **Note:** v0.1.5 contained internal planning docs and should not be used. Please upgrade to 0.1.6.
29
+
30
+ ---
31
+
17
32
  ## [0.1.5] - 2026-01-15
18
33
 
19
34
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whykusanagi/corrupted-theme",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "A dark, glassmorphic design system with pink/purple accents. Perfect for creating modern, visually striking web applications.",
6
6
  "main": "src/css/theme.css",