Skip to content

Commit

Permalink
0.10.7 (#1657)
Browse files Browse the repository at this point in the history
Co-authored-by: Alasdair McLeay <penx@users.noreply.github.com>
  • Loading branch information
richrace and penx committed May 13, 2024
1 parent d5a1024 commit 0da4d1e
Show file tree
Hide file tree
Showing 60 changed files with 592 additions and 592 deletions.
6 changes: 3 additions & 3 deletions components/back-link/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/back-link",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/breadcrumbs",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@govuk-react/button",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/icons": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/icons": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0",
"polished": "^4.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions components/caption/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/caption",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@govuk-react/checkbox",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/hint-text": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/hint-text": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions components/date-field/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@govuk-react/date-field",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/error-text": "^0.10.6",
"@govuk-react/hint-text": "^0.10.6",
"@govuk-react/input": "^0.10.6",
"@govuk-react/label": "^0.10.6",
"@govuk-react/label-text": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/error-text": "^0.10.7",
"@govuk-react/hint-text": "^0.10.7",
"@govuk-react/input": "^0.10.7",
"@govuk-react/label": "^0.10.7",
"@govuk-react/label-text": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0",
"multi-input-input": "0.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions components/details/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/details",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0",
"polished": "^4.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions components/document-footer-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@govuk-react/document-footer-metadata",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/unordered-list": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"@govuk-react/unordered-list": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
20 changes: 10 additions & 10 deletions components/error-summary/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@govuk-react/error-summary",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/heading": "^0.10.6",
"@govuk-react/input-field": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/link": "^0.10.6",
"@govuk-react/list-item": "^0.10.6",
"@govuk-react/paragraph": "^0.10.6",
"@govuk-react/text-area": "^0.10.6",
"@govuk-react/unordered-list": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/heading": "^0.10.7",
"@govuk-react/input-field": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"@govuk-react/link": "^0.10.7",
"@govuk-react/list-item": "^0.10.7",
"@govuk-react/paragraph": "^0.10.7",
"@govuk-react/text-area": "^0.10.7",
"@govuk-react/unordered-list": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions components/error-text/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/error-text",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions components/fieldset/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/fieldset",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions components/file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@govuk-react/file-upload",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/error-text": "^0.10.6",
"@govuk-react/hint-text": "^0.10.6",
"@govuk-react/label": "^0.10.6",
"@govuk-react/label-text": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/error-text": "^0.10.7",
"@govuk-react/hint-text": "^0.10.7",
"@govuk-react/label": "^0.10.7",
"@govuk-react/label-text": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
14 changes: 7 additions & 7 deletions components/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@govuk-react/footer",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/heading": "^0.10.6",
"@govuk-react/icons": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/link": "^0.10.6",
"@govuk-react/visually-hidden": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/heading": "^0.10.7",
"@govuk-react/icons": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"@govuk-react/link": "^0.10.7",
"@govuk-react/visually-hidden": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions components/form-group/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/form-group",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion components/global-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@govuk-react/global-style",
"version": "0.10.6",
"version": "0.10.7",
"peerDependencies": {
"react": ">=16.8.0",
"styled-components": ">=5.1"
Expand Down
6 changes: 3 additions & 3 deletions components/grid-col/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/grid-col",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions components/grid-row/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/grid-row",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions components/heading/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/heading",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions components/hint-text/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/hint-text",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions components/input-field/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@govuk-react/input-field",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/error-text": "^0.10.6",
"@govuk-react/hint-text": "^0.10.6",
"@govuk-react/input": "^0.10.6",
"@govuk-react/label": "^0.10.6",
"@govuk-react/label-text": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/error-text": "^0.10.7",
"@govuk-react/hint-text": "^0.10.7",
"@govuk-react/input": "^0.10.7",
"@govuk-react/label": "^0.10.7",
"@govuk-react/label-text": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/input",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions components/inset-text/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/inset-text",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions components/label-text/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@govuk-react/label-text",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/lib": "^0.10.6"
"@govuk-react/lib": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 3 additions & 3 deletions components/label/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/label",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6",
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions components/lead-paragraph/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@govuk-react/lead-paragraph",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/lib": "^0.10.6"
"@govuk-react/lib": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@govuk-react/link",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/lib": "^0.10.6",
"@govuk-react/lib": "^0.10.7",
"govuk-colours": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions components/list-item/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@govuk-react/list-item",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/lib": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/lib": "^0.10.7"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down

0 comments on commit 0da4d1e

Please sign in to comment.