From 0eb96e0b7d79a9434c5755a87fb29f5c904693eb Mon Sep 17 00:00:00 2001 From: rndsbot <152278529+rndsbot@users.noreply.github.com> Date: Thu, 4 Apr 2024 04:03:46 +0000 Subject: [PATCH] chore(Release): 4.2.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- packages/design-tokens/CHANGELOG.md | 4 ++++ packages/design-tokens/package.json | 4 ++-- packages/eslint-config-react/CHANGELOG.md | 4 ++++ packages/eslint-config-react/package.json | 2 +- packages/fonts/CHANGELOG.md | 4 ++++ packages/fonts/package.json | 2 +- packages/icon-library/CHANGELOG.md | 4 ++++ packages/icon-library/package.json | 4 ++-- packages/react-component-library/CHANGELOG.md | 10 ++++++++++ packages/react-component-library/package.json | 10 +++++----- 12 files changed, 48 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd16d92a69..f04dd00308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/Royal-Navy/design-system/compare/4.1.0...4.2.0) (2024-04-04) + +### Bug Fixes + +- **List:** Allow arbitrary contents in List Item ([#3741](https://github.com/Royal-Navy/design-system/issues/3741)) ([c6d3cc8](https://github.com/Royal-Navy/design-system/commit/c6d3cc854c5345b6e419bb03a3e9c39350de3da3)) + +### Features + +- **Alert:** Allow arbitrary content in Alert ([f987645](https://github.com/Royal-Navy/design-system/commit/f98764521f4d98284a76dca94f24d328c93bdcce)) + # [4.1.0](https://github.com/Royal-Navy/design-system/compare/4.0.2...4.1.0) (2024-03-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b60acb1e9e..8419cd22cb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.1.0", + "version": "4.2.0", "npmClient": "yarn" } diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 1c8916ddd5..521cce9dc9 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.2.0](https://github.com/Royal-Navy/design-system/compare/4.1.0...4.2.0) (2024-04-04) + +**Note:** Version bump only for package @royalnavy/design-tokens + # [4.1.0](https://github.com/Royal-Navy/design-system/compare/4.0.2...4.1.0) (2024-03-25) **Note:** Version bump only for package @royalnavy/design-tokens diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 36e564f59e..03bfd51e78 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/design-tokens", - "version": "4.1.0", + "version": "4.2.0", "main": "dist/cjs/index.js", "author": "Royal Navy", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.10.4", - "@royalnavy/eslint-config-react": "^4.1.0", + "@royalnavy/eslint-config-react": "^4.2.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 e438deaf8e..313ec15b34 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.2.0](https://github.com/Royal-Navy/design-system/compare/4.1.0...4.2.0) (2024-04-04) + +**Note:** Version bump only for package @royalnavy/eslint-config-react + # [4.1.0](https://github.com/Royal-Navy/design-system/compare/4.0.2...4.1.0) (2024-03-25) **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 f329a0216e..5f2550d4f9 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.1.0", + "version": "4.2.0", "files": [ "index.js", "prettier.config.js" diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 816844f545..4f69b27e3a 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.2.0](https://github.com/Royal-Navy/design-system/compare/4.1.0...4.2.0) (2024-04-04) + +**Note:** Version bump only for package @royalnavy/fonts + # [4.1.0](https://github.com/Royal-Navy/design-system/compare/4.0.2...4.1.0) (2024-03-25) **Note:** Version bump only for package @royalnavy/fonts diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 6fac1395e9..ccd21c0b4f 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/fonts", - "version": "4.1.0", + "version": "4.2.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 9f7f0fe4f4..9806de9ffd 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.2.0](https://github.com/Royal-Navy/design-system/compare/4.1.0...4.2.0) (2024-04-04) + +**Note:** Version bump only for package @royalnavy/icon-library + # [4.1.0](https://github.com/Royal-Navy/design-system/compare/4.0.2...4.1.0) (2024-03-25) **Note:** Version bump only for package @royalnavy/icon-library diff --git a/packages/icon-library/package.json b/packages/icon-library/package.json index 3b8aa92cdd..8fe6d4f8e4 100644 --- a/packages/icon-library/package.json +++ b/packages/icon-library/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/icon-library", - "version": "4.1.0", + "version": "4.2.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.1.0", + "@royalnavy/eslint-config-react": "^4.2.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 60dee066c3..e0c58d9a24 100644 --- a/packages/react-component-library/CHANGELOG.md +++ b/packages/react-component-library/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/Royal-Navy/design-system/compare/4.1.0...4.2.0) (2024-04-04) + +### Bug Fixes + +- **List:** Allow arbitrary contents in List Item ([#3741](https://github.com/Royal-Navy/design-system/issues/3741)) ([c6d3cc8](https://github.com/Royal-Navy/design-system/commit/c6d3cc854c5345b6e419bb03a3e9c39350de3da3)) + +### Features + +- **Alert:** Allow arbitrary content in Alert ([f987645](https://github.com/Royal-Navy/design-system/commit/f98764521f4d98284a76dca94f24d328c93bdcce)) + # [4.1.0](https://github.com/Royal-Navy/design-system/compare/4.0.2...4.1.0) (2024-03-25) ### Bug Fixes diff --git a/packages/react-component-library/package.json b/packages/react-component-library/package.json index cf48269b31..bb08fc5ec4 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.1.0", + "version": "4.2.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.1.0", + "@royalnavy/eslint-config-react": "^4.2.0", "@storybook/addon-a11y": "^7.6.14", "@storybook/addon-actions": "^7.6.14", "@storybook/addon-essentials": "^7.6.14", @@ -154,9 +154,9 @@ ], "dependencies": { "@popperjs/core": "^2.9.2", - "@royalnavy/design-tokens": "^4.1.0", - "@royalnavy/fonts": "^4.1.0", - "@royalnavy/icon-library": "^4.1.0", + "@royalnavy/design-tokens": "^4.2.0", + "@royalnavy/fonts": "^4.2.0", + "@royalnavy/icon-library": "^4.2.0", "classnames": "^2.2.6", "date-fns": "^2.9.0", "decimal.js": "^10.3.1",