diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe8aa99..0280a95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.2](https://github.com/stacklok/codegate-ui/compare/v0.7.1...v0.7.2) (2025-01-22) + + +### Bug Fixes + +* fix client side navigation ([#173](https://github.com/stacklok/codegate-ui/issues/173)) ([30b1112](https://github.com/stacklok/codegate-ui/commit/30b11127c2ea4303a3973fcc1f4f89a7957e6710)) +* make custom icons inherit text color ([#170](https://github.com/stacklok/codegate-ui/issues/170)) ([e8c3880](https://github.com/stacklok/codegate-ui/commit/e8c3880e4663c198e77383d21406741c14c002fc)), closes [#156](https://github.com/stacklok/codegate-ui/issues/156) + ## [0.7.1](https://github.com/stacklok/codegate-ui/compare/v0.7.0...v0.7.1) (2025-01-22) diff --git a/package-lock.json b/package-lock.json index 250a102b..a691856d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.7.1", + "version": "0.7.2", "dependencies": { "@hey-api/client-fetch": "^0.6.0", "@monaco-editor/react": "^4.6.0", diff --git a/package.json b/package.json index be837f3d..57e33139 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.7.1", + "version": "0.7.2", "type": "module", "scripts": { "dev": "vite",