diff --git a/CHANGELOG.md b/CHANGELOG.md index baf6152ae8..495cf650a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/Royal-Navy/design-system/compare/3.15.0...4.0.0) (2024-02-16) + +### Bug Fixes + +- **Logger:** Rename MODDS references to RNDS ([345c394](https://github.com/Royal-Navy/design-system/commit/345c394e72840f344d336f5669475467753b9fb0)) +- **ReactComponentLibrary:** Mark some props as transient or drop ([c78fd08](https://github.com/Royal-Navy/design-system/commit/c78fd082d61cac0585e38937dbed6378009c7419)) +- **Timeline:** Correctly mark prop as transient ([ab500aa](https://github.com/Royal-Navy/design-system/commit/ab500aae1b72c99e737c44d669401cbdce8e2178)) + +### Features + +- **ReactComponentLibrary:** Upgrade React and ReactDOM to 18 ([732b652](https://github.com/Royal-Navy/design-system/commit/732b6522e9dde806a00eb86a735570746937ca57)) +- **StyledComponents:** Upgrade to 6.1.8 ([9e34a97](https://github.com/Royal-Navy/design-system/commit/9e34a974e25c85cd5c9a096f2151d794052401eb)) +- **Toast:** Remove reliance on defunct library ([e1d5a00](https://github.com/Royal-Navy/design-system/commit/e1d5a000ac504fc98fca5fa21189740337ab788b)) + +### BREAKING CHANGES + +- **ReactComponentLibrary:** Downstream consumers will need to upgrade React and ReactDOM from this point forward. + # [3.15.0](https://github.com/Royal-Navy/design-system/compare/3.14.2...3.15.0) (2024-02-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ba32bc5c6b..5a30cf2f87 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.15.0", + "version": "4.0.0", "npmClient": "yarn" } diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 94aaea67aa..92e4992777 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/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.0.0](https://github.com/Royal-Navy/design-system/compare/3.15.0...4.0.0) (2024-02-16) + +### Features + +- **StyledComponents:** Upgrade to 6.1.8 ([9e34a97](https://github.com/Royal-Navy/design-system/commit/9e34a974e25c85cd5c9a096f2151d794052401eb)) + # [3.15.0](https://github.com/Royal-Navy/design-system/compare/3.14.2...3.15.0) (2024-02-06) **Note:** Version bump only for package @royalnavy/design-tokens diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 2c11680784..4887410360 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/design-tokens", - "version": "3.15.0", + "version": "4.0.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": "^3.15.0", + "@royalnavy/eslint-config-react": "^4.0.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 ef13dbc5f6..7a70406cc9 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.0.0](https://github.com/Royal-Navy/design-system/compare/3.15.0...4.0.0) (2024-02-16) + +**Note:** Version bump only for package @royalnavy/eslint-config-react + # [3.15.0](https://github.com/Royal-Navy/design-system/compare/3.14.2...3.15.0) (2024-02-06) **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 f3b7af129b..3135cb2486 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": "3.15.0", + "version": "4.0.0", "files": [ "index.js", "prettier.config.js" diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 2663ba4d98..c57f9bab5f 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.0.0](https://github.com/Royal-Navy/design-system/compare/3.15.0...4.0.0) (2024-02-16) + +**Note:** Version bump only for package @royalnavy/fonts + # [3.15.0](https://github.com/Royal-Navy/design-system/compare/3.14.2...3.15.0) (2024-02-06) **Note:** Version bump only for package @royalnavy/fonts diff --git a/packages/fonts/package.json b/packages/fonts/package.json index dabb667fd5..833cbf5c6d 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/fonts", - "version": "3.15.0", + "version": "4.0.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 59c5006286..559a3dbb8d 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.0.0](https://github.com/Royal-Navy/design-system/compare/3.15.0...4.0.0) (2024-02-16) + +**Note:** Version bump only for package @royalnavy/icon-library + # [3.15.0](https://github.com/Royal-Navy/design-system/compare/3.14.2...3.15.0) (2024-02-06) **Note:** Version bump only for package @royalnavy/icon-library diff --git a/packages/icon-library/package.json b/packages/icon-library/package.json index dc3beb4c6f..6e4a723f0c 100644 --- a/packages/icon-library/package.json +++ b/packages/icon-library/package.json @@ -1,6 +1,6 @@ { "name": "@royalnavy/icon-library", - "version": "3.15.0", + "version": "4.0.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": "^3.15.0", + "@royalnavy/eslint-config-react": "^4.0.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 0acc266c94..1e94bfd570 100644 --- a/packages/react-component-library/CHANGELOG.md +++ b/packages/react-component-library/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/Royal-Navy/design-system/compare/3.15.0...4.0.0) (2024-02-16) + +### Bug Fixes + +- **Logger:** Rename MODDS references to RNDS ([345c394](https://github.com/Royal-Navy/design-system/commit/345c394e72840f344d336f5669475467753b9fb0)) +- **ReactComponentLibrary:** Mark some props as transient or drop ([c78fd08](https://github.com/Royal-Navy/design-system/commit/c78fd082d61cac0585e38937dbed6378009c7419)) +- **Timeline:** Correctly mark prop as transient ([ab500aa](https://github.com/Royal-Navy/design-system/commit/ab500aae1b72c99e737c44d669401cbdce8e2178)) + +### Features + +- **ReactComponentLibrary:** Upgrade React and ReactDOM to 18 ([732b652](https://github.com/Royal-Navy/design-system/commit/732b6522e9dde806a00eb86a735570746937ca57)) +- **StyledComponents:** Upgrade to 6.1.8 ([9e34a97](https://github.com/Royal-Navy/design-system/commit/9e34a974e25c85cd5c9a096f2151d794052401eb)) +- **Toast:** Remove reliance on defunct library ([e1d5a00](https://github.com/Royal-Navy/design-system/commit/e1d5a000ac504fc98fca5fa21189740337ab788b)) + +### BREAKING CHANGES + +- **ReactComponentLibrary:** Downstream consumers will need to upgrade React and ReactDOM from this point forward. + # [3.15.0](https://github.com/Royal-Navy/design-system/compare/3.14.2...3.15.0) (2024-02-06) ### Bug Fixes diff --git a/packages/react-component-library/package.json b/packages/react-component-library/package.json index b0e83e86de..3ea1fe3939 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": "3.15.0", + "version": "4.0.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": "^3.15.0", + "@royalnavy/eslint-config-react": "^4.0.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": "^3.15.0", - "@royalnavy/fonts": "^3.15.0", - "@royalnavy/icon-library": "^3.15.0", + "@royalnavy/design-tokens": "^4.0.0", + "@royalnavy/fonts": "^4.0.0", + "@royalnavy/icon-library": "^4.0.0", "classnames": "^2.2.6", "date-fns": "^2.9.0", "decimal.js": "^10.3.1",