Skip to content

Commit 56b4444

Browse files
committed
Release v3.5.0 with changelog updates
Cuts the 3.5.0 release and aligns release metadata across the repo: package version is bumped to 3.5.0, README current-version status is updated, and CHANGELOG now includes the 3.5.0 entry ("TypeScript 7 Compatibility") with updated compare links for unreleased and the new tag.
1 parent 36ec782 commit 56b4444

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ reflects package releases published to npm.
66

77
## [Unreleased]
88

9+
## [3.5.0] - 2026-07-21
10+
11+
**Release Title:** TypeScript 7 Compatibility
12+
913
Contract change type: additive
1014

1115
### Changed
@@ -1024,7 +1028,8 @@ Contract change type: breaking
10241028
- Standardized documentation and contributing guidelines.
10251029

10261030
[unreleased]:
1027-
https://github.com/phcdevworks/spectre-tokens/compare/v3.4.0...HEAD
1031+
https://github.com/phcdevworks/spectre-tokens/compare/v3.5.0...HEAD
1032+
[3.5.0]: https://github.com/phcdevworks/spectre-tokens/compare/v3.4.0...v3.5.0
10281033
[3.4.0]: https://github.com/phcdevworks/spectre-tokens/compare/v3.3.1...v3.4.0
10291034
[3.3.1]: https://github.com/phcdevworks/spectre-tokens/compare/v3.3.0...v3.3.1
10301035
[3.3.0]: https://github.com/phcdevworks/spectre-tokens/compare/v3.2.0...v3.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ translate Spectre contracts for specific frameworks and runtimes.
1717
| Project team | `project-design` |
1818
| Repository role | Spectre L1 design-token contract |
1919
| Package/artifact | `@phcdevworks/spectre-tokens` |
20-
| Current version/status | 3.4.0 |
20+
| Current version/status | 3.5.0 |
2121

2222
## Standard Workflow
2323

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phcdevworks/spectre-tokens",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system. It provides a complete, UI-ready token surface for downstream Spectre packages and compatible applications.",
55
"keywords": [
66
"phcdevworks",

0 commit comments

Comments
 (0)