diff --git a/CHANGELOG.md b/CHANGELOG.md index 2000d643d4..6e92c19e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.7.0-alpha](https://github.com/instill-ai/console/compare/v0.6.3-alpha...v0.7.0-alpha) (2022-08-01) + + +### Features + +* set default value for Airbyte form ([#202](https://github.com/instill-ai/console/issues/202)) ([82d352a](https://github.com/instill-ai/console/commit/82d352aba3b7b5bc43f27efdd520774813064a9c)) + + +### Bug Fixes + +* fix hostname issue ([#201](https://github.com/instill-ai/console/issues/201)) ([4a8f196](https://github.com/instill-ai/console/commit/4a8f1960cf61d7aa84c21b2f5ac381ceb219c586)) +* fix model table's instance icon ([#196](https://github.com/instill-ai/console/issues/196)) ([e521d97](https://github.com/instill-ai/console/commit/e521d97955bb533b523d6d3a4bd3b10e43b205dc)) +* fix toggle field issue ([#203](https://github.com/instill-ai/console/issues/203)) ([5959c87](https://github.com/instill-ai/console/commit/5959c8705891e113e37a4b12943e80629ad857d3)) +* fix wrong connector state ([#199](https://github.com/instill-ai/console/issues/199)) ([9df6d64](https://github.com/instill-ai/console/commit/9df6d646a1ea6421c0156eebbb3f2d43e3f9c591)) +* remove default scroll behavior of number input field ([#200](https://github.com/instill-ai/console/issues/200)) ([376e1bd](https://github.com/instill-ai/console/commit/376e1bdd3637a671478d0121d7ef5354bf243f79)) + ## [0.6.3-alpha](https://github.com/instill-ai/console/compare/v0.6.2-alpha...v0.6.3-alpha) (2022-07-29) diff --git a/package.json b/package.json index e9bca24f9e..a0bba8c2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.6.3-alpha", + "version": "0.7.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 ea7e373bb1..e4f16f1070 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3-alpha" + ".": "0.7.0-alpha" } \ No newline at end of file