Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2023
1 parent e8faed7 commit 293bfac
Show file tree
Hide file tree
Showing 22 changed files with 89 additions and 89 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/docs",
"version": "0.3.7",
"version": "0.4.0",
"description": "Documentation website.",
"private": true,
"main": "dist/server/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"devDependencies": {
"@apollo/client": "3.6.9",
"@graphql-tools/schema": "8.5.0",
"@hods/components": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.3.7",
"@hods/components": "workspace:^0.4.0",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/anchor-list": "^0.7.2",
"@not-govuk/app-composer": "^0.7.2",
"@not-govuk/app-plop-pack": "^0.7.2",
Expand Down
4 changes: 2 additions & 2 deletions components/a-z-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/a-z-navigation",
"version": "0.3.7",
"version": "0.4.0",
"description": "A component to help users navigate an A to Z.",
"main": "src/AZNavigation.tsx",
"sass": "assets/AZNavigation.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/navigation-menu": "^0.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/alert",
"version": "0.3.7",
"version": "0.4.0",
"description": "Alert users to important information.",
"main": "src/Alert.tsx",
"sass": "assets/Alert.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2",
"@not-govuk/inset-text": "^0.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion components/date-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/date-display",
"version": "0.3.7",
"version": "0.4.0",
"description": "Displays a date in accordance with Gov style guidance",
"main": "src/DateDisplay.tsx",
"sass": "assets/DateDisplay.scss",
Expand Down
6 changes: 3 additions & 3 deletions components/date-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/date-time",
"version": "0.3.7",
"version": "0.4.0",
"description": "Displays date and time inline with Gov style guidance",
"main": "src/DateTime.tsx",
"sass": "assets/DateTime.scss",
Expand All @@ -24,8 +24,8 @@
"react-components"
],
"dependencies": {
"@hods/date-display": "workspace:^0.3.7",
"@hods/time": "workspace:^0.3.7",
"@hods/date-display": "workspace:^0.4.0",
"@hods/time": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions components/expandable-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/expandable-banner",
"version": "0.3.7",
"version": "0.4.0",
"description": "Component that provides both high level and more detailed warning messages",
"main": "src/ExpandableBanner.tsx",
"sass": "assets/ExpandableBanner.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions components/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/footer",
"version": "0.3.7",
"version": "0.4.0",
"description": "HODS' page footer.",
"main": "src/Footer.tsx",
"sass": "assets/Footer.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2",
"@not-govuk/link": "^0.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/header",
"version": "0.3.7",
"version": "0.4.0",
"description": "HODS' page header.",
"main": "src/Header.tsx",
"sass": "assets/Header.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/anchor-list": "^0.7.2",
"@not-govuk/component-helpers": "^0.7.2",
"@not-govuk/link": "^0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion components/highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/highlight",
"version": "0.3.7",
"version": "0.4.0",
"description": "A component for highlighting words and short pieces of text.",
"main": "src/Highlight.tsx",
"sass": "assets/Highlight.scss",
Expand Down
4 changes: 2 additions & 2 deletions components/loading-spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/loading-spinner",
"version": "0.3.7",
"version": "0.4.0",
"description": "A circular rotating loading spinner.",
"main": "src/LoadingSpinner.tsx",
"sass": "assets/LoadingSpinner.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/page",
"version": "0.3.7",
"version": "0.4.0",
"description": "HODS' page component.",
"main": "src/Page.tsx",
"sass": "assets/Page.scss",
Expand All @@ -24,9 +24,9 @@
"react-components"
],
"dependencies": {
"@hods/footer": "workspace:^0.3.7",
"@hods/header": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.3.7",
"@hods/footer": "workspace:^0.4.0",
"@hods/header": "workspace:^0.4.0",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2",
"@not-govuk/skip-link": "^0.7.2",
"govuk-frontend": "4.4.1"
Expand Down
4 changes: 2 additions & 2 deletions components/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/pagination",
"version": "0.3.7",
"version": "0.4.0",
"description": "Component to allow separating long tables into separate tables",
"main": "src/Pagination.tsx",
"sass": "assets/Pagination.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2",
"@not-govuk/link": "^0.7.2",
"@not-govuk/route-utils": "^0.7.2"
Expand Down
4 changes: 2 additions & 2 deletions components/status-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/status-message",
"version": "0.3.7",
"version": "0.4.0",
"description": "An indication to the user that something has changed.",
"main": "src/StatusMessage.tsx",
"sass": "assets/StatusMessage.scss",
Expand All @@ -24,7 +24,7 @@
"react-components"
],
"dependencies": {
"@hods/sass-base": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/anchor-list": "^0.7.2",
"@not-govuk/component-helpers": "^0.7.2",
"govuk-frontend": "4.4.1"
Expand Down
2 changes: 1 addition & 1 deletion components/time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/time",
"version": "0.3.7",
"version": "0.4.0",
"description": "Displays a time in accordance with Gov style guidance",
"main": "src/Time.tsx",
"sass": "assets/Time.scss",
Expand Down
6 changes: 3 additions & 3 deletions components/timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/timeline",
"version": "0.3.7",
"version": "0.4.0",
"description": "A timeline of events",
"main": "src/Timeline.tsx",
"sass": "assets/Timeline.scss",
Expand All @@ -24,8 +24,8 @@
"react-components"
],
"dependencies": {
"@hods/date-time": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.3.7",
"@hods/date-time": "workspace:^0.4.0",
"@hods/sass-base": "workspace:^0.4.0",
"@not-govuk/component-helpers": "^0.7.2"
},
"peerDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions lib/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/components",
"version": "0.3.7",
"version": "0.4.0",
"description": "All Home Office Design System components.",
"main": "src/index.ts",
"sass": "assets/index.scss",
Expand All @@ -24,21 +24,21 @@
"react-components"
],
"dependencies": {
"@hods/a-z-navigation": "workspace:^0.3.7",
"@hods/alert": "workspace:^0.3.7",
"@hods/date-display": "workspace:^0.3.7",
"@hods/date-time": "workspace:^0.3.7",
"@hods/expandable-banner": "workspace:^0.3.7",
"@hods/footer": "workspace:^0.3.7",
"@hods/header": "workspace:^0.3.7",
"@hods/highlight": "workspace:^0.3.7",
"@hods/loading-spinner": "workspace:^0.3.7",
"@hods/page": "workspace:^0.3.7",
"@hods/pagination": "workspace:^0.3.7",
"@hods/sass-base": "workspace:^0.3.7",
"@hods/status-message": "workspace:^0.3.7",
"@hods/time": "workspace:^0.3.7",
"@hods/timeline": "workspace:^0.3.7"
"@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"
},
"devDependencies": {
"jest": "29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions lib/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/create",
"version": "0.3.7",
"version": "0.4.0",
"description": "A project and prototype initialiser.",
"main": "plopfile.js",
"type": "module",
Expand All @@ -21,7 +21,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@hods/plop-pack": "workspace:^0.3.7",
"@hods/plop-pack": "workspace:^0.4.0",
"@not-govuk/create": "^0.7.2",
"@not-govuk/plop-pack-internal": "^0.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/plop-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/plop-pack",
"version": "0.3.7",
"version": "0.4.0",
"description": "Plop pack with misc tools.",
"main": "src/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion lib/plop-pack/skel/app/package.json.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@hods/components": "{{#if (eq (pkg 'name')'hods')}}workspace:{{/if}}^0.3.7"
"@hods/components": "{{#if (eq (pkg 'name')'hods')}}workspace:{{/if}}^0.4.0"
}
}
2 changes: 1 addition & 1 deletion lib/sass-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hods/sass-base",
"version": "0.3.7",
"version": "0.4.0",
"description": "The base SASS code for HODS styling.",
"sass": "src/index.scss",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@hods/plop-pack": "workspace:^0.3.7",
"@hods/plop-pack": "workspace:^0.4.0",
"@mdx-js/react": "1.6.22",
"@not-govuk/components": "^0.7.2",
"@not-govuk/docs-components": "^0.7.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
"webpack-hot-middleware": "2.25.3"
},
"name": "hods",
"version": "0.3.7",
"version": "0.4.0",
"description": "The design system for the UK Home Office.",
"main": "index.js",
"repository": {
Expand Down
Loading

2 comments on commit 293bfac

@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://hods.netlify.app as production
🚀 Deployed on https://64ac46f521410d1a4285aeca--hods.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.