@thespielplatz/tsp-tools-theme 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,19 @@ Consumers pin a caret range and do not auto-update, so a release only reaches a
8
8
  that service's own spec says so. This package has no users of its own — every entry below is a
9
9
  change to eight apps at once, at the moment each of them chooses to take it.
10
10
 
11
+ ## v0.3.2
12
+
13
+ [compare changes](https://github.com/inf0matics/tsp-tools-theme/compare/v0.3.1...v0.3.2)
14
+
15
+ ### 📖 Documentation
16
+
17
+ - An upgrade guide for the consumers, and 0.3.0 IS an API break ([f5ecb38](https://github.com/inf0matics/tsp-tools-theme/commit/f5ecb38))
18
+ - Drop the upgrade guide — the migrations are reworks, not upgrades ([44e3fb0](https://github.com/inf0matics/tsp-tools-theme/commit/44e3fb0))
19
+
20
+ ### 🏡 Chore
21
+
22
+ - No personal paths in the repo, no addresses in the tarball ([e93e559](https://github.com/inf0matics/tsp-tools-theme/commit/e93e559))
23
+
11
24
  ## v0.3.1
12
25
 
13
26
  [compare changes](https://github.com/inf0matics/tsp-tools-theme/compare/v0.3.0...v0.3.1)
@@ -34,9 +47,6 @@ visibility: "private"`).
34
47
 
35
48
  - Ask for provenance explicitly, and verify it landed ([e96945a](https://github.com/inf0matics/tsp-tools-theme/commit/e96945a))
36
49
 
37
- ### ❤️ Contributors
38
-
39
- - Inf0matics <philipp.horwath@gmail.com>
40
50
 
41
51
  ## v0.3.0 — 2026-09-22
42
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thespielplatz/tsp-tools-theme",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "tsp.tools design-system theme as a Nuxt layer (Nuxt UI v4 + Tailwind v4): amber-on-anthracite tokens (light + dark), Nunito/Space Grotesk fonts, per-area colour mode, and the shared app shell. Use globally via `extends`, or scoped to a sub-area.",
5
5
  "author": "inf0matics",
6
6
  "license": "MIT",