Skip to content

Commit

Permalink
chore(main): release 0.24.0-alpha (#423)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.24.0-alpha](v0.23.0-alpha...v0.24.0-alpha)
(2023-06-11)


### Features

* add test connector connection button
([#422](#422))
([409086f](409086f))
* **style:** update console with new sidebar and topbar design
([#425](#425))
([64cd846](64cd846))


### Bug Fixes

* fix create-source page memory leak and other form issues
([#424](#424))
([72cc736](72cc736))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Jun 11, 2023
1 parent 64cd846 commit 404c7d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.0-alpha"
".": "0.24.0-alpha"
}

0 comments on commit 404c7d3

Please sign in to comment.