diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1de65b1d..de5962feb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.4.0](https://github.com/Royal-Navy/design-system/compare/4.3.0...4.4.0) (2024-04-12) + +### Features + +- **MastHead:** Add inline nav for masthead ([#3744](https://github.com/Royal-Navy/design-system/issues/3744)) ([44a061b](https://github.com/Royal-Navy/design-system/commit/44a061b50ff1bc1f3133289458ff534c990a2a0e)) + # [4.3.0](https://github.com/Royal-Navy/design-system/compare/4.2.0...4.3.0) (2024-04-10) ### Features diff --git a/lerna.json b/lerna.json index 593d8e107e..f409fb9c22 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.3.0", + "version": "4.4.0", "npmClient": "yarn" } diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index ec6c78bb37..03ab9a79ea 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.4.0](https://github.com/Royal-Navy/design-system/compare/4.3.0...4.4.0) (2024-04-12) + +**Note:** Version bump only for package @royalnavy/design-tokens + # [4.3.0](https://github.com/Royal-Navy/design-system/compare/4.2.0...4.3.0) (2024-04-10) ### Features diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 22fe941924..46cbd8e7c6 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/design-tokens", - "version": "4.3.0", + "version": "4.4.0", "main": "dist/cjs/index.js", "author": "Royal Navy", "license": "Apache-2.0", @@ -39,7 +39,7 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.10.4", - "@royalnavy/eslint-config-react": "^4.3.0", + "@royalnavy/eslint-config-react": "^4.4.0", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@types/jest": "^29.0.3", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 77219715dc..60e178b75f 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.4.0](https://github.com/Royal-Navy/design-system/compare/4.3.0...4.4.0) (2024-04-12) + +**Note:** Version bump only for package @royalnavy/eslint-config-react + # [4.3.0](https://github.com/Royal-Navy/design-system/compare/4.2.0...4.3.0) (2024-04-10) ### Features diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 3440054af1..f90009489e 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/eslint-config-react", - "version": "4.3.0", + "version": "4.4.0", "files": [ "index.js", "prettier.config.js" diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 9245e9371d..bd653bb9e8 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.4.0](https://github.com/Royal-Navy/design-system/compare/4.3.0...4.4.0) (2024-04-12) + +**Note:** Version bump only for package @royalnavy/fonts + # [4.3.0](https://github.com/Royal-Navy/design-system/compare/4.2.0...4.3.0) (2024-04-10) **Note:** Version bump only for package @royalnavy/fonts diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 6c24553397..e998d2b762 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/fonts", - "version": "4.3.0", + "version": "4.4.0", "main": "index.css", "author": "Royal Navy", "license": "Apache-2.0", diff --git a/packages/icon-library/CHANGELOG.md b/packages/icon-library/CHANGELOG.md index 405a9f69cc..8ce27f7700 100644 --- a/packages/icon-library/CHANGELOG.md +++ b/packages/icon-library/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.4.0](https://github.com/Royal-Navy/design-system/compare/4.3.0...4.4.0) (2024-04-12) + +**Note:** Version bump only for package @royalnavy/icon-library + # [4.3.0](https://github.com/Royal-Navy/design-system/compare/4.2.0...4.3.0) (2024-04-10) ### Features diff --git a/packages/icon-library/package.json b/packages/icon-library/package.json index 592009b9a8..7769f4e136 100644 --- a/packages/icon-library/package.json +++ b/packages/icon-library/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/icon-library", - "version": "4.3.0", + "version": "4.4.0", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "author": "Royal Navy", @@ -42,7 +42,7 @@ "@babel/preset-env": "^7.8.3", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", - "@royalnavy/eslint-config-react": "^4.3.0", + "@royalnavy/eslint-config-react": "^4.4.0", "@svgr/cli": "^6.1.2", "@types/react": "^17.0.38", "babel-loader": "^9.0.1", diff --git a/packages/react-component-library/CHANGELOG.md b/packages/react-component-library/CHANGELOG.md index 014888b910..853ec61f88 100644 --- a/packages/react-component-library/CHANGELOG.md +++ b/packages/react-component-library/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.4.0](https://github.com/Royal-Navy/design-system/compare/4.3.0...4.4.0) (2024-04-12) + +### Features + +- **MastHead:** Add inline nav for masthead ([#3744](https://github.com/Royal-Navy/design-system/issues/3744)) ([44a061b](https://github.com/Royal-Navy/design-system/commit/44a061b50ff1bc1f3133289458ff534c990a2a0e)) + # [4.3.0](https://github.com/Royal-Navy/design-system/compare/4.2.0...4.3.0) (2024-04-10) ### Features diff --git a/packages/react-component-library/package.json b/packages/react-component-library/package.json index 7156d33539..354f5230d8 100644 --- a/packages/react-component-library/package.json +++ b/packages/react-component-library/package.json @@ -1,7 +1,7 @@ { "name": "@royalnavy/react-component-library", "description": "A collection of react components and helpers to assist in building applications for the Royal Navy", - "version": "4.3.0", + "version": "4.4.0", "publishConfig": { "access": "public" }, @@ -71,7 +71,7 @@ "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@playwright/test": "^1.32.3", - "@royalnavy/eslint-config-react": "^4.3.0", + "@royalnavy/eslint-config-react": "^4.4.0", "@storybook/addon-a11y": "^8.0.6", "@storybook/addon-actions": "^8.0.6", "@storybook/addon-essentials": "^8.0.6", @@ -150,9 +150,9 @@ ], "dependencies": { "@popperjs/core": "^2.9.2", - "@royalnavy/design-tokens": "^4.3.0", - "@royalnavy/fonts": "^4.3.0", - "@royalnavy/icon-library": "^4.3.0", + "@royalnavy/design-tokens": "^4.4.0", + "@royalnavy/fonts": "^4.4.0", + "@royalnavy/icon-library": "^4.4.0", "@storybook/test": "^8.0.6", "classnames": "^2.2.6", "date-fns": "^2.9.0",