Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 3c54078 commit 0615c34
Show file tree
Hide file tree
Showing 83 changed files with 851 additions and 850 deletions.
24 changes: 12 additions & 12 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.15.0",
"version": "0.15.1",
"description": "NotGovUK documentation website.",
"private": true,
"main": "dist/server/index.js",
Expand Down Expand Up @@ -33,17 +33,17 @@
]
},
"devDependencies": {
"@not-govuk/anchor-list": "workspace:^0.15.0",
"@not-govuk/app-composer": "workspace:^0.15.0",
"@not-govuk/app-plop-pack": "workspace:^0.15.0",
"@not-govuk/asset-proxy": "workspace:^0.15.0",
"@not-govuk/client-renderer": "workspace:^0.15.0",
"@not-govuk/components": "workspace:^0.15.0",
"@not-govuk/docs-components": "workspace:^0.15.0",
"@not-govuk/engine": "workspace:^0.15.0",
"@not-govuk/router": "workspace:^0.15.0",
"@not-govuk/server-renderer": "workspace:^0.15.0",
"@not-govuk/webpack-config": "workspace:^0.15.0",
"@not-govuk/anchor-list": "workspace:^0.15.1",
"@not-govuk/app-composer": "workspace:^0.15.1",
"@not-govuk/app-plop-pack": "workspace:^0.15.1",
"@not-govuk/asset-proxy": "workspace:^0.15.1",
"@not-govuk/client-renderer": "workspace:^0.15.1",
"@not-govuk/components": "workspace:^0.15.1",
"@not-govuk/docs-components": "workspace:^0.15.1",
"@not-govuk/engine": "workspace:^0.15.1",
"@not-govuk/router": "workspace:^0.15.1",
"@not-govuk/server-renderer": "workspace:^0.15.1",
"@not-govuk/webpack-config": "workspace:^0.15.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/webpack-env": "1.18.5",
Expand Down
26 changes: 13 additions & 13 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.15.0",
"version": "0.15.1",
"description": "A starting point for writing a new NotGovUK application.",
"private": true,
"main": "dist/server/index.js",
Expand Down Expand Up @@ -35,18 +35,18 @@
"devDependencies": {
"@apollo/client": "3.11.10",
"@graphql-tools/schema": "10.0.9",
"@not-govuk/anchor-list": "workspace:^0.15.0",
"@not-govuk/app-composer": "workspace:^0.15.0",
"@not-govuk/app-plop-pack": "workspace:^0.15.0",
"@not-govuk/asset-proxy": "workspace:^0.15.0",
"@not-govuk/client-component-helpers": "workspace:^0.15.0",
"@not-govuk/client-renderer": "workspace:^0.15.0",
"@not-govuk/components": "workspace:^0.15.0",
"@not-govuk/engine": "workspace:^0.15.0",
"@not-govuk/router": "workspace:^0.15.0",
"@not-govuk/server-renderer": "workspace:^0.15.0",
"@not-govuk/user-info": "workspace:^0.15.0",
"@not-govuk/webpack-config": "workspace:^0.15.0",
"@not-govuk/anchor-list": "workspace:^0.15.1",
"@not-govuk/app-composer": "workspace:^0.15.1",
"@not-govuk/app-plop-pack": "workspace:^0.15.1",
"@not-govuk/asset-proxy": "workspace:^0.15.1",
"@not-govuk/client-component-helpers": "workspace:^0.15.1",
"@not-govuk/client-renderer": "workspace:^0.15.1",
"@not-govuk/components": "workspace:^0.15.1",
"@not-govuk/engine": "workspace:^0.15.1",
"@not-govuk/router": "workspace:^0.15.1",
"@not-govuk/server-renderer": "workspace:^0.15.1",
"@not-govuk/user-info": "workspace:^0.15.1",
"@not-govuk/webpack-config": "workspace:^0.15.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/webpack-env": "1.18.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/next-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/next-example",
"version": "0.15.0",
"version": "0.15.1",
"description": "A Next.js application with NotGovUK components.",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@not-govuk/simple-components": "workspace:^0.15.0",
"@not-govuk/simple-components": "workspace:^0.15.1",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions apps/remix-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@not-govuk/remix-example",
"version": "0.15.0",
"version": "0.15.1",
"description": "A Remix application with NotGovUK components.",
"private": true,
"sideEffects": false,
Expand All @@ -23,7 +23,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@not-govuk/components": "workspace:^0.15.0",
"@not-govuk/components": "workspace:^0.15.1",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/serve": "^2.15.0",
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.15.0",
"version": "0.15.1",
"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.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.0",
"@not-govuk/router": "workspace:^0.15.0"
"@not-govuk/anchor": "workspace:^0.15.1",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/router": "workspace:^0.15.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
14 changes: 7 additions & 7 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.15.0",
"version": "0.15.1",
"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/client-component-helpers": "workspace:^0.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.0",
"@not-govuk/router": "workspace:^0.15.0",
"@not-govuk/uri": "workspace:^0.15.0"
"@not-govuk/client-component-helpers": "workspace:^0.15.1",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/router": "workspace:^0.15.1",
"@not-govuk/uri": "workspace:^0.15.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
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.15.0",
"version": "0.15.1",
"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.15.0"
"@not-govuk/component-helpers": "workspace:^0.15.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
12 changes: 6 additions & 6 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.15.0",
"version": "0.15.1",
"description": "A component for multiple, related sections of content.",
"main": "src/Tabs.tsx",
"sass": "assets/Tabs.scss",
Expand All @@ -24,12 +24,12 @@
"react-components"
],
"dependencies": {
"@not-govuk/client-component-helpers": "workspace:^0.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.0",
"@not-govuk/router": "workspace:^0.15.0"
"@not-govuk/client-component-helpers": "workspace:^0.15.1",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/router": "workspace:^0.15.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.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.15.0",
"version": "0.15.1",
"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.15.0",
"@not-govuk/sass-base": "workspace:^0.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/sass-base": "workspace:^0.15.1",
"govuk-frontend": "5.7.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -43,8 +43,8 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/tag": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@not-govuk/tag": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
16 changes: 8 additions & 8 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.15.0",
"version": "0.15.1",
"description": "A component to help users navigate back one page.",
"main": "src/BackLink.tsx",
"sass": "assets/BackLink.scss",
Expand All @@ -24,14 +24,14 @@
"react-components"
],
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.15.0",
"@not-govuk/link": "workspace:^0.15.0",
"@not-govuk/router": "workspace:^0.15.0",
"@not-govuk/sass-base": "workspace:^0.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/link": "workspace:^0.15.1",
"@not-govuk/router": "workspace:^0.15.1",
"@not-govuk/sass-base": "workspace:^0.15.1",
"govuk-frontend": "5.7.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -45,8 +45,8 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/panel": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@not-govuk/panel": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.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.15.0",
"version": "0.15.1",
"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.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.0",
"@not-govuk/sass-base": "workspace:^0.15.0",
"@not-govuk/anchor-list": "workspace:^0.15.1",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/sass-base": "workspace:^0.15.1",
"govuk-frontend": "5.7.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -44,8 +44,8 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/panel": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@not-govuk/panel": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.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.15.0",
"version": "0.15.1",
"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.15.0",
"@not-govuk/sass-base": "workspace:^0.15.0",
"@not-govuk/component-helpers": "workspace:^0.15.1",
"@not-govuk/sass-base": "workspace:^0.15.1",
"govuk-frontend": "5.7.1"
},
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.0",
"@not-govuk/docs-components": "^0.15.1",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
},
Expand All @@ -43,9 +43,9 @@
},
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.0",
"@not-govuk/link": "workspace:^0.15.0",
"@not-govuk/tag": "workspace:^0.15.0",
"@not-govuk/component-test-helpers": "workspace:^0.15.1",
"@not-govuk/link": "workspace:^0.15.1",
"@not-govuk/tag": "workspace:^0.15.1",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
Loading

2 comments on commit 0615c34

@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.

@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://674732d0b958140fa0b28134--notgovuk.netlify.app

Please sign in to comment.