diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c4747d77..1d05175323 100644 --- a/CHANGELOG.md +++ b/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.5.1](https://github.com/Royal-Navy/design-system/compare/4.5.0...4.5.1) (2024-04-19) + +**Note:** Version bump only for package royal-navy-design-system + # [4.5.0](https://github.com/Royal-Navy/design-system/compare/4.4.0...4.5.0) (2024-04-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 01bb2d6c75..ee9b07a537 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.5.0", + "version": "4.5.1", "npmClient": "yarn" } diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 0a46c6abbc..95a2e7e3f3 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.5.1](https://github.com/Royal-Navy/design-system/compare/4.5.0...4.5.1) (2024-04-19) + +**Note:** Version bump only for package @royalnavy/design-tokens + # [4.5.0](https://github.com/Royal-Navy/design-system/compare/4.4.0...4.5.0) (2024-04-18) **Note:** Version bump only for package @royalnavy/design-tokens diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 0264b80214..e67b8bd36a 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/design-tokens", - "version": "4.5.0", + "version": "4.5.1", "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.5.0", + "@royalnavy/eslint-config-react": "^4.5.1", "@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 0101d5635b..79994ad8f7 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.5.1](https://github.com/Royal-Navy/design-system/compare/4.5.0...4.5.1) (2024-04-19) + +**Note:** Version bump only for package @royalnavy/eslint-config-react + # [4.5.0](https://github.com/Royal-Navy/design-system/compare/4.4.0...4.5.0) (2024-04-18) **Note:** Version bump only for package @royalnavy/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index af9c5d6195..d29c996216 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.5.0", + "version": "4.5.1", "files": [ "index.js", "prettier.config.js" diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 718f8ae17a..663905a7dc 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.5.1](https://github.com/Royal-Navy/design-system/compare/4.5.0...4.5.1) (2024-04-19) + +**Note:** Version bump only for package @royalnavy/fonts + # [4.5.0](https://github.com/Royal-Navy/design-system/compare/4.4.0...4.5.0) (2024-04-18) **Note:** Version bump only for package @royalnavy/fonts diff --git a/packages/fonts/package.json b/packages/fonts/package.json index ea63384d58..30438e0985 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/fonts", - "version": "4.5.0", + "version": "4.5.1", "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 1a873432ed..1a41999030 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.5.1](https://github.com/Royal-Navy/design-system/compare/4.5.0...4.5.1) (2024-04-19) + +**Note:** Version bump only for package @royalnavy/icon-library + # [4.5.0](https://github.com/Royal-Navy/design-system/compare/4.4.0...4.5.0) (2024-04-18) **Note:** Version bump only for package @royalnavy/icon-library diff --git a/packages/icon-library/package.json b/packages/icon-library/package.json index eb00fcbb16..33b8d2a3a1 100644 --- a/packages/icon-library/package.json +++ b/packages/icon-library/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/icon-library", - "version": "4.5.0", + "version": "4.5.1", "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.5.0", + "@royalnavy/eslint-config-react": "^4.5.1", "@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 aef52cf010..4b9646e573 100644 --- a/packages/react-component-library/CHANGELOG.md +++ b/packages/react-component-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.5.1](https://github.com/Royal-Navy/design-system/compare/4.5.0...4.5.1) (2024-04-19) + +**Note:** Version bump only for package @royalnavy/react-component-library + # [4.5.0](https://github.com/Royal-Navy/design-system/compare/4.4.0...4.5.0) (2024-04-18) ### Bug Fixes diff --git a/packages/react-component-library/package.json b/packages/react-component-library/package.json index ec8f3efe7c..8a7521a343 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.5.0", + "version": "4.5.1", "publishConfig": { "access": "public" }, @@ -72,7 +72,7 @@ "@babel/preset-typescript": "^7.8.3", "@faker-js/faker": "^8.4.1", "@playwright/test": "^1.32.3", - "@royalnavy/eslint-config-react": "^4.5.0", + "@royalnavy/eslint-config-react": "^4.5.1", "@storybook/addon-a11y": "^8.0.6", "@storybook/addon-actions": "^8.0.6", "@storybook/addon-essentials": "^8.0.6", @@ -153,9 +153,9 @@ ], "dependencies": { "@popperjs/core": "^2.9.2", - "@royalnavy/design-tokens": "^4.5.0", - "@royalnavy/fonts": "^4.5.0", - "@royalnavy/icon-library": "^4.5.0", + "@royalnavy/design-tokens": "^4.5.1", + "@royalnavy/fonts": "^4.5.1", + "@royalnavy/icon-library": "^4.5.1", "@storybook/test": "^8.0.6", "@tanstack/react-table": "^8.14.0", "classnames": "^2.2.6",