Skip to content

Commit

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


##
[0.28.0-alpha](v0.27.0-alpha...v0.28.0-alpha)
(2023-09-13)


### Features

* adapt component centric design's pipeline builder
([#539](#539))
([c4c05be](c4c05be))
* add /resources/rid page
([#537](#537))
([1af8bd7](1af8bd7))
* add create resource dialog into /resources page
([#535](#535))
([523933b](523933b))
* based on separate metric data into buckets in backend, adopt in the
console ([#519](#519))
([3c19082](3c19082))
* bump up toolkit version
([#534](#534))
([85bb2ed](85bb2ed))
* revamp pipeline builder to new component-centric-design
([#529](#529))
([0963842](0963842))
* update favicon
([#516](#516))
([1d97534](1d97534))
* update how we handle data in trigger mode
([#533](#533))
([6036774](6036774))
* update how we handle triggered trace data
([#536](#536))
([7c335fb](7c335fb))
* update pipeline trigger snippet
([#538](#538))
([e32fbe7](e32fbe7))
* update pipeline-builder color
([#531](#531))
([0458984](0458984))
* update tables access token props
([#522](#522))
([a492388](a492388))
* update topbar color
([#540](#540))
([2984474](2984474))


### Bug Fixes

* fix Pages not correctly passing Topbar props
([#532](#532))
([72385be](72385be))

---
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 Sep 13, 2023
1 parent 2984474 commit 9116ac7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.28.0-alpha](https://github.com/instill-ai/console/compare/v0.27.0-alpha...v0.28.0-alpha) (2023-09-13)


### Features

* adapt component centric design's pipeline builder ([#539](https://github.com/instill-ai/console/issues/539)) ([c4c05be](https://github.com/instill-ai/console/commit/c4c05be702d23ea9e1282abf8da7779dbe791e9a))
* add /resources/rid page ([#537](https://github.com/instill-ai/console/issues/537)) ([1af8bd7](https://github.com/instill-ai/console/commit/1af8bd7f9d61c33b1bc61751f72757d7a18f1ad0))
* add create resource dialog into /resources page ([#535](https://github.com/instill-ai/console/issues/535)) ([523933b](https://github.com/instill-ai/console/commit/523933b5b014bf4b69c06a605ac5e8203638c1c0))
* based on separate metric data into buckets in backend, adopt in the console ([#519](https://github.com/instill-ai/console/issues/519)) ([3c19082](https://github.com/instill-ai/console/commit/3c190827752f034385b691d7393411c8932f05d4))
* bump up toolkit version ([#534](https://github.com/instill-ai/console/issues/534)) ([85bb2ed](https://github.com/instill-ai/console/commit/85bb2ed2c43c4e2b522e2da3e5bf996a6e839476))
* revamp pipeline builder to new component-centric-design ([#529](https://github.com/instill-ai/console/issues/529)) ([0963842](https://github.com/instill-ai/console/commit/09638421902599133d8ba5cdc297e9c0138fadd7))
* update favicon ([#516](https://github.com/instill-ai/console/issues/516)) ([1d97534](https://github.com/instill-ai/console/commit/1d975349460e4e24253ea7f4189683cba24c5483))
* update how we handle data in trigger mode ([#533](https://github.com/instill-ai/console/issues/533)) ([6036774](https://github.com/instill-ai/console/commit/6036774279a1095e885e7165381b035eef31ac61))
* update how we handle triggered trace data ([#536](https://github.com/instill-ai/console/issues/536)) ([7c335fb](https://github.com/instill-ai/console/commit/7c335fbcc6a738665fece4a833b3eca040048e27))
* update pipeline trigger snippet ([#538](https://github.com/instill-ai/console/issues/538)) ([e32fbe7](https://github.com/instill-ai/console/commit/e32fbe7fa2963eb842925d88b9d5066abf5cf451))
* update pipeline-builder color ([#531](https://github.com/instill-ai/console/issues/531)) ([0458984](https://github.com/instill-ai/console/commit/04589842fac00ad8c015411148c8a4dd71f7bc8e))
* update tables access token props ([#522](https://github.com/instill-ai/console/issues/522)) ([a492388](https://github.com/instill-ai/console/commit/a49238848b9436a0224bbebeac0fc1bac8eee648))
* update topbar color ([#540](https://github.com/instill-ai/console/issues/540)) ([2984474](https://github.com/instill-ai/console/commit/29844747f6605ddfed8793af81f2dda3724713d3))


### Bug Fixes

* fix Pages not correctly passing Topbar props ([#532](https://github.com/instill-ai/console/issues/532)) ([72385be](https://github.com/instill-ai/console/commit/72385be5fd5454c33dee748fe1a0777e73f2ed6c))

## [0.27.0-alpha](https://github.com/instill-ai/console/compare/v0.26.0-alpha...v0.27.0-alpha) (2023-08-03)


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.27.0-alpha",
"version": "0.28.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.27.0-alpha"
".": "0.28.0-alpha"
}

0 comments on commit 9116ac7

Please sign in to comment.