diff --git a/apps/docs/package.json b/apps/docs/package.json index cfee0e98..da49c15a 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@hods/docs", - "version": "0.4.0", + "version": "0.5.0", "description": "Documentation website.", "private": true, "main": "dist/server/index.js", @@ -35,8 +35,8 @@ "devDependencies": { "@apollo/client": "3.11.9", "@graphql-tools/schema": "10.0.7", - "@hods/components": "workspace:^0.4.0", - "@hods/sass-base": "workspace:^0.4.0", + "@hods/components": "workspace:^0.5.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/anchor-list": "^0.15.0", "@not-govuk/app-composer": "^0.15.0", "@not-govuk/app-plop-pack": "^0.15.0", diff --git a/apps/next-example/package.json b/apps/next-example/package.json index f3d8942a..44d68443 100644 --- a/apps/next-example/package.json +++ b/apps/next-example/package.json @@ -1,6 +1,6 @@ { "name": "@hods/next-example", - "version": "0.4.0", + "version": "0.5.0", "description": "A Next.js application with HODS components.", "private": true, "scripts": { @@ -16,8 +16,8 @@ "clean": "rm -rf dist" }, "dependencies": { + "@hods/components": "workspace:^0.5.0", "@not-govuk/simple-components": "^0.15.0", - "@hods/components": "workspace:^0.4.0", "next": "15.0.3", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/components/a-z-navigation/package.json b/components/a-z-navigation/package.json index f3d38fb9..b5e85a2e 100644 --- a/components/a-z-navigation/package.json +++ b/components/a-z-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@hods/a-z-navigation", - "version": "0.4.0", + "version": "0.5.0", "description": "A component to help users navigate an A to Z.", "main": "src/AZNavigation.tsx", "sass": "assets/AZNavigation.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/navigation-menu": "^0.15.0" }, "peerDependencies": { diff --git a/components/alert/package.json b/components/alert/package.json index 5b66c7c8..753252de 100644 --- a/components/alert/package.json +++ b/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@hods/alert", - "version": "0.4.0", + "version": "0.5.0", "description": "Alert users to important information.", "main": "src/Alert.tsx", "sass": "assets/Alert.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0", "@not-govuk/inset-text": "^0.15.0" }, diff --git a/components/date-display/package.json b/components/date-display/package.json index 4c0180f6..a1ec9843 100644 --- a/components/date-display/package.json +++ b/components/date-display/package.json @@ -1,6 +1,6 @@ { "name": "@hods/date-display", - "version": "0.4.0", + "version": "0.5.0", "description": "Displays a date in accordance with Gov style guidance", "main": "src/DateDisplay.tsx", "sass": "assets/DateDisplay.scss", diff --git a/components/date-time/package.json b/components/date-time/package.json index 14eb23e5..99bd7fac 100644 --- a/components/date-time/package.json +++ b/components/date-time/package.json @@ -1,6 +1,6 @@ { "name": "@hods/date-time", - "version": "0.4.0", + "version": "0.5.0", "description": "Displays date and time inline with Gov style guidance", "main": "src/DateTime.tsx", "sass": "assets/DateTime.scss", @@ -24,8 +24,8 @@ "react-components" ], "dependencies": { - "@hods/date-display": "workspace:^0.4.0", - "@hods/time": "workspace:^0.4.0", + "@hods/date-display": "workspace:^0.5.0", + "@hods/time": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0" }, "peerDependencies": { diff --git a/components/expandable-banner/package.json b/components/expandable-banner/package.json index b2b8dfdb..1e9aefb4 100644 --- a/components/expandable-banner/package.json +++ b/components/expandable-banner/package.json @@ -1,6 +1,6 @@ { "name": "@hods/expandable-banner", - "version": "0.4.0", + "version": "0.5.0", "description": "Component that provides both high level and more detailed warning messages", "main": "src/ExpandableBanner.tsx", "sass": "assets/ExpandableBanner.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0" }, "peerDependencies": { diff --git a/components/footer/package.json b/components/footer/package.json index 3040c7a5..420580b7 100644 --- a/components/footer/package.json +++ b/components/footer/package.json @@ -1,6 +1,6 @@ { "name": "@hods/footer", - "version": "0.4.0", + "version": "0.5.0", "description": "HODS' page footer.", "main": "src/Footer.tsx", "sass": "assets/Footer.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0", "@not-govuk/link": "^0.15.0" }, diff --git a/components/header/package.json b/components/header/package.json index 68749849..5daf8579 100644 --- a/components/header/package.json +++ b/components/header/package.json @@ -1,6 +1,6 @@ { "name": "@hods/header", - "version": "0.4.0", + "version": "0.5.0", "description": "HODS' page header.", "main": "src/Header.tsx", "sass": "assets/Header.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/anchor-list": "^0.15.0", "@not-govuk/component-helpers": "^0.15.0", "@not-govuk/link": "^0.15.0" diff --git a/components/highlight/package.json b/components/highlight/package.json index e0334be5..13419b5d 100644 --- a/components/highlight/package.json +++ b/components/highlight/package.json @@ -1,6 +1,6 @@ { "name": "@hods/highlight", - "version": "0.4.0", + "version": "0.5.0", "description": "A component for highlighting words and short pieces of text.", "main": "src/Highlight.tsx", "sass": "assets/Highlight.scss", diff --git a/components/loading-spinner/package.json b/components/loading-spinner/package.json index e3856f03..0ec2af0e 100644 --- a/components/loading-spinner/package.json +++ b/components/loading-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@hods/loading-spinner", - "version": "0.4.0", + "version": "0.5.0", "description": "A circular rotating loading spinner.", "main": "src/LoadingSpinner.tsx", "sass": "assets/LoadingSpinner.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0" }, "peerDependencies": { diff --git a/components/page/package.json b/components/page/package.json index 4b868dd5..96da65d1 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -1,6 +1,6 @@ { "name": "@hods/page", - "version": "0.4.0", + "version": "0.5.0", "description": "HODS' page component.", "main": "src/Page.tsx", "sass": "assets/Page.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@hods/footer": "workspace:^0.4.0", - "@hods/header": "workspace:^0.4.0", - "@hods/sass-base": "workspace:^0.4.0", + "@hods/footer": "workspace:^0.5.0", + "@hods/header": "workspace:^0.5.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/button": "^0.15.0", - "@not-govuk/head": "^0.15.0", "@not-govuk/component-helpers": "^0.15.0", + "@not-govuk/head": "^0.15.0", "@not-govuk/skip-link": "^0.15.0", "govuk-frontend": "5.7.1" }, diff --git a/components/pagination/package.json b/components/pagination/package.json index b6d3a0cd..0e921f0d 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@hods/pagination", - "version": "0.4.0", + "version": "0.5.0", "description": "Component to allow separating long tables into separate tables", "main": "src/Pagination.tsx", "sass": "assets/Pagination.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0", "@not-govuk/link": "^0.15.0", "@not-govuk/router": "^0.15.0", diff --git a/components/status-message/package.json b/components/status-message/package.json index 95354e23..a0123af8 100644 --- a/components/status-message/package.json +++ b/components/status-message/package.json @@ -1,6 +1,6 @@ { "name": "@hods/status-message", - "version": "0.4.0", + "version": "0.5.0", "description": "An indication to the user that something has changed.", "main": "src/StatusMessage.tsx", "sass": "assets/StatusMessage.scss", @@ -24,7 +24,7 @@ "react-components" ], "dependencies": { - "@hods/sass-base": "workspace:^0.4.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/anchor-list": "^0.15.0", "@not-govuk/component-helpers": "^0.15.0", "govuk-frontend": "5.7.1" diff --git a/components/time/package.json b/components/time/package.json index 79ab9bcb..3238ebd5 100644 --- a/components/time/package.json +++ b/components/time/package.json @@ -1,6 +1,6 @@ { "name": "@hods/time", - "version": "0.4.0", + "version": "0.5.0", "description": "Displays a time in accordance with Gov style guidance", "main": "src/Time.tsx", "sass": "assets/Time.scss", diff --git a/components/timeline/package.json b/components/timeline/package.json index d882861f..4f514954 100644 --- a/components/timeline/package.json +++ b/components/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hods/timeline", - "version": "0.4.0", + "version": "0.5.0", "description": "A timeline of events", "main": "src/Timeline.tsx", "sass": "assets/Timeline.scss", @@ -24,8 +24,8 @@ "react-components" ], "dependencies": { - "@hods/date-time": "workspace:^0.4.0", - "@hods/sass-base": "workspace:^0.4.0", + "@hods/date-time": "workspace:^0.5.0", + "@hods/sass-base": "workspace:^0.5.0", "@not-govuk/component-helpers": "^0.15.0" }, "peerDependencies": { diff --git a/lib/components/package.json b/lib/components/package.json index 3064f4c4..928b726f 100644 --- a/lib/components/package.json +++ b/lib/components/package.json @@ -1,6 +1,6 @@ { "name": "@hods/components", - "version": "0.4.0", + "version": "0.5.0", "description": "All Home Office Design System components.", "main": "src/index.ts", "sass": "assets/index.scss", @@ -24,21 +24,21 @@ "react-components" ], "dependencies": { - "@hods/a-z-navigation": "workspace:^0.4.0", - "@hods/alert": "workspace:^0.4.0", - "@hods/date-display": "workspace:^0.4.0", - "@hods/date-time": "workspace:^0.4.0", - "@hods/expandable-banner": "workspace:^0.4.0", - "@hods/footer": "workspace:^0.4.0", - "@hods/header": "workspace:^0.4.0", - "@hods/highlight": "workspace:^0.4.0", - "@hods/loading-spinner": "workspace:^0.4.0", - "@hods/page": "workspace:^0.4.0", - "@hods/pagination": "workspace:^0.4.0", - "@hods/sass-base": "workspace:^0.4.0", - "@hods/status-message": "workspace:^0.4.0", - "@hods/time": "workspace:^0.4.0", - "@hods/timeline": "workspace:^0.4.0", + "@hods/a-z-navigation": "workspace:^0.5.0", + "@hods/alert": "workspace:^0.5.0", + "@hods/date-display": "workspace:^0.5.0", + "@hods/date-time": "workspace:^0.5.0", + "@hods/expandable-banner": "workspace:^0.5.0", + "@hods/footer": "workspace:^0.5.0", + "@hods/header": "workspace:^0.5.0", + "@hods/highlight": "workspace:^0.5.0", + "@hods/loading-spinner": "workspace:^0.5.0", + "@hods/page": "workspace:^0.5.0", + "@hods/pagination": "workspace:^0.5.0", + "@hods/sass-base": "workspace:^0.5.0", + "@hods/status-message": "workspace:^0.5.0", + "@hods/time": "workspace:^0.5.0", + "@hods/timeline": "workspace:^0.5.0", "@not-govuk/components": "0.15.0" }, "devDependencies": { diff --git a/lib/create/package.json b/lib/create/package.json index 378d8eb1..53c1fb17 100644 --- a/lib/create/package.json +++ b/lib/create/package.json @@ -1,6 +1,6 @@ { "name": "@hods/create", - "version": "0.4.0", + "version": "0.5.0", "description": "A project and prototype initialiser.", "main": "plopfile.js", "type": "module", @@ -21,7 +21,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@hods/plop-pack": "workspace:^0.4.0", + "@hods/plop-pack": "workspace:^0.5.0", "@not-govuk/create": "^0.15.0", "@not-govuk/plop-pack-internal": "^0.15.0" }, diff --git a/lib/plop-pack/package.json b/lib/plop-pack/package.json index 0ebf9e99..489a76eb 100644 --- a/lib/plop-pack/package.json +++ b/lib/plop-pack/package.json @@ -1,6 +1,6 @@ { "name": "@hods/plop-pack", - "version": "0.4.0", + "version": "0.5.0", "description": "Plop pack with misc tools.", "main": "src/index.js", "type": "module", diff --git a/lib/plop-pack/skel/app/package.json.hbs b/lib/plop-pack/skel/app/package.json.hbs index af32305e..cb8cc4aa 100644 --- a/lib/plop-pack/skel/app/package.json.hbs +++ b/lib/plop-pack/skel/app/package.json.hbs @@ -1,5 +1,5 @@ { "devDependencies": { - "@hods/components": "{{#if (eq (pkg 'name')'hods')}}workspace:{{/if}}^0.4.0" + "@hods/components": "{{#if (eq (pkg 'name')'hods')}}workspace:{{/if}}^0.5.0" } } diff --git a/lib/sass-base/package.json b/lib/sass-base/package.json index 9529f8c5..5ffe9641 100644 --- a/lib/sass-base/package.json +++ b/lib/sass-base/package.json @@ -1,6 +1,6 @@ { "name": "@hods/sass-base", - "version": "0.4.0", + "version": "0.5.0", "description": "The base SASS code for HODS styling.", "sass": "src/index.scss", "files": [ diff --git a/package.json b/package.json index 41cd7a18..cf1f69d6 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "@babel/preset-env": "7.26.0", "@babel/preset-react": "7.25.9", "@babel/preset-typescript": "7.26.0", - "@hods/components": "workspace:^0.4.0", - "@hods/plop-pack": "workspace:^0.4.0", + "@hods/components": "workspace:^0.5.0", + "@hods/plop-pack": "workspace:^0.5.0", "@mdx-js/react": "1.6.22", "@not-govuk/components": "^0.15.0", "@not-govuk/docs-components": "^0.15.0", @@ -78,7 +78,7 @@ "webpack-hot-middleware": "2.26.1" }, "name": "hods", - "version": "0.4.0", + "version": "0.5.0", "description": "The design system for the UK Home Office.", "main": "index.js", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9091e5bc..3a689e1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,8 @@ importers: '@babel/preset-env': 7.26.0 '@babel/preset-react': 7.25.9 '@babel/preset-typescript': 7.26.0 - '@hods/components': workspace:^0.4.0 - '@hods/plop-pack': workspace:^0.4.0 + '@hods/components': workspace:^0.5.0 + '@hods/plop-pack': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/components': ^0.15.0 '@not-govuk/docs-components': ^0.15.0 @@ -102,8 +102,8 @@ importers: specifiers: '@apollo/client': 3.11.9 '@graphql-tools/schema': 10.0.7 - '@hods/components': workspace:^0.4.0 - '@hods/sass-base': workspace:^0.4.0 + '@hods/components': workspace:^0.5.0 + '@hods/sass-base': workspace:^0.5.0 '@not-govuk/anchor-list': ^0.15.0 '@not-govuk/app-composer': ^0.15.0 '@not-govuk/app-plop-pack': ^0.15.0 @@ -180,7 +180,7 @@ importers: apps/next-example: specifiers: - '@hods/components': workspace:^0.4.0 + '@hods/components': workspace:^0.5.0 '@not-govuk/simple-components': ^0.15.0 '@types/node': 22.9.0 '@types/react': 18.3.12 @@ -215,7 +215,7 @@ importers: components/a-z-navigation: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-test-helpers': ^0.15.0 '@not-govuk/navigation-menu': ^0.15.0 @@ -240,7 +240,7 @@ importers: components/alert: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 '@not-govuk/component-test-helpers': ^0.15.0 @@ -286,8 +286,8 @@ importers: components/date-time: specifiers: - '@hods/date-display': workspace:^0.4.0 - '@hods/time': workspace:^0.4.0 + '@hods/date-display': workspace:^0.5.0 + '@hods/time': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 '@not-govuk/component-test-helpers': ^0.15.0 @@ -311,7 +311,7 @@ importers: components/expandable-banner: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 '@not-govuk/component-test-helpers': ^0.15.0 @@ -334,7 +334,7 @@ importers: components/footer: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 '@not-govuk/component-test-helpers': ^0.15.0 @@ -359,7 +359,7 @@ importers: components/header: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/anchor-list': ^0.15.0 '@not-govuk/component-helpers': ^0.15.0 @@ -407,7 +407,7 @@ importers: components/loading-spinner: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 '@not-govuk/component-test-helpers': ^0.15.0 @@ -430,9 +430,9 @@ importers: components/page: specifiers: - '@hods/footer': workspace:^0.4.0 - '@hods/header': workspace:^0.4.0 - '@hods/sass-base': workspace:^0.4.0 + '@hods/footer': workspace:^0.5.0 + '@hods/header': workspace:^0.5.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/button': ^0.15.0 '@not-govuk/button-group': ^0.15.0 @@ -467,7 +467,7 @@ importers: components/pagination: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@jest/globals': 29.7.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 @@ -498,7 +498,7 @@ importers: components/status-message: specifiers: - '@hods/sass-base': workspace:^0.4.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/anchor-list': ^0.15.0 '@not-govuk/component-helpers': ^0.15.0 @@ -546,8 +546,8 @@ importers: components/timeline: specifiers: - '@hods/date-time': workspace:^0.4.0 - '@hods/sass-base': workspace:^0.4.0 + '@hods/date-time': workspace:^0.5.0 + '@hods/sass-base': workspace:^0.5.0 '@mdx-js/react': 1.6.22 '@not-govuk/component-helpers': ^0.15.0 '@not-govuk/component-test-helpers': ^0.15.0 @@ -571,21 +571,21 @@ importers: lib/components: specifiers: - '@hods/a-z-navigation': workspace:^0.4.0 - '@hods/alert': workspace:^0.4.0 - '@hods/date-display': workspace:^0.4.0 - '@hods/date-time': workspace:^0.4.0 - '@hods/expandable-banner': workspace:^0.4.0 - '@hods/footer': workspace:^0.4.0 - '@hods/header': workspace:^0.4.0 - '@hods/highlight': workspace:^0.4.0 - '@hods/loading-spinner': workspace:^0.4.0 - '@hods/page': workspace:^0.4.0 - '@hods/pagination': workspace:^0.4.0 - '@hods/sass-base': workspace:^0.4.0 - '@hods/status-message': workspace:^0.4.0 - '@hods/time': workspace:^0.4.0 - '@hods/timeline': workspace:^0.4.0 + '@hods/a-z-navigation': workspace:^0.5.0 + '@hods/alert': workspace:^0.5.0 + '@hods/date-display': workspace:^0.5.0 + '@hods/date-time': workspace:^0.5.0 + '@hods/expandable-banner': workspace:^0.5.0 + '@hods/footer': workspace:^0.5.0 + '@hods/header': workspace:^0.5.0 + '@hods/highlight': workspace:^0.5.0 + '@hods/loading-spinner': workspace:^0.5.0 + '@hods/page': workspace:^0.5.0 + '@hods/pagination': workspace:^0.5.0 + '@hods/sass-base': workspace:^0.5.0 + '@hods/status-message': workspace:^0.5.0 + '@hods/time': workspace:^0.5.0 + '@hods/timeline': workspace:^0.5.0 '@not-govuk/components': 0.15.0 jest: 29.7.0 jest-environment-jsdom: 29.7.0 @@ -616,7 +616,7 @@ importers: lib/create: specifiers: - '@hods/plop-pack': workspace:^0.4.0 + '@hods/plop-pack': workspace:^0.5.0 '@not-govuk/create': ^0.15.0 '@not-govuk/plop-pack-internal': ^0.15.0 plop: 3.1.1