Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2024
1 parent e38345e commit 7e78848
Show file tree
Hide file tree
Showing 77 changed files with 835 additions and 816 deletions.
22 changes: 11 additions & 11 deletions apps/govuk-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/govuk-docs",
"version": "0.8.2",
"version": "0.8.3",
"description": "NotGovUK documentation website.",
"private": true,
"main": "dist/server/index.js",
Expand Down Expand Up @@ -33,16 +33,16 @@
]
},
"devDependencies": {
"@not-govuk/anchor-list": "workspace:^0.8.2",
"@not-govuk/app-composer": "workspace:^0.8.2",
"@not-govuk/app-plop-pack": "workspace:^0.8.2",
"@not-govuk/asset-proxy": "workspace:^0.8.2",
"@not-govuk/client-renderer": "workspace:^0.8.2",
"@not-govuk/components": "workspace:^0.8.2",
"@not-govuk/docs-components": "workspace:^0.8.2",
"@not-govuk/engine": "workspace:^0.8.2",
"@not-govuk/server-renderer": "workspace:^0.8.2",
"@not-govuk/webpack-config": "workspace:^0.8.2",
"@not-govuk/anchor-list": "workspace:^0.8.3",
"@not-govuk/app-composer": "workspace:^0.8.3",
"@not-govuk/app-plop-pack": "workspace:^0.8.3",
"@not-govuk/asset-proxy": "workspace:^0.8.3",
"@not-govuk/client-renderer": "workspace:^0.8.3",
"@not-govuk/components": "workspace:^0.8.3",
"@not-govuk/docs-components": "workspace:^0.8.3",
"@not-govuk/engine": "workspace:^0.8.3",
"@not-govuk/server-renderer": "workspace:^0.8.3",
"@not-govuk/webpack-config": "workspace:^0.8.3",
"@types/react": "16.14.38",
"@types/react-dom": "16.9.18",
"@types/react-router": "5.1.20",
Expand Down
24 changes: 12 additions & 12 deletions apps/govuk-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/govuk-template",
"version": "0.8.2",
"version": "0.8.3",
"description": "A starting point for writing a new NotGovUK application.",
"private": true,
"main": "dist/server/index.js",
Expand Down Expand Up @@ -35,17 +35,17 @@
"devDependencies": {
"@apollo/client": "3.6.9",
"@graphql-tools/schema": "9.0.19",
"@not-govuk/anchor-list": "workspace:^0.8.2",
"@not-govuk/app-composer": "workspace:^0.8.2",
"@not-govuk/app-plop-pack": "workspace:^0.8.2",
"@not-govuk/asset-proxy": "workspace:^0.8.2",
"@not-govuk/client-renderer": "workspace:^0.8.2",
"@not-govuk/components": "workspace:^0.8.2",
"@not-govuk/engine": "workspace:^0.8.2",
"@not-govuk/route-utils": "workspace:^0.8.2",
"@not-govuk/server-renderer": "workspace:^0.8.2",
"@not-govuk/user-info": "workspace:^0.8.2",
"@not-govuk/webpack-config": "workspace:^0.8.2",
"@not-govuk/anchor-list": "workspace:^0.8.3",
"@not-govuk/app-composer": "workspace:^0.8.3",
"@not-govuk/app-plop-pack": "workspace:^0.8.3",
"@not-govuk/asset-proxy": "workspace:^0.8.3",
"@not-govuk/client-renderer": "workspace:^0.8.3",
"@not-govuk/components": "workspace:^0.8.3",
"@not-govuk/engine": "workspace:^0.8.3",
"@not-govuk/route-utils": "workspace:^0.8.3",
"@not-govuk/server-renderer": "workspace:^0.8.3",
"@not-govuk/user-info": "workspace:^0.8.3",
"@not-govuk/webpack-config": "workspace:^0.8.3",
"@types/react": "16.14.38",
"@types/react-dom": "16.9.18",
"@types/react-router": "5.1.20",
Expand Down
12 changes: 6 additions & 6 deletions components-internal/anchor-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/anchor-list",
"version": "0.8.2",
"version": "0.8.3",
"description": "A list of anchors.",
"main": "src/AnchorList.tsx",
"sass": "assets/AnchorList.scss",
Expand All @@ -24,12 +24,12 @@
"react-components"
],
"dependencies": {
"@not-govuk/anchor": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/route-utils": "workspace:^0.8.2"
"@not-govuk/anchor": "workspace:^0.8.3",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/route-utils": "workspace:^0.8.3"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
10 changes: 5 additions & 5 deletions components-internal/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/anchor",
"version": "0.8.2",
"version": "0.8.3",
"description": "A drop-in replacement for the 'a' element.",
"main": "src/Anchor.tsx",
"sass": "assets/Anchor.scss",
Expand All @@ -24,13 +24,13 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/route-utils": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/route-utils": "workspace:^0.8.3",
"history": "^4.10.1",
"react-router-hash-link": "^2.4.3"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@types/react": "16.14.38",
"@types/react-router": "5.1.20",
"@types/react-router-hash-link": "2.4.9",
Expand Down
8 changes: 4 additions & 4 deletions components-internal/simple-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/simple-table",
"version": "0.8.2",
"version": "0.8.3",
"description": "A simple table for displaying data.",
"main": "src/SimpleTable.tsx",
"sass": "assets/SimpleTable.scss",
Expand All @@ -24,10 +24,10 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2"
"@not-govuk/component-helpers": "workspace:^0.8.3"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
10 changes: 5 additions & 5 deletions components-internal/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/tabs-internal",
"version": "0.8.2",
"version": "0.8.3",
"description": "A component for multiple, related sections of content.",
"main": "src/Tabs.tsx",
"sass": "assets/Tabs.scss",
Expand All @@ -24,11 +24,11 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/route-utils": "workspace:^0.8.2"
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/route-utils": "workspace:^0.8.3"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
12 changes: 6 additions & 6 deletions components/aside/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/aside",
"version": "0.8.2",
"version": "0.8.3",
"description": "A component for displaying indirectly related content.",
"main": "src/Aside.tsx",
"sass": "assets/Aside.scss",
Expand All @@ -24,12 +24,12 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/sass-base": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/sass-base": "workspace:^0.8.3",
"govuk-frontend": "4.8.0"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -43,8 +43,8 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/tag": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@not-govuk/tag": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
14 changes: 7 additions & 7 deletions components/back-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/back-link",
"version": "0.8.2",
"version": "0.8.3",
"description": "A component to help users navigate back one page.",
"main": "src/BackLink.tsx",
"sass": "assets/BackLink.scss",
Expand All @@ -24,13 +24,13 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/link": "workspace:^0.8.2",
"@not-govuk/sass-base": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/link": "workspace:^0.8.3",
"@not-govuk/sass-base": "workspace:^0.8.3",
"govuk-frontend": "4.8.0"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -44,8 +44,8 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/panel": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@not-govuk/panel": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
14 changes: 7 additions & 7 deletions components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/breadcrumbs",
"version": "0.8.2",
"version": "0.8.3",
"description": "A component to help users to understand where they are within a website's structure and move between levels.",
"main": "src/Breadcrumbs.tsx",
"sass": "assets/Breadcrumbs.scss",
Expand All @@ -24,13 +24,13 @@
"react-components"
],
"dependencies": {
"@not-govuk/anchor-list": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/sass-base": "workspace:^0.8.2",
"@not-govuk/anchor-list": "workspace:^0.8.3",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/sass-base": "workspace:^0.8.3",
"govuk-frontend": "4.8.0"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -44,8 +44,8 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/panel": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@not-govuk/panel": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
14 changes: 7 additions & 7 deletions components/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/button-group",
"version": "0.8.2",
"version": "0.8.3",
"description": "A component for grouping buttons and links on a single line.",
"main": "src/ButtonGroup.tsx",
"sass": "assets/ButtonGroup.scss",
Expand All @@ -24,12 +24,12 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/sass-base": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/sass-base": "workspace:^0.8.3",
"govuk-frontend": "4.8.0"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -43,9 +43,9 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/link": "workspace:^0.8.2",
"@not-govuk/tag": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@not-govuk/link": "workspace:^0.8.3",
"@not-govuk/tag": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
18 changes: 9 additions & 9 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/button",
"version": "0.8.2",
"version": "0.8.3",
"description": "A component to allow users to carry out an action.",
"main": "src/Button.tsx",
"sass": "assets/Button.scss",
Expand All @@ -24,13 +24,13 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/link": "workspace:^0.8.2",
"@not-govuk/sass-base": "workspace:^0.8.2",
"@not-govuk/component-helpers": "workspace:^0.8.3",
"@not-govuk/link": "workspace:^0.8.3",
"@not-govuk/sass-base": "workspace:^0.8.3",
"govuk-frontend": "4.8.0"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.8.2",
"@not-govuk/docs-components": "^0.8.3",
"@storybook/addon-docs": "^6.4.0",
"react": "^16.9.55"
},
Expand All @@ -45,10 +45,10 @@
"devDependencies": {
"@jest/globals": "29.5.0",
"@mdx-js/react": "1.6.22",
"@not-govuk/button-group": "workspace:^0.8.2",
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
"@not-govuk/panel": "workspace:^0.8.2",
"@not-govuk/tag": "workspace:^0.8.2",
"@not-govuk/button-group": "workspace:^0.8.3",
"@not-govuk/component-test-helpers": "workspace:^0.8.3",
"@not-govuk/panel": "workspace:^0.8.3",
"@not-govuk/tag": "workspace:^0.8.3",
"@types/react": "16.14.38",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
Loading

2 comments on commit 7e78848

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://65d12ab35624edc8dc612058--notgovuk.netlify.app

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.