Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Nov 19, 2024
1 parent 37411cf commit a27434b
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 5 deletions.
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-19)


### 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-19)


### 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
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### 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))
* 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.2",
"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
17 changes: 17 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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-19)


### 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))
* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d))
* **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))
* 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))

## [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.1",
"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"}

0 comments on commit a27434b

Please sign in to comment.