From 8c9ee65f6fe50709272e6a8b35c550e9f8e77d45 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:31:07 +0800 Subject: [PATCH] chore(main): release 0.16.0-alpha (#332) :robot: I have created a release *beep* *boop* --- ## [0.16.0-alpha](https://github.com/instill-ai/console/compare/v0.15.0-alpha...v0.16.0-alpha) (2023-02-10) ### console-update - We are at Nextjs 13 right now, a brand new world. - Adapt newly released mgmt-backend ### Features * adapt new mgmt backend and protobuf ([#337](https://github.com/instill-ai/console/issues/337)) ([8f6f698](https://github.com/instill-ai/console/commit/8f6f69811dcc8a0df2527c80d8861448c1144fcc)) * add pr-semantic workflow ([#331](https://github.com/instill-ai/console/issues/331)) ([e6084c0](https://github.com/instill-ai/console/commit/e6084c00b03730ff2baadd0eea05363940a42361)) * extend the delay when test model details page ([#336](https://github.com/instill-ai/console/issues/336)) ([6b68a71](https://github.com/instill-ai/console/commit/6b68a719b9da3ad99104fe005dd43f215569a206)) * run build when test in the workflow ([#339](https://github.com/instill-ai/console/issues/339)) ([2b87fa1](https://github.com/instill-ai/console/commit/2b87fa10da45267a6b09605cc7bc08ff848f8159)) * upgrade nextjs13 ([#334](https://github.com/instill-ai/console/issues/334)) ([a488408](https://github.com/instill-ai/console/commit/a4884088b0ca9e9a67b7f3f980c8eb20db31bf61)) ### Bug Fixes * fix ts config typo ([#335](https://github.com/instill-ai/console/issues/335)) ([17990ae](https://github.com/instill-ai/console/commit/17990ae2954d32d7494ccb88722ab0f57172c8ef)) * fix update user bug ([#338](https://github.com/instill-ai/console/issues/338)) ([024cd1c](https://github.com/instill-ai/console/commit/024cd1cf7396cb813bf44b683d8d5bf23cb56b59)) --- 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 | 17 +++++++++++++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029b710722..42080df1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.16.0-alpha](https://github.com/instill-ai/console/compare/v0.15.0-alpha...v0.16.0-alpha) (2023-02-10) + + +### Features + +* adapt new mgmt backend and protobuf ([#337](https://github.com/instill-ai/console/issues/337)) ([8f6f698](https://github.com/instill-ai/console/commit/8f6f69811dcc8a0df2527c80d8861448c1144fcc)) +* add pr-semantic workflow ([#331](https://github.com/instill-ai/console/issues/331)) ([e6084c0](https://github.com/instill-ai/console/commit/e6084c00b03730ff2baadd0eea05363940a42361)) +* extend the delay when test model details page ([#336](https://github.com/instill-ai/console/issues/336)) ([6b68a71](https://github.com/instill-ai/console/commit/6b68a719b9da3ad99104fe005dd43f215569a206)) +* run build when test in the workflow ([#339](https://github.com/instill-ai/console/issues/339)) ([2b87fa1](https://github.com/instill-ai/console/commit/2b87fa10da45267a6b09605cc7bc08ff848f8159)) +* upgrade nextjs13 ([#334](https://github.com/instill-ai/console/issues/334)) ([a488408](https://github.com/instill-ai/console/commit/a4884088b0ca9e9a67b7f3f980c8eb20db31bf61)) + + +### Bug Fixes + +* fix ts config typo ([#335](https://github.com/instill-ai/console/issues/335)) ([17990ae](https://github.com/instill-ai/console/commit/17990ae2954d32d7494ccb88722ab0f57172c8ef)) +* fix update user bug ([#338](https://github.com/instill-ai/console/issues/338)) ([024cd1c](https://github.com/instill-ai/console/commit/024cd1cf7396cb813bf44b683d8d5bf23cb56b59)) + ## [0.15.0-alpha](https://github.com/instill-ai/console/compare/v0.14.0-alpha...v0.15.0-alpha) (2023-01-14) diff --git a/package.json b/package.json index 93962ebb3f..9a0c76ab66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.15.0-alpha", + "version": "0.16.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 fd99cec828..37c127d04b 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0-alpha" + ".": "0.16.0-alpha" } \ No newline at end of file