From f7f2d20f1cb64dee667644dcf0b3ceea53f67128 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Sep 2024 13:23:49 +0000 Subject: [PATCH] chore: version packages --- .changeset/khaki-ways-behave.md | 5 ----- packages/nhsuk-frontend-react/CHANGELOG.md | 6 ++++++ packages/nhsuk-frontend-react/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/khaki-ways-behave.md diff --git a/.changeset/khaki-ways-behave.md b/.changeset/khaki-ways-behave.md deleted file mode 100644 index 40dcf4ab..00000000 --- a/.changeset/khaki-ways-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nhsuk-frontend-react": patch ---- - -fix(nhsuk-frontend-react): replace Fieldset.Legend className with the correct one diff --git a/packages/nhsuk-frontend-react/CHANGELOG.md b/packages/nhsuk-frontend-react/CHANGELOG.md index 1c28c47a..f8c8cca5 100644 --- a/packages/nhsuk-frontend-react/CHANGELOG.md +++ b/packages/nhsuk-frontend-react/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 3.5.5 + +### Patch Changes + +- [#106](https://github.com/rowellx68/nhs-components/pull/106) [`6d59c1c`](https://github.com/rowellx68/nhs-components/commit/6d59c1c036a5f0fb31d476baa76b7a479a768a2e) Thanks [@rowellx68](https://github.com/rowellx68)! - fix(nhsuk-frontend-react): replace Fieldset.Legend className with the correct one + ## 3.5.4 ### Patch Changes diff --git a/packages/nhsuk-frontend-react/package.json b/packages/nhsuk-frontend-react/package.json index 6a0ba3f0..98688cf0 100644 --- a/packages/nhsuk-frontend-react/package.json +++ b/packages/nhsuk-frontend-react/package.json @@ -1,6 +1,6 @@ { "name": "nhsuk-frontend-react", - "version": "3.5.4", + "version": "3.5.5", "homepage": "https://github.com/rowellx68/nhs-components", "repository": { "type": "git",