Skip to content

Commit 2c33829

Browse files
authored
Prepare release 3.3.0-alpha.1 (#154)
1 parent 31b88c9 commit 2c33829

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,26 @@ Whilst in the alpha phase, we don't yet adhere to [Semantic Versioning](https://
66

77
## [Unreleased]
88

9-
## [v3.2.0-alpha.1] - 2024-02-19
9+
## [v3.3.0-alpha.1] - 2025-06-27
10+
11+
### Changed
12+
13+
- Updated Node version to 22
14+
- various styling fixes
15+
- stylelinting
16+
- removed box shadow of menu toggle focus state
17+
18+
### Security
19+
20+
- fixed moderate security vulnerability in postcss by upgrading stylelint
21+
22+
## [v3.2.0-alpha.1] - 2025-02-19
1023

1124
### Changed
1225

1326
- Updated focus styling of components to use visible outline to improve accessibility.
1427

15-
## [v3.1.0-alpha.1] - 2024-02-13
28+
## [v3.1.0-alpha.1] - 2025-02-13
1629

1730
### Changed
1831

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": "ofh-design-system-toolkit",
3-
"version": "3.2.0-alpha.1",
3+
"version": "3.3.0-alpha.1",
44
"description": "Our Future Health design system toolkit contains the code you need to start building user interfaces for Our Future Health websites and services.",
55
"scripts": {
66
"prepare": "gulp bundle",

0 commit comments

Comments
 (0)