Skip to content

Commit

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


<details><summary>0.38.0-beta</summary>

##
[0.38.0-beta](v0.37.0-beta...v0.38.0-beta)
(2024-01-30)


### Features

* add Archetype AI logo
([#900](#900))
([f06b9e2](f06b9e2))
* **pipeline-builder:** add reference hint at the start operator
([#902](#902))
([d87de86](d87de86))
* **pipeline-builder:** support group by format for component output
reference hints
([#906](#906))
([537c6f6](537c6f6))
* support filtering the visibility of pipelines
([#903](#903))
([57fd548](57fd548))
* **test:** adapt new page object model and new playwright
([#901](#901))
([f716870](f716870))
* update the amplitude action type
([#897](#897))
([40cb1c2](40cb1c2))


### Miscellaneous

* refactor top bar navigation to make it dry, add default query options
for react-query
([#821](#821))
([0e5decd](0e5decd))
* **testing:** add placeholder test
([#918](#918))
([2d74924](2d74924))
</details>

<details><summary>@instill-ai/design-system: 0.63.0</summary>

##
[0.63.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.62.0...@instill-ai/design-system-v0.63.0)
(2024-01-30)


### Features

* **pipeline-builder:** add reference hint at the start operator
([#902](#902))
([d87de86](d87de86))
* **pipeline-builder:** hide edit/delete button of start input into
dropdown ([#910](#910))
([bf0bfa7](bf0bfa7))
</details>

<details><summary>@instill-ai/toolkit: 0.80.0</summary>

##
[0.80.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.79.0...@instill-ai/toolkit-v0.80.0)
(2024-01-30)


### Features

* **pipeline-builder:** add reference hint at the start operator
([#902](#902))
([d87de86](d87de86))
* **pipeline-builder:** add the what is a reference section when create
start input field
([#904](#904))
([7b395d8](7b395d8))
* **pipeline-builder:** hide edit/delete button of start input into
dropdown ([#910](#910))
([bf0bfa7](bf0bfa7))
* **pipeline-builder:** implement the new component output reference
hint design ([#905](#905))
([4a7bb67](4a7bb67))
* **pipeline-builder:** make end operator free form field be consistent
with start operator
([#916](#916))
([bf39477](bf39477))
* **pipeline-builder:** move the component output data section to bottom
bar ([#907](#907))
([90587c1](90587c1))
* **pipeline-builder:** support group by format for component output
reference hints
([#906](#906))
([537c6f6](537c6f6))
* **pipeline-builder:** update the style of reference tag and data type
tag ([#919](#919))
([010fa45](010fa45))
* **pipeline-builder:** User can better debug their component by using
the new schema and data output view
([#908](#908))
([591d7be](591d7be))
* support filtering the visibility of pipelines
([#903](#903))
([57fd548](57fd548))
* **testing:** add real-world unit test case for useInstillForm
([#899](#899))
([2eef748](2eef748))
* **tracking:** add isAmplitudeInit guard before send the amplitude
event ([#917](#917))
([fda54fc](fda54fc))
* **tracking:** add subscription related amplitude event
([#915](#915))
([2e7a0fc](2e7a0fc))
* update the amplitude action type
([#897](#897))
([40cb1c2](40cb1c2))


### Bug Fixes

* **connector:** cannot delete connector free-form field
([#912](#912))
([b8113a7](b8113a7))
* fix /pipelines/pid head page description and button not align issue
([#913](#913))
([32d4d4c](32d4d4c))
* **pipeline-builder:** fix pipeline-builder updater update the form on
every input ([#909](#909))
([d8551f4](d8551f4))
* **pipeline-builder:** support the potential breaking changes of
connector task
([#914](#914))
([8c54b80](8c54b80))


### Miscellaneous

* refactor top bar navigation to make it dry, add default query options
for react-query
([#821](#821))
([0e5decd](0e5decd))
</details>

---
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 Jan 30, 2024
1 parent 010fa45 commit 0536466
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 4 deletions.
18 changes: 18 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.38.0-beta](https://github.com/instill-ai/console/compare/v0.37.0-beta...v0.38.0-beta) (2024-01-30)


### Features

* add Archetype AI logo ([#900](https://github.com/instill-ai/console/issues/900)) ([f06b9e2](https://github.com/instill-ai/console/commit/f06b9e205a43ac31613dc1c1011fe87940897672))
* **pipeline-builder:** add reference hint at the start operator ([#902](https://github.com/instill-ai/console/issues/902)) ([d87de86](https://github.com/instill-ai/console/commit/d87de86845e385465279e995e78c9c4bb4d0d3c0))
* **pipeline-builder:** support group by format for component output reference hints ([#906](https://github.com/instill-ai/console/issues/906)) ([537c6f6](https://github.com/instill-ai/console/commit/537c6f647ee5a05a20bc2d88081345d3fb0e4e7c))
* support filtering the visibility of pipelines ([#903](https://github.com/instill-ai/console/issues/903)) ([57fd548](https://github.com/instill-ai/console/commit/57fd5488105108c549b9fa386596925586a81c2c))
* **test:** adapt new page object model and new playwright ([#901](https://github.com/instill-ai/console/issues/901)) ([f716870](https://github.com/instill-ai/console/commit/f7168705b219ee52bb9953291bcc95126107f57e))
* update the amplitude action type ([#897](https://github.com/instill-ai/console/issues/897)) ([40cb1c2](https://github.com/instill-ai/console/commit/40cb1c2962fbb649dd8320ee8dc93e07dc26d1d1))


### Miscellaneous

* refactor top bar navigation to make it dry, add default query options for react-query ([#821](https://github.com/instill-ai/console/issues/821)) ([0e5decd](https://github.com/instill-ai/console/commit/0e5decdb6bd920aad14d4c655e54bd636f63a6f8))
* **testing:** add placeholder test ([#918](https://github.com/instill-ai/console/issues/918)) ([2d74924](https://github.com/instill-ai/console/commit/2d74924513df955fc998349bff42eeba0310e307))

## [0.37.0-beta](https://github.com/instill-ai/console/compare/v0.36.0-beta...v0.37.0-beta) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instillai-console",
"version": "0.37.0-beta",
"version": "0.38.0-beta",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
8 changes: 8 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @instill-ai/design-system

## [0.63.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.62.0...@instill-ai/design-system-v0.63.0) (2024-01-30)


### Features

* **pipeline-builder:** add reference hint at the start operator ([#902](https://github.com/instill-ai/console/issues/902)) ([d87de86](https://github.com/instill-ai/console/commit/d87de86845e385465279e995e78c9c4bb4d0d3c0))
* **pipeline-builder:** hide edit/delete button of start input into dropdown ([#910](https://github.com/instill-ai/console/issues/910)) ([bf0bfa7](https://github.com/instill-ai/console/commit/bf0bfa76de2c8e5d62a123f1cfa0c21deff36a7d))

## [0.62.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.61.1...@instill-ai/design-system-v0.62.0) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/design-system",
"version": "0.62.0",
"version": "0.63.0",
"description": "Instill AI's design system",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
33 changes: 33 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.80.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.79.0...@instill-ai/toolkit-v0.80.0) (2024-01-30)


### Features

* **pipeline-builder:** add reference hint at the start operator ([#902](https://github.com/instill-ai/console/issues/902)) ([d87de86](https://github.com/instill-ai/console/commit/d87de86845e385465279e995e78c9c4bb4d0d3c0))
* **pipeline-builder:** add the what is a reference section when create start input field ([#904](https://github.com/instill-ai/console/issues/904)) ([7b395d8](https://github.com/instill-ai/console/commit/7b395d8632b20fa0ca6a45072dbce7a7d1faa3da))
* **pipeline-builder:** hide edit/delete button of start input into dropdown ([#910](https://github.com/instill-ai/console/issues/910)) ([bf0bfa7](https://github.com/instill-ai/console/commit/bf0bfa76de2c8e5d62a123f1cfa0c21deff36a7d))
* **pipeline-builder:** implement the new component output reference hint design ([#905](https://github.com/instill-ai/console/issues/905)) ([4a7bb67](https://github.com/instill-ai/console/commit/4a7bb6791fb98694dc29e28dce0f0e5cd71d63a8))
* **pipeline-builder:** make end operator free form field be consistent with start operator ([#916](https://github.com/instill-ai/console/issues/916)) ([bf39477](https://github.com/instill-ai/console/commit/bf39477695f4845402f08b108fc790ad2be337e7))
* **pipeline-builder:** move the component output data section to bottom bar ([#907](https://github.com/instill-ai/console/issues/907)) ([90587c1](https://github.com/instill-ai/console/commit/90587c1c43ad0134516e5ae6690c63d63bb49122))
* **pipeline-builder:** support group by format for component output reference hints ([#906](https://github.com/instill-ai/console/issues/906)) ([537c6f6](https://github.com/instill-ai/console/commit/537c6f647ee5a05a20bc2d88081345d3fb0e4e7c))
* **pipeline-builder:** update the style of reference tag and data type tag ([#919](https://github.com/instill-ai/console/issues/919)) ([010fa45](https://github.com/instill-ai/console/commit/010fa45d92eddff51ced6765e80be2defe5f03c3))
* **pipeline-builder:** User can better debug their component by using the new schema and data output view ([#908](https://github.com/instill-ai/console/issues/908)) ([591d7be](https://github.com/instill-ai/console/commit/591d7be4f4b80eb7aaa9fcd0904023e7f73082c5))
* support filtering the visibility of pipelines ([#903](https://github.com/instill-ai/console/issues/903)) ([57fd548](https://github.com/instill-ai/console/commit/57fd5488105108c549b9fa386596925586a81c2c))
* **testing:** add real-world unit test case for useInstillForm ([#899](https://github.com/instill-ai/console/issues/899)) ([2eef748](https://github.com/instill-ai/console/commit/2eef74859bf19beadf126b1fbbaf4dc4c3767fc3))
* **tracking:** add isAmplitudeInit guard before send the amplitude event ([#917](https://github.com/instill-ai/console/issues/917)) ([fda54fc](https://github.com/instill-ai/console/commit/fda54fcf570897cdbcffb1db3360e349bada0318))
* **tracking:** add subscription related amplitude event ([#915](https://github.com/instill-ai/console/issues/915)) ([2e7a0fc](https://github.com/instill-ai/console/commit/2e7a0fc46f77d8d3434897d312ead95205c07b9b))
* update the amplitude action type ([#897](https://github.com/instill-ai/console/issues/897)) ([40cb1c2](https://github.com/instill-ai/console/commit/40cb1c2962fbb649dd8320ee8dc93e07dc26d1d1))


### Bug Fixes

* **connector:** cannot delete connector free-form field ([#912](https://github.com/instill-ai/console/issues/912)) ([b8113a7](https://github.com/instill-ai/console/commit/b8113a7c10c368ccd19d846078be064fcc16b92c))
* fix /pipelines/pid head page description and button not align issue ([#913](https://github.com/instill-ai/console/issues/913)) ([32d4d4c](https://github.com/instill-ai/console/commit/32d4d4c48014d6a2d83ac64f581c52f05c009df2))
* **pipeline-builder:** fix pipeline-builder updater update the form on every input ([#909](https://github.com/instill-ai/console/issues/909)) ([d8551f4](https://github.com/instill-ai/console/commit/d8551f4fd52549d7602a548d8923b6b30785a16b))
* **pipeline-builder:** support the potential breaking changes of connector task ([#914](https://github.com/instill-ai/console/issues/914)) ([8c54b80](https://github.com/instill-ai/console/commit/8c54b800a224bf53128b725f2e1c1999a53e07c2))


### Miscellaneous

* refactor top bar navigation to make it dry, add default query options for react-query ([#821](https://github.com/instill-ai/console/issues/821)) ([0e5decd](https://github.com/instill-ai/console/commit/0e5decdb6bd920aad14d4c655e54bd636f63a6f8))

## [0.79.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.78.1...@instill-ai/toolkit-v0.79.0) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/toolkit",
"version": "0.79.0",
"version": "0.80.0",
"description": "Instill AI's frontend toolkit",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"apps/console":"0.37.0-beta","packages/design-system":"0.62.0","packages/design-tokens":"0.5.0","packages/eslint-config-cortex":"0.8.0","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.79.0"}
{"apps/console":"0.38.0-beta","packages/design-system":"0.63.0","packages/design-tokens":"0.5.0","packages/eslint-config-cortex":"0.8.0","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.80.0"}

0 comments on commit 0536466

Please sign in to comment.