From b1fd74501f8f81d4d9ea3d1cd6598bca2047b456 Mon Sep 17 00:00:00 2001 From: rndsbot <152278529+rndsbot@users.noreply.github.com> Date: Tue, 20 Aug 2024 04:02:05 +0000 Subject: [PATCH] chore(Release): 4.17.1 [skip ci] --- CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ packages/react-component-library/package.json | 10 +++++----- pnpm-lock.yaml | 12 ++++++------ 13 files changed, 46 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c856d611..be7915538b 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.17.1](https://github.com/Royal-Navy/design-system/compare/4.17.0...4.17.1) (2024-08-20) + +### Bug Fixes + +- **Group:** Use flexbox styles for growing group child elements ([#3863](https://github.com/Royal-Navy/design-system/issues/3863)) ([889b914](https://github.com/Royal-Navy/design-system/commit/889b9140fef2f610fb34a5d2d2fed9d592c63f2c)) + # [4.17.0](https://github.com/Royal-Navy/design-system/compare/4.16.0...4.17.0) (2024-08-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6a7782f3ab..24a8ae8335 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.17.0", + "version": "4.17.1", "npmClient": "pnpm" } diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 7492a8c8b7..429606a60a 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.17.1](https://github.com/Royal-Navy/design-system/compare/4.17.0...4.17.1) (2024-08-20) + +**Note:** Version bump only for package @royalnavy/design-tokens + # [4.17.0](https://github.com/Royal-Navy/design-system/compare/4.16.0...4.17.0) (2024-08-09) **Note:** Version bump only for package @royalnavy/design-tokens diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 7012484d01..c816d4598c 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/design-tokens", - "version": "4.17.0", + "version": "4.17.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.17.0", + "@royalnavy/eslint-config-react": "^4.17.1", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^15.0.5", "@types/jest": "^29.0.3", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index af857d4998..a82f60324e 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.17.1](https://github.com/Royal-Navy/design-system/compare/4.17.0...4.17.1) (2024-08-20) + +**Note:** Version bump only for package @royalnavy/eslint-config-react + # [4.17.0](https://github.com/Royal-Navy/design-system/compare/4.16.0...4.17.0) (2024-08-09) **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 86f000042e..d270b5fdce 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.17.0", + "version": "4.17.1", "files": [ "index.js", "prettier.config.js" diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 2801273405..741a723007 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.17.1](https://github.com/Royal-Navy/design-system/compare/4.17.0...4.17.1) (2024-08-20) + +**Note:** Version bump only for package @royalnavy/fonts + # [4.17.0](https://github.com/Royal-Navy/design-system/compare/4.16.0...4.17.0) (2024-08-09) **Note:** Version bump only for package @royalnavy/fonts diff --git a/packages/fonts/package.json b/packages/fonts/package.json index f633bad64a..fcb49e0e8d 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/fonts", - "version": "4.17.0", + "version": "4.17.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 f6908c5b19..81bc8dad71 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.17.1](https://github.com/Royal-Navy/design-system/compare/4.17.0...4.17.1) (2024-08-20) + +**Note:** Version bump only for package @royalnavy/icon-library + # [4.17.0](https://github.com/Royal-Navy/design-system/compare/4.16.0...4.17.0) (2024-08-09) **Note:** Version bump only for package @royalnavy/icon-library diff --git a/packages/icon-library/package.json b/packages/icon-library/package.json index 99bff45f22..571f9b6255 100644 --- a/packages/icon-library/package.json +++ b/packages/icon-library/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/icon-library", - "version": "4.17.0", + "version": "4.17.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.17.0", + "@royalnavy/eslint-config-react": "^4.17.1", "@svgr/cli": "^8.1.0", "@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 2ecd68820e..ad5ac40e77 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.17.1](https://github.com/Royal-Navy/design-system/compare/4.17.0...4.17.1) (2024-08-20) + +### Bug Fixes + +- **Group:** Use flexbox styles for growing group child elements ([#3863](https://github.com/Royal-Navy/design-system/issues/3863)) ([889b914](https://github.com/Royal-Navy/design-system/commit/889b9140fef2f610fb34a5d2d2fed9d592c63f2c)) + # [4.17.0](https://github.com/Royal-Navy/design-system/compare/4.16.0...4.17.0) (2024-08-09) ### Bug Fixes diff --git a/packages/react-component-library/package.json b/packages/react-component-library/package.json index c5e54dd82d..9ce62f9282 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.17.0", + "version": "4.17.1", "publishConfig": { "access": "public" }, @@ -76,7 +76,7 @@ "@faker-js/faker": "^8.4.1", "@happy-dom/jest-environment": "^14.10.1", "@playwright/test": "^1.32.3", - "@royalnavy/eslint-config-react": "^4.17.0", + "@royalnavy/eslint-config-react": "^4.17.1", "@storybook/addon-a11y": "^8.0.6", "@storybook/addon-actions": "^8.0.6", "@storybook/addon-essentials": "^8.0.6", @@ -159,9 +159,9 @@ ], "dependencies": { "@popperjs/core": "^2.9.2", - "@royalnavy/design-tokens": "^4.17.0", - "@royalnavy/fonts": "^4.17.0", - "@royalnavy/icon-library": "^4.17.0", + "@royalnavy/design-tokens": "^4.17.1", + "@royalnavy/fonts": "^4.17.1", + "@royalnavy/icon-library": "^4.17.1", "@tanstack/react-table": "^8.5.28", "@tanstack/table-core": "8.14.0", "classnames": "^2.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0cfdf56a56..22f0a0d4cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,7 +60,7 @@ importers: specifier: ^7.10.4 version: 7.24.1(@babel/core@7.24.4) '@royalnavy/eslint-config-react': - specifier: ^4.17.0 + specifier: ^4.17.1 version: link:../eslint-config-react '@testing-library/jest-dom': specifier: ^6.4.2 @@ -195,7 +195,7 @@ importers: specifier: ^7.8.3 version: 7.24.1(@babel/core@7.24.4) '@royalnavy/eslint-config-react': - specifier: ^4.17.0 + specifier: ^4.17.1 version: link:../eslint-config-react '@svgr/cli': specifier: ^8.1.0 @@ -243,13 +243,13 @@ importers: specifier: ^2.9.2 version: 2.11.8 '@royalnavy/design-tokens': - specifier: ^4.17.0 + specifier: ^4.17.1 version: link:../design-tokens '@royalnavy/fonts': - specifier: ^4.17.0 + specifier: ^4.17.1 version: link:../fonts '@royalnavy/icon-library': - specifier: ^4.17.0 + specifier: ^4.17.1 version: link:../icon-library '@tanstack/react-table': specifier: ^8.5.28 @@ -358,7 +358,7 @@ importers: specifier: ^1.32.3 version: 1.43.0 '@royalnavy/eslint-config-react': - specifier: ^4.17.0 + specifier: ^4.17.1 version: link:../eslint-config-react '@storybook/addon-a11y': specifier: ^8.0.6