From a0cce8a79224761e9bd48a714b40f9eb81679e7e Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 3 Oct 2022 09:16:01 +0100 Subject: [PATCH] chore(main): release 0.13.0-alpha --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e024fa8b79..9e7f6dc3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.13.0-alpha](https://github.com/instill-ai/console/compare/v0.12.0-alpha...v0.13.0-alpha) (2022-10-03) + + +### Features + +* extend the time span of our user cookie ([#289](https://github.com/instill-ai/console/issues/289)) ([76a6f99](https://github.com/instill-ai/console/commit/76a6f99b89e6a10517149167432c0b70a7906e1f)) +* Finish integration test and make it stable ([#281](https://github.com/instill-ai/console/issues/281)) ([3fd8d21](https://github.com/instill-ai/console/commit/3fd8d217eab93909c7be74c02f2d75d42c7c385f)) +* unify the gap between elements in every table ([#291](https://github.com/instill-ai/console/issues/291)) ([e743820](https://github.com/instill-ai/console/commit/e743820d23a8a9aaddd9594769cd02c50f8ceae9)) +* update console request URL according to new protobuf ([#287](https://github.com/instill-ai/console/issues/287)) ([fa7ecc3](https://github.com/instill-ai/console/commit/fa7ecc33a2a6aa9dfe74d427d5c184c9fc51ae69)) + + +### Bug Fixes + +* fix pipeline e2e not stable ([#285](https://github.com/instill-ai/console/issues/285)) ([a26e599](https://github.com/instill-ai/console/commit/a26e5994f192446c0ca5405a4f2425d7e13f3176)) +* fix set-cookie api route issue due to wrong domain name ([#284](https://github.com/instill-ai/console/issues/284)) ([c3efcdd](https://github.com/instill-ai/console/commit/c3efcdd7e546da3ed88571668a1195102dc3415b)) + ## [0.12.0-alpha](https://github.com/instill-ai/console/compare/v0.11.0-alpha...v0.12.0-alpha) (2022-09-18) diff --git a/package.json b/package.json index 24205a31a7..a1c9e5bea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.12.0-alpha", + "version": "0.13.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 f2bd87d58b..490f720142 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0-alpha" + ".": "0.13.0-alpha" } \ No newline at end of file