Skip to content

Commit 9dc6225

Browse files
authored
Prepare release 3.4.0 (#156)
1 parent a184704 commit 9dc6225

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
Whilst in the alpha phase, we don't yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), but we aim to once stable.
66

7-
## [Unreleased]
7+
## [v3.4.0] - 2025-07-10
8+
9+
### Changed
10+
11+
- Add light variant of link
12+
- Remove alpha from versioning
813

914
## [v3.3.0-alpha.1] - 2025-06-27
1015

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can also [install Our Future Health design system toolkit using our compiled
3535
- Note that this PR should only contain changes to the `CHANGELOG.md`, `package.json` and `package-lock.json` files. Any actual code/feature changes should first be done in a separate PR, before the release PR.
3636
- See [this PR](https://github.com/ourfuturehealth/design-system-toolkit/pull/59) for an example.
3737
1. Immediately after the PR is merged, update your local clone, then create and push a Git tag for the release.
38-
- E.g. `git tag -a v2.0.0-alpha.0 -m "v2.0.0-alpha.0" && git push origin --tags`.
38+
- E.g. `git tag -a v2.0.0 -m "v2.0.0" && git push origin --tags`.
3939
- Note the `v` prefix is important as the release workflow will only trigger on tags that are prefixed with this.
4040
1. When the tag is pushed, the GitHub Actions 'release' workflow will trigger. This will create a named release in the GitHub repo ([docs](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases)). Once this GitHub release page has been created, edit it via the GitHub UI and copy/paste the relevant Changelog entries.
4141
- You can see the release workflow run for the tag by going to: <https://github.com/ourfuturehealth/design-system-toolkit/actions>.

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.3.0-alpha.1",
3+
"version": "3.4.0",
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)