From 404c7d3059cfbb1461f79230738c8e0ac81b7142 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sun, 11 Jun 2023 16:55:25 +0100 Subject: [PATCH] chore(main): release 0.24.0-alpha (#423) :robot: I have created a release *beep* *boop* --- ## [0.24.0-alpha](https://github.com/instill-ai/console/compare/v0.23.0-alpha...v0.24.0-alpha) (2023-06-11) ### Features * add test connector connection button ([#422](https://github.com/instill-ai/console/issues/422)) ([409086f](https://github.com/instill-ai/console/commit/409086f2ba94baabd16d5938eee4823ff3b08113)) * **style:** update console with new sidebar and topbar design ([#425](https://github.com/instill-ai/console/issues/425)) ([64cd846](https://github.com/instill-ai/console/commit/64cd8462b517c0d907b4b19e75d06f917df254d6)) ### Bug Fixes * fix create-source page memory leak and other form issues ([#424](https://github.com/instill-ai/console/issues/424)) ([72cc736](https://github.com/instill-ai/console/commit/72cc736698e6cbe156a0a8301476757984da1433)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4638457b7a..9b8aa5ab33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.24.0-alpha](https://github.com/instill-ai/console/compare/v0.23.0-alpha...v0.24.0-alpha) (2023-06-11) + + +### Features + +* add test connector connection button ([#422](https://github.com/instill-ai/console/issues/422)) ([409086f](https://github.com/instill-ai/console/commit/409086f2ba94baabd16d5938eee4823ff3b08113)) +* **style:** update console with new sidebar and topbar design ([#425](https://github.com/instill-ai/console/issues/425)) ([64cd846](https://github.com/instill-ai/console/commit/64cd8462b517c0d907b4b19e75d06f917df254d6)) + + +### Bug Fixes + +* fix create-source page memory leak and other form issues ([#424](https://github.com/instill-ai/console/issues/424)) ([72cc736](https://github.com/instill-ai/console/commit/72cc736698e6cbe156a0a8301476757984da1433)) + ## [0.23.0-alpha](https://github.com/instill-ai/console/compare/v0.22.1-alpha...v0.23.0-alpha) (2023-05-30) diff --git a/package.json b/package.json index 869b1ad563..47b5d78fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.23.0-alpha", + "version": "0.24.0-alpha", "main": "index.js", "repository": "https://github.com/instill-ai/console.git", "author": "Instill AI", diff --git a/release-please/manifest.json b/release-please/manifest.json index e2cf08f7d1..30d32b67ef 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0-alpha" + ".": "0.24.0-alpha" } \ No newline at end of file