Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1598

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.63.0-beta](https://github.com/instill-ai/console/compare/v0.62.0-beta...v0.63.0-beta) (2024-11-20)


### Features

* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d))


### Bug Fixes

* remove empty extra bottom space of recipe editor ([#1603](https://github.com/instill-ai/console/issues/1603)) ([7e45955](https://github.com/instill-ai/console/commit/7e4595558b40fc50129fd3f9b2c523c9162b0bf9))

## [0.62.0-beta](https://github.com/instill-ai/console/compare/v0.61.0-beta...v0.62.0-beta) (2024-11-05)


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

## [0.84.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.83.0...@instill-ai/design-system-v0.84.0) (2024-11-20)


### Features

* adapt artifact upload on pipeline preview page ([#1605](https://github.com/instill-ai/console/issues/1605)) ([37411cf](https://github.com/instill-ai/console/commit/37411cf53ec7f98cde73f443a4d35b27900c4770))
* **dashboard:** rename pipeline/model triggers to runs ([#1597](https://github.com/instill-ai/console/issues/1597)) ([d32ce87](https://github.com/instill-ai/console/commit/d32ce8730e3ea03c9eea4123f47f4f3c835bf293))
* support event component ([#1600](https://github.com/instill-ai/console/issues/1600)) ([af3526b](https://github.com/instill-ai/console/commit/af3526b5546a25d2fd18a3404c129f6c0128a21c))

## [0.83.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.82.1...@instill-ai/design-system-v0.83.0) (2024-11-05)


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.84.0-rc.0",
"version": "0.84.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
10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.12.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.11.0...instill-sdk-v0.12.0) (2024-11-20)


### Features

* adapt artifact upload on pipeline preview page ([#1605](https://github.com/instill-ai/console/issues/1605)) ([37411cf](https://github.com/instill-ai/console/commit/37411cf53ec7f98cde73f443a4d35b27900c4770))
* add event component data example ([#1608](https://github.com/instill-ai/console/issues/1608)) ([5d03014](https://github.com/instill-ai/console/commit/5d030144bf92bb2bcb76bdebe79250940164356b))
* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d))
* support event component ([#1600](https://github.com/instill-ai/console/issues/1600)) ([af3526b](https://github.com/instill-ai/console/commit/af3526b5546a25d2fd18a3404c129f6c0128a21c))

## [0.11.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.10.0...instill-sdk-v0.11.0) (2024-11-05)


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.12.0-rc.3",
"version": "0.12.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
26 changes: 26 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.111.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.110.0...@instill-ai/toolkit-v0.111.0) (2024-11-20)


### Features

* adapt artifact upload on pipeline preview page ([#1605](https://github.com/instill-ai/console/issues/1605)) ([37411cf](https://github.com/instill-ai/console/commit/37411cf53ec7f98cde73f443a4d35b27900c4770))
* add event component data example ([#1608](https://github.com/instill-ai/console/issues/1608)) ([5d03014](https://github.com/instill-ai/console/commit/5d030144bf92bb2bcb76bdebe79250940164356b))
* **dashboard:** rename pipeline/model triggers to runs ([#1597](https://github.com/instill-ai/console/issues/1597)) ([d32ce87](https://github.com/instill-ai/console/commit/d32ce8730e3ea03c9eea4123f47f4f3c835bf293))
* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d))
* **integration:** use the oAuthConfig presentness to determine integration setup flow ([#1606](https://github.com/instill-ai/console/issues/1606)) ([975af94](https://github.com/instill-ai/console/commit/975af94bd5761e8c74b2555534f14744fa7458e1))
* **pipeline:** adapt instill-format to format on rawRecipe ([#1599](https://github.com/instill-ai/console/issues/1599)) ([7cedb3f](https://github.com/instill-ai/console/commit/7cedb3fb4b0dc3da580a7b4b2ff4959763b3f95a))
* support event component ([#1600](https://github.com/instill-ai/console/issues/1600)) ([af3526b](https://github.com/instill-ai/console/commit/af3526b5546a25d2fd18a3404c129f6c0128a21c))


### Bug Fixes

* fix array file wrong UX that will make user feel that can add more files step by step ([#1601](https://github.com/instill-ai/console/issues/1601)) ([7c6b342](https://github.com/instill-ai/console/commit/7c6b34233004f0bade1f20d8f8fa723e69fbce48))
* fix component status is wrong on streaming trigger ([#1607](https://github.com/instill-ai/console/issues/1607)) ([5b02bea](https://github.com/instill-ai/console/commit/5b02beaba97b4686512e5d4fa142506bdedb797b))
* fix duplicated getting started tab and event message hint text on recipe editor ([#1609](https://github.com/instill-ai/console/issues/1609)) ([10e5dea](https://github.com/instill-ai/console/commit/10e5dea57c91f55fc87a47d4b1d6c2fc6f39d44b))
* replace restapi with http on the schema validation ([#1602](https://github.com/instill-ai/console/issues/1602)) ([48fbe92](https://github.com/instill-ai/console/commit/48fbe92589305007128d6206e0db982a32ad4120))


### Miscellaneous

* clean up unused console log ([#1610](https://github.com/instill-ai/console/issues/1610)) ([33df761](https://github.com/instill-ai/console/commit/33df76183f3d764dfb286c7b0101fbe54c313908))

## [0.110.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.109.0...@instill-ai/toolkit-v0.110.0) (2024-11-05)


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.111.0-rc.4",
"version": "0.111.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.62.0-beta","packages/design-system":"0.83.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.110.0","packages/sdk":"0.11.0"}
{"apps/console":"0.63.0-beta","packages/design-system":"0.84.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.111.0","packages/sdk":"0.12.0"}
Loading