From e9b3939f2fd8bd26bb7ce826ab52b7355f45b460 Mon Sep 17 00:00:00 2001 From: Stacklok Bot <140063061+stacklokbot@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:21:29 +0100 Subject: [PATCH] chore(main): release 0.20.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a337f5a..681b13cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.20.0](https://github.com/stacklok/codegate-ui/compare/v0.19.1...v0.20.0) (2025-03-17) + + +### Features + +* shareable workspaces MVP (frontend) ([#379](https://github.com/stacklok/codegate-ui/issues/379)) ([6baf15c](https://github.com/stacklok/codegate-ui/commit/6baf15c5b51ff58882975148183e90abdade1f2b)) + + +### Bug Fixes + +* use package.json overrides to bump `@babel/runtime` & `prismjs` to fix npm audit warnings ([#396](https://github.com/stacklok/codegate-ui/issues/396)) ([79041a1](https://github.com/stacklok/codegate-ui/commit/79041a1aa7635a1539aec3618cb56d2133a48cf3)) + ## [0.19.1](https://github.com/stacklok/codegate-ui/compare/v0.19.0...v0.19.1) (2025-03-12) diff --git a/package-lock.json b/package-lock.json index 37d5dbcc..db7fab90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.19.1", + "version": "0.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.19.1", + "version": "0.20.0", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", diff --git a/package.json b/package.json index 69962b65..2d256dba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.19.1", + "version": "0.20.0", "type": "module", "scripts": { "dev": "vite",