From 3d733042a4b3fea13c7283f97df1d44d5f4a1938 Mon Sep 17 00:00:00 2001 From: Stacklok Bot <140063061+stacklokbot@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:31:27 +0000 Subject: [PATCH] chore(main): release 0.15.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef07787..d83cbf68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.15.0](https://github.com/stacklok/codegate-ui/compare/v0.14.1...v0.15.0) (2025-02-13) + + +### Features + +* enable word wrap for prompt editor ([#312](https://github.com/stacklok/codegate-ui/issues/312)) ([7f2c040](https://github.com/stacklok/codegate-ui/commit/7f2c040ad7d9cceda42ac70e40d716272f82704f)) +* extend new revert logic to "custom instructions" ([#304](https://github.com/stacklok/codegate-ui/issues/304)) ([40f86a5](https://github.com/stacklok/codegate-ui/commit/40f86a5f591fe67863d3a3082a625cfd1b3080b8)) +* implement "Revert" button for workspace name ([#276](https://github.com/stacklok/codegate-ui/issues/276)) ([7e66ff0](https://github.com/stacklok/codegate-ui/commit/7e66ff0ecff35b2dddde048d6ed864e2b621cb8f)) +* make preferred model form consistent with the other forms ([#309](https://github.com/stacklok/codegate-ui/issues/309)) ([6b57fd3](https://github.com/stacklok/codegate-ui/commit/6b57fd3f589ed036c2f51bd6c9066fc767476aad)) +* new messages endpoint ([#287](https://github.com/stacklok/codegate-ui/issues/287)) ([ccbce0c](https://github.com/stacklok/codegate-ui/commit/ccbce0c627d73efb8a2bbf82eeaf8fec4e295594)) +* switch help and setting menu ([#310](https://github.com/stacklok/codegate-ui/issues/310)) ([32d46a0](https://github.com/stacklok/codegate-ui/commit/32d46a0f87291e2b09a22dfec737b0bd6befbb4b)), closes [#303](https://github.com/stacklok/codegate-ui/issues/303) + + +### Bug Fixes + +* error displayed when activating workspace ([#305](https://github.com/stacklok/codegate-ui/issues/305)) ([be99509](https://github.com/stacklok/codegate-ui/commit/be9950999cd76bc1b9a358b6c9e61e4129b73aa1)) +* error UI styling bug ([#307](https://github.com/stacklok/codegate-ui/issues/307)) ([00bf204](https://github.com/stacklok/codegate-ui/commit/00bf20466d42e92869503045701f7cce5fc2ab21)) +* only show "cannot edit default" on default workspace [#308](https://github.com/stacklok/codegate-ui/issues/308) ([5200192](https://github.com/stacklok/codegate-ui/commit/520019221d7709b5e9ff5000474f40f1092ae69e)) +* remove pagination state when filtering messages ([#306](https://github.com/stacklok/codegate-ui/issues/306)) ([3d586fb](https://github.com/stacklok/codegate-ui/commit/3d586fbfabf445d9f4c35dd9919295a5a49b5953)) + ## [0.14.1](https://github.com/stacklok/codegate-ui/compare/v0.14.0...v0.14.1) (2025-02-07) diff --git a/package-lock.json b/package-lock.json index ba014842..631df8f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.14.1", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.14.1", + "version": "0.15.0", "dependencies": { "@hey-api/client-fetch": "^0.7.1", "@jsonforms/core": "^3.5.1", diff --git a/package.json b/package.json index 2520a963..1bf48fb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.14.1", + "version": "0.15.0", "type": "module", "scripts": { "dev": "vite",