Skip to content

Commit

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


##
[0.16.0-alpha](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](#337))
([8f6f698](8f6f698))
* add pr-semantic workflow
([#331](#331))
([e6084c0](e6084c0))
* extend the delay when test model details page
([#336](#336))
([6b68a71](6b68a71))
* run build when test in the workflow
([#339](#339))
([2b87fa1](2b87fa1))
* upgrade nextjs13
([#334](#334))
([a488408](a488408))


### Bug Fixes

* fix ts config typo
([#335](#335))
([17990ae](17990ae))
* fix update user bug
([#338](#338))
([024cd1c](024cd1c))

---
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 committed Feb 10, 2023
1 parent 2b87fa1 commit 8c9ee65
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.15.0-alpha",
"version": "0.16.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.15.0-alpha"
".": "0.16.0-alpha"
}

0 comments on commit 8c9ee65

Please sign in to comment.