diff --git a/packages/insights-common-typescript-dev/CHANGELOG.md b/packages/insights-common-typescript-dev/CHANGELOG.md index f04d48e..23a6c13 100644 --- a/packages/insights-common-typescript-dev/CHANGELOG.md +++ b/packages/insights-common-typescript-dev/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.27](https://github.com/RedHatInsights/insights-common-typescript/compare/insights-common-typescript-dev@0.1.26...insights-common-typescript-dev@0.1.27) (2024-01-24) + +**Note:** Version bump only for package insights-common-typescript-dev + + + + + ## [0.1.26](https://github.com/RedHatInsights/insights-common-typescript/compare/insights-common-typescript-dev@0.1.25...insights-common-typescript-dev@0.1.26) (2023-10-06) **Note:** Version bump only for package insights-common-typescript-dev diff --git a/packages/insights-common-typescript-dev/package.json b/packages/insights-common-typescript-dev/package.json index 6f9bf9f..3293cc5 100644 --- a/packages/insights-common-typescript-dev/package.json +++ b/packages/insights-common-typescript-dev/package.json @@ -1,6 +1,6 @@ { "name": "insights-common-typescript-dev", - "version": "0.1.26", + "version": "0.1.27", "private": false, "license": "Apache-2.0", "main": "index.js", diff --git a/packages/insights-common-typescript/CHANGELOG.md b/packages/insights-common-typescript/CHANGELOG.md index 778ab54..f6a360a 100644 --- a/packages/insights-common-typescript/CHANGELOG.md +++ b/packages/insights-common-typescript/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/RedHatInsights/insights-common-typescript/compare/@redhat-cloud-services/insights-common-typescript@5.0.1...@redhat-cloud-services/insights-common-typescript@6.0.0) (2024-01-24) + + +### Features + +* **dependencies:** update react to v 18 ([2abdb61](https://github.com/RedHatInsights/insights-common-typescript/commit/2abdb619c4fc78c57dcc40e376951d3a5eac37ed)) + + +### BREAKING CHANGES + +* **dependencies:** React 18 brings a few improvements and requires updating other libraries + + + + + ## [5.0.1](https://github.com/RedHatInsights/insights-common-typescript/compare/@redhat-cloud-services/insights-common-typescript@5.0.0...@redhat-cloud-services/insights-common-typescript@5.0.1) (2023-10-06) diff --git a/packages/insights-common-typescript/package.json b/packages/insights-common-typescript/package.json index 1a9239f..3d73aae 100644 --- a/packages/insights-common-typescript/package.json +++ b/packages/insights-common-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/insights-common-typescript", - "version": "5.0.1", + "version": "6.0.0", "private": false, "license": "Apache-2.0", "main": "index.js",