Skip to content

Commit 4272a0e

Browse files
committed
Release 2.5.0: Sidebar Navigation Hardening
Bump package version to 2.5.0 across package.json, package-lock.json, ui-contract.manifest.json and README. Add CHANGELOG entry for 2.5.0 (Release Title: Sidebar Navigation Hardening; Contract change type: additive) to record the update.
1 parent 3dbaec1 commit 4272a0e

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.5.0] - 2026-06-25
10+
11+
Release Title: Sidebar Navigation Hardening
12+
913
Contract change type: additive
1014

1115
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Project team | `project-design` |
88
| Repository role | Spectre L2 CSS, Tailwind, and recipe contract |
99
| Package/artifact | `@phcdevworks/spectre-ui` |
10-
| Current version/status | 2.4.0 |
10+
| Current version/status | 2.5.0 |
1111

1212
## Standard Workflow
1313

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-ui",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "@phcdevworks/spectre-ui is the Layer 2 styling contract between @phcdevworks/spectre-tokens and downstream adapters or apps.",
55
"keywords": [
66
"phcdevworks",

ui-contract.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0",
2+
"version": "2.5.0",
33
"cssEntrypoints": [
44
"@phcdevworks/spectre-ui/index.css",
55
"@phcdevworks/spectre-ui/base.css",

0 commit comments

Comments
 (0)