Skip to content

Commit

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


<details><summary>0.60.0-beta</summary>

##
[0.60.0-beta](v0.59.2-beta...v0.60.0-beta)
(2024-10-22)


### Features

* automatically download icons
([#1551](#1551))
([02c7223](02c7223))
* support Slack OAuth integration
([#1534](#1534))
([0a4da01](0a4da01))
* unify retry option of react-query, clean up metabase issue and
browserlist ([#1536](#1536))
([057d4af](057d4af))


### Bug Fixes

* **editor:** fix can't construct multiple edges to multiple components
from single component
([#1547](#1547))
([7ef2795](7ef2795))
* fix download component icon script to fallback invalid version
([#1553](#1553))
([0416a7c](0416a7c))
* fix onboarding form e2e
([#1545](#1545))
([e630cb0](e630cb0))
* refactor onboarding form and align topdown and profile page with cloud
([#1538](#1538))
([e955b44](e955b44))
</details>

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

##
[0.82.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.81.0...@instill-ai/design-system-v0.82.0)
(2024-10-22)


### Features

* put back image input preview, clean up
([#1546](#1546))
([9a65578](9a65578))
</details>

<details><summary>@instill-ai/design-tokens: 0.8.0</summary>

##
[0.8.0](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.7.1...@instill-ai/design-tokens-v0.8.0)
(2024-10-22)


### Features

* automatically download icons
([#1551](#1551))
([02c7223](02c7223))
</details>

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

##
[0.108.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.107.0...@instill-ai/toolkit-v0.108.0)
(2024-10-22)


### Features

* added model tags
([#1554](#1554))
([19326e7](19326e7))
* **application:** add ifAll to listMessages
([#1550](#1550))
([9e87490](9e87490))
* automatically download icons
([#1551](#1551))
([02c7223](02c7223))
* client cookie management functions
([#1540](#1540))
([faaab42](faaab42))
* dynamically update model UI state on run
([#1539](#1539))
([a39c7b5](a39c7b5))
* enable instill-app component in recipe validation
([#1552](#1552))
([788231e](788231e))
* only allow users to manually add pipeline tags in lowercase
([#1544](#1544))
([7d78d4e](7d78d4e))
* put back image input preview, clean up
([#1546](#1546))
([9a65578](9a65578))
* support Slack OAuth integration
([#1534](#1534))
([0a4da01](0a4da01))
* unify retry option of react-query, clean up metabase issue and
browserlist ([#1536](#1536))
([057d4af](057d4af))


### Bug Fixes

* **application:** fix streaming
([#1535](#1535))
([e128e78](e128e78))
* **editor:** fix can't construct multiple edges to multiple components
from single component
([#1547](#1547))
([7ef2795](7ef2795))
* fix console wrongly parse the JSON object
([#1556](#1556))
([c1ddb34](c1ddb34))
* fix onboarding form e2e
([#1545](#1545))
([e630cb0](e630cb0))
* fix sdk didn't add oAuthAccessDetails and scopes into the payload
([#1548](#1548))
([05235a5](05235a5))
* fixed SDK Model type
([#1555](#1555))
([1c0d30e](1c0d30e))
* refactor onboarding form and align topdown and profile page with cloud
([#1538](#1538))
([e955b44](e955b44))
* reset playground i/o data on namespace change
([#1543](#1543))
([de2ae66](de2ae66))
</details>

<details><summary>instill-sdk: 0.9.0</summary>

##
[0.9.0](instill-sdk-v0.8.0...instill-sdk-v0.9.0)
(2024-10-22)


### Features

* **application:** add ifAll to listMessages
([#1550](#1550))
([9e87490](9e87490))
* put back image input preview, clean up
([#1546](#1546))
([9a65578](9a65578))


### Bug Fixes

* **application:** fix streaming
([#1535](#1535))
([e128e78](e128e78))
* fix sdk didn't add oAuthAccessDetails and scopes into the payload
([#1548](#1548))
([05235a5](05235a5))
* fixed SDK Model type
([#1555](#1555))
([1c0d30e](1c0d30e))
</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 Oct 22, 2024
1 parent c1ddb34 commit adf89be
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 6 deletions.
17 changes: 17 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.60.0-beta](https://github.com/instill-ai/console/compare/v0.59.2-beta...v0.60.0-beta) (2024-10-22)


### Features

* automatically download icons ([#1551](https://github.com/instill-ai/console/issues/1551)) ([02c7223](https://github.com/instill-ai/console/commit/02c722362601e07bc37b646750ef29183b72fe0a))
* support Slack OAuth integration ([#1534](https://github.com/instill-ai/console/issues/1534)) ([0a4da01](https://github.com/instill-ai/console/commit/0a4da01843f8cda178956ada167ea312970d7e53))
* unify retry option of react-query, clean up metabase issue and browserlist ([#1536](https://github.com/instill-ai/console/issues/1536)) ([057d4af](https://github.com/instill-ai/console/commit/057d4af8d0465171c2244d035de86cf61f8fb93f))


### Bug Fixes

* **editor:** fix can't construct multiple edges to multiple components from single component ([#1547](https://github.com/instill-ai/console/issues/1547)) ([7ef2795](https://github.com/instill-ai/console/commit/7ef279566e3140644909eec0bdbd317e60e77a46))
* fix download component icon script to fallback invalid version ([#1553](https://github.com/instill-ai/console/issues/1553)) ([0416a7c](https://github.com/instill-ai/console/commit/0416a7c6519ac16496bae8acd9ca8a50c02bbfff))
* fix onboarding form e2e ([#1545](https://github.com/instill-ai/console/issues/1545)) ([e630cb0](https://github.com/instill-ai/console/commit/e630cb068e43e5e4df5f7cca04d0adb7202167b8))
* refactor onboarding form and align topdown and profile page with cloud ([#1538](https://github.com/instill-ai/console/issues/1538)) ([e955b44](https://github.com/instill-ai/console/commit/e955b4463d8c68d9f359c066b9e1a8ffa7611dc6))

## [0.59.2-beta](https://github.com/instill-ai/console/compare/v0.59.1-beta...v0.59.2-beta) (2024-10-09)


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.59.2-beta",
"version": "0.60.0-beta",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
7 changes: 7 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @instill-ai/design-system

## [0.82.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.81.0...@instill-ai/design-system-v0.82.0) (2024-10-22)


### Features

* put back image input preview, clean up ([#1546](https://github.com/instill-ai/console/issues/1546)) ([9a65578](https://github.com/instill-ai/console/commit/9a65578f751c28578b1efc55cf8117f95c06a3c0))

## [0.81.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.80.0...@instill-ai/design-system-v0.81.0) (2024-10-08)


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.81.0",
"version": "0.82.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
7 changes: 7 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.0](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.7.1...@instill-ai/design-tokens-v0.8.0) (2024-10-22)


### Features

* automatically download icons ([#1551](https://github.com/instill-ai/console/issues/1551)) ([02c7223](https://github.com/instill-ai/console/commit/02c722362601e07bc37b646750ef29183b72fe0a))

## [0.7.1](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.7.0...@instill-ai/design-tokens-v0.7.1) (2024-08-29)


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

## [0.9.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.8.0...instill-sdk-v0.9.0) (2024-10-22)


### Features

* **application:** add ifAll to listMessages ([#1550](https://github.com/instill-ai/console/issues/1550)) ([9e87490](https://github.com/instill-ai/console/commit/9e874904484fa9164670cbef453500bdd55fdaf4))
* put back image input preview, clean up ([#1546](https://github.com/instill-ai/console/issues/1546)) ([9a65578](https://github.com/instill-ai/console/commit/9a65578f751c28578b1efc55cf8117f95c06a3c0))


### Bug Fixes

* **application:** fix streaming ([#1535](https://github.com/instill-ai/console/issues/1535)) ([e128e78](https://github.com/instill-ai/console/commit/e128e7817e7ad1b10a78f1e778782fb50e4d40ea))
* fix sdk didn't add oAuthAccessDetails and scopes into the payload ([#1548](https://github.com/instill-ai/console/issues/1548)) ([05235a5](https://github.com/instill-ai/console/commit/05235a53aa0f3da9b184270ffb476d8999b900fd))
* fixed SDK Model type ([#1555](https://github.com/instill-ai/console/issues/1555)) ([1c0d30e](https://github.com/instill-ai/console/commit/1c0d30e417d255ddfcfdcc4053d37001a3934e58))

## [0.8.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.7.0...instill-sdk-v0.8.0) (2024-10-13)


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

## [0.108.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.107.0...@instill-ai/toolkit-v0.108.0) (2024-10-22)


### Features

* added model tags ([#1554](https://github.com/instill-ai/console/issues/1554)) ([19326e7](https://github.com/instill-ai/console/commit/19326e73ad6dc666ad98ca3819f10b4edaf9fe4d))
* **application:** add ifAll to listMessages ([#1550](https://github.com/instill-ai/console/issues/1550)) ([9e87490](https://github.com/instill-ai/console/commit/9e874904484fa9164670cbef453500bdd55fdaf4))
* automatically download icons ([#1551](https://github.com/instill-ai/console/issues/1551)) ([02c7223](https://github.com/instill-ai/console/commit/02c722362601e07bc37b646750ef29183b72fe0a))
* client cookie management functions ([#1540](https://github.com/instill-ai/console/issues/1540)) ([faaab42](https://github.com/instill-ai/console/commit/faaab429db47fa93173f4ff6345c7173635dcaed))
* dynamically update model UI state on run ([#1539](https://github.com/instill-ai/console/issues/1539)) ([a39c7b5](https://github.com/instill-ai/console/commit/a39c7b5b482018b368cb0f1b65eeb4584d4ae508))
* enable instill-app component in recipe validation ([#1552](https://github.com/instill-ai/console/issues/1552)) ([788231e](https://github.com/instill-ai/console/commit/788231e5030f445336e3c3414973e7bbc55d2652))
* only allow users to manually add pipeline tags in lowercase ([#1544](https://github.com/instill-ai/console/issues/1544)) ([7d78d4e](https://github.com/instill-ai/console/commit/7d78d4ef95e867f4156032ec0b5e36cbe8b48106))
* put back image input preview, clean up ([#1546](https://github.com/instill-ai/console/issues/1546)) ([9a65578](https://github.com/instill-ai/console/commit/9a65578f751c28578b1efc55cf8117f95c06a3c0))
* support Slack OAuth integration ([#1534](https://github.com/instill-ai/console/issues/1534)) ([0a4da01](https://github.com/instill-ai/console/commit/0a4da01843f8cda178956ada167ea312970d7e53))
* unify retry option of react-query, clean up metabase issue and browserlist ([#1536](https://github.com/instill-ai/console/issues/1536)) ([057d4af](https://github.com/instill-ai/console/commit/057d4af8d0465171c2244d035de86cf61f8fb93f))


### Bug Fixes

* **application:** fix streaming ([#1535](https://github.com/instill-ai/console/issues/1535)) ([e128e78](https://github.com/instill-ai/console/commit/e128e7817e7ad1b10a78f1e778782fb50e4d40ea))
* **editor:** fix can't construct multiple edges to multiple components from single component ([#1547](https://github.com/instill-ai/console/issues/1547)) ([7ef2795](https://github.com/instill-ai/console/commit/7ef279566e3140644909eec0bdbd317e60e77a46))
* fix console wrongly parse the JSON object ([#1556](https://github.com/instill-ai/console/issues/1556)) ([c1ddb34](https://github.com/instill-ai/console/commit/c1ddb348992b3474839b01f90af54d0a36541615))
* fix onboarding form e2e ([#1545](https://github.com/instill-ai/console/issues/1545)) ([e630cb0](https://github.com/instill-ai/console/commit/e630cb068e43e5e4df5f7cca04d0adb7202167b8))
* fix sdk didn't add oAuthAccessDetails and scopes into the payload ([#1548](https://github.com/instill-ai/console/issues/1548)) ([05235a5](https://github.com/instill-ai/console/commit/05235a53aa0f3da9b184270ffb476d8999b900fd))
* fixed SDK Model type ([#1555](https://github.com/instill-ai/console/issues/1555)) ([1c0d30e](https://github.com/instill-ai/console/commit/1c0d30e417d255ddfcfdcc4053d37001a3934e58))
* refactor onboarding form and align topdown and profile page with cloud ([#1538](https://github.com/instill-ai/console/issues/1538)) ([e955b44](https://github.com/instill-ai/console/commit/e955b4463d8c68d9f359c066b9e1a8ffa7611dc6))
* reset playground i/o data on namespace change ([#1543](https://github.com/instill-ai/console/issues/1543)) ([de2ae66](https://github.com/instill-ai/console/commit/de2ae6636a8d6f38295522332ae7c7b6a7adabeb))

## [0.107.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.106.3...@instill-ai/toolkit-v0.107.0) (2024-10-13)


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.108.0-rc.6",
"version": "0.108.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.59.2-beta","packages/design-system":"0.81.0","packages/design-tokens":"0.7.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.107.0","packages/sdk":"0.8.0"}
{"apps/console":"0.60.0-beta","packages/design-system":"0.82.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.108.0","packages/sdk":"0.9.0"}

0 comments on commit adf89be

Please sign in to comment.