Skip to content

Commit d0cd31a

Browse files
committed
chore: update chromatic link and version in changelog
1 parent daed7fa commit d0cd31a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Run format before commit
4+
npm run format
5+
36
# Run lint before commit
47
npm run lint
58

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [1.2.0](https://github.com/LandRegistry/govuk-react-components-library/compare/v1.1.0...v1.2.0) (2026-03-19)
66

7-
87
### Features
98

10-
* update components to align with brand color from govuk-frontend v6 ([dd62240](https://github.com/LandRegistry/govuk-react-components-library/commit/dd62240fa332be20984e0cff394262442ceb5b79))
11-
* update govuk-frontend ([9bfae3a](https://github.com/LandRegistry/govuk-react-components-library/commit/9bfae3a3c012e25ddccacb6e5b4f596194a6298b))
9+
- update components to align with brand color from govuk-frontend v6 ([dd62240](https://github.com/LandRegistry/govuk-react-components-library/commit/dd62240fa332be20984e0cff394262442ceb5b79))
10+
- update govuk-frontend ([9bfae3a](https://github.com/LandRegistry/govuk-react-components-library/commit/9bfae3a3c012e25ddccacb6e5b4f596194a6298b))
1211

1312
## [1.1.0](https://github.com/LandRegistry/govuk-react-components-library/compare/v1.0.3...v1.1.0) (2026-03-18)
1413

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install @hmlr/govuk-react-components-library
2222

2323
## Components
2424

25-
You can explore the [components in chromatic](https://67da9f53fd479dc895c4293f-ifanhuuiej.chromatic.com/).
25+
You can explore the [components in chromatic](https://67da9f53fd479dc895c4293f-dlxeprbnoj.chromatic.com/).
2626

2727
Note that any component with a `👈🏽` below means that - This component will need javascript to be enabled because of the transitions present in the components using `createAll` or `initAll` recommended by [`govuk-frontend` documentation](https://frontend.design-system.service.gov.uk/configure-components/)
2828

0 commit comments

Comments
 (0)