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 Feb 7, 2024
1 parent 7e600f8 commit e15341a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 4 deletions.
7 changes: 7 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.39.0-beta](https://github.com/instill-ai/console/compare/v0.38.0-beta...v0.39.0-beta) (2024-02-07)


### Features

* adapt new backend breaking changes about mgmt backend ([#940](https://github.com/instill-ai/console/issues/940)) ([3351262](https://github.com/instill-ai/console/commit/3351262b0768a47166e57d42ca81cff53deb29aa))

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


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.38.0-beta",
"version": "0.39.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.64.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.63.0...@instill-ai/design-system-v0.64.0) (2024-02-07)


### Features

* **pipeline-builder:** support video/multiple-video in pipeline builder ([#943](https://github.com/instill-ai/console/issues/943)) ([2680f70](https://github.com/instill-ai/console/commit/2680f70162dbf22eed143ad455f87cd305e51826))

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


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.63.0",
"version": "0.64.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
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.81.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.80.3...@instill-ai/toolkit-v0.81.0) (2024-02-07)


### Features

* adapt new backend breaking changes about mgmt backend ([#940](https://github.com/instill-ai/console/issues/940)) ([3351262](https://github.com/instill-ai/console/commit/3351262b0768a47166e57d42ca81cff53deb29aa))
* **pipeline-builder:** implement the layered flow of smart hint ([#934](https://github.com/instill-ai/console/issues/934)) ([69dc912](https://github.com/instill-ai/console/commit/69dc912fbdc3bb7c4baad83900e86ce494e3fece))
* **pipeline-builder:** support video/multiple-video in pipeline builder ([#943](https://github.com/instill-ai/console/issues/943)) ([2680f70](https://github.com/instill-ai/console/commit/2680f70162dbf22eed143ad455f87cd305e51826))
* **pipeline-builder:** unify the onEdit and onDelete item on both start and end operator ([#936](https://github.com/instill-ai/console/issues/936)) ([d70120f](https://github.com/instill-ai/console/commit/d70120f6dd9c347d08f4fb1786be1272e781fa41))


### Bug Fixes

* **dashboard:** chart yAxis calculation ([#929](https://github.com/instill-ai/console/issues/929)) ([56e9d11](https://github.com/instill-ai/console/commit/56e9d113393fd6a988b82c0a09b1656c6fd5857b))
* fix connector definition not correctly update after user picking up the existing connector ([#935](https://github.com/instill-ai/console/issues/935)) ([08ef854](https://github.com/instill-ai/console/commit/08ef854aa7bd42e8b75b3df6eb1065cb99befc06))
* fix not redirect non exist user page to 404 ([#941](https://github.com/instill-ai/console/issues/941)) ([86a823f](https://github.com/instill-ai/console/commit/86a823f3dc94c2d13654a79c3a874b69be2ba61c))
* fix useInstillForm field's description tooltip break words issue ([#937](https://github.com/instill-ai/console/issues/937)) ([6e43839](https://github.com/instill-ai/console/commit/6e43839d2992ad21a5eb34e126d5c1138349c34a))
* **pipeline-builder:** fix newly added nodes is behind old nodes ([#939](https://github.com/instill-ai/console/issues/939)) ([6824bb1](https://github.com/instill-ai/console/commit/6824bb190fffe4d3bd819742ec6142e4b62be14a))
* **pipeline-builder:** fix smart-hint list not align to left when the key is too long ([#938](https://github.com/instill-ai/console/issues/938)) ([31ea1c6](https://github.com/instill-ai/console/commit/31ea1c616c214101369eb4a322a4ea6b661ebbc5))
* **pipeline-builder:** fix task description not react to the selected task ([#944](https://github.com/instill-ai/console/issues/944)) ([7e600f8](https://github.com/instill-ai/console/commit/7e600f89dec3e7ae61ee02fccc9841a44a1a1b8a))


### Miscellaneous

* **user-profile:** add id to user profile bio for better URL navigation ([#931](https://github.com/instill-ai/console/issues/931)) ([3bcd905](https://github.com/instill-ai/console/commit/3bcd9055c56cddba36c212abbb321cf01f82c5e8))

## [0.80.3](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.80.2...@instill-ai/toolkit-v0.80.3) (2024-01-31)


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.80.3",
"version": "0.81.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.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.3"}
{"apps/console":"0.39.0-beta","packages/design-system":"0.64.0","packages/design-tokens":"0.5.0","packages/eslint-config-cortex":"0.8.0","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.81.0"}

0 comments on commit e15341a

Please sign in to comment.