Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rowellx68 committed Sep 27, 2024
1 parent 8b1dc87 commit fe00dd0
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 69 deletions.
7 changes: 0 additions & 7 deletions .changeset/happy-pianos-glow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-zebras-yell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ninety-brooms-obey.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-planets-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-eagles-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-months-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-keys-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-olives-sort.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/nhsuk-frontend-react-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# nhsuk-frontend-react-extension

## 1.0.0

### Major Changes

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`adae073`](https://github.com/rowellx68/nhs-components/commit/adae0730c0b6b99d058feb0f787ddc933cfa6ac4) Thanks [@rowellx68](https://github.com/rowellx68)! - chore: update nhsuk-frontend to v9

BREAKING CHANGE: update nhsuk-frontend to v9

### Patch Changes

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`29ab5bc`](https://github.com/rowellx68/nhs-components/commit/29ab5bcd69882d8c1d1d54d8b7fc76fd89e54bd4) Thanks [@rowellx68](https://github.com/rowellx68)! - docs(nhsuk-frontend-react-extension): fix readme table header

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`654ddcb`](https://github.com/rowellx68/nhs-components/commit/654ddcb04e5d6fd78c83dfde8862eccdb6ec4824) Thanks [@rowellx68](https://github.com/rowellx68)! - fix: update peer dependency version

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`29ab5bc`](https://github.com/rowellx68/nhs-components/commit/29ab5bcd69882d8c1d1d54d8b7fc76fd89e54bd4) Thanks [@rowellx68](https://github.com/rowellx68)! - chore: version packages (next)

## 1.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nhsuk-frontend-react-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhsuk-frontend-react-extension",
"version": "1.0.0-next.2",
"version": "1.0.0",
"homepage": "https://github.com/rowellx68/nhs-components",
"repository": {
"type": "git",
Expand Down
28 changes: 28 additions & 0 deletions packages/nhsuk-frontend-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# CHANGELOG

## 4.0.0

### Major Changes

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`adae073`](https://github.com/rowellx68/nhs-components/commit/adae0730c0b6b99d058feb0f787ddc933cfa6ac4) Thanks [@rowellx68](https://github.com/rowellx68)! - feat(nhsuk-frontend-react): replace form group error line prop

BREAKING CHANGE: replace disableErrorLine with withErrorLine

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`adae073`](https://github.com/rowellx68/nhs-components/commit/adae0730c0b6b99d058feb0f787ddc933cfa6ac4) Thanks [@rowellx68](https://github.com/rowellx68)! - chore: update nhsuk-frontend to v9

BREAKING CHANGE: update nhsuk-frontend to v9

### Minor Changes

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`29ab5bc`](https://github.com/rowellx68/nhs-components/commit/29ab5bcd69882d8c1d1d54d8b7fc76fd89e54bd4) Thanks [@rowellx68](https://github.com/rowellx68)! - feat(nhsuk-frontend-react): update possible sizes for form element labels

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`adae073`](https://github.com/rowellx68/nhs-components/commit/adae0730c0b6b99d058feb0f787ddc933cfa6ac4) Thanks [@rowellx68](https://github.com/rowellx68)! - feat(nhsuk-frontend-react): update date input to accept name prefix

### Patch Changes

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`adae073`](https://github.com/rowellx68/nhs-components/commit/adae0730c0b6b99d058feb0f787ddc933cfa6ac4) Thanks [@rowellx68](https://github.com/rowellx68)! - refactor(nhsuk-frontend-react): update breadcrumb component

update component to remove the nhsuk-width-container inside the breadcrumb

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`654ddcb`](https://github.com/rowellx68/nhs-components/commit/654ddcb04e5d6fd78c83dfde8862eccdb6ec4824) Thanks [@rowellx68](https://github.com/rowellx68)! - fix: update peer dependency version

- [#136](https://github.com/rowellx68/nhs-components/pull/136) [`29ab5bc`](https://github.com/rowellx68/nhs-components/commit/29ab5bcd69882d8c1d1d54d8b7fc76fd89e54bd4) Thanks [@rowellx68](https://github.com/rowellx68)! - chore: version packages (next)

## 4.0.0-next.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nhsuk-frontend-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhsuk-frontend-react",
"version": "4.0.0-next.2",
"version": "4.0.0",
"homepage": "https://github.com/rowellx68/nhs-components",
"repository": {
"type": "git",
Expand Down

0 comments on commit fe00dd0

Please sign in to comment.