diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a9af4d49..c6b520b01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.756.2](https://github.com/kiva/ui/compare/v2.756.1...v2.756.2) (2024-09-12) + + +### ๐Ÿ› Bugfixes + +* next package version while investigating memory leak ([711551f](https://github.com/kiva/ui/commit/711551fdcd566e5883f6399892e325a9bbca8eb0)) + + +### ๐Ÿงน Chores + +* **release:** 2.756.2-rc.1 [skip ci] ([3422943](https://github.com/kiva/ui/commit/3422943cdc64e50f5cfa387ac9f30ee1e4cb99bd)) + ## [2.756.2-rc.1](https://github.com/kiva/ui/compare/v2.756.1...v2.756.2-rc.1) (2024-09-12) diff --git a/package-lock.json b/package-lock.json index bc9185d383..ac0ba30bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kvue", - "version": "2.756.2-rc.1", + "version": "2.756.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kvue", - "version": "2.756.2-rc.1", + "version": "2.756.2", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.3.21", diff --git a/package.json b/package.json index 26415a160d..2f5bc626af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvue", - "version": "2.756.2-rc.1", + "version": "2.756.2", "description": "The Kiva ui", "author": "braincrave", "private": true,