Skip to content

Commit

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


<details><summary>0.59.0-beta</summary>

##
[0.59.0-beta](v0.58.0-beta...v0.59.0-beta)
(2024-10-08)


### Features

* oauth wip ([#1509](#1509))
([c8a92ad](c8a92ad))
* update document component icon
([#1517](#1517))
([a0ac17b](a0ac17b))


### Bug Fixes

* fix console not correctly update the namespace requester uid when
requesting run related endpoint
([#1513](#1513))
([ec89e4e](ec89e4e))


### Miscellaneous

* update Collection component icon
([#1508](#1508))
([8ea6793](8ea6793))
</details>

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

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


### Features

* **assistant:** feat add assistant navbar
([#1512](#1512))
([c3245b8](c3245b8))


### Bug Fixes

* fix console not correctly update the namespace requester uid when
requesting run related endpoint
([#1513](#1513))
([ec89e4e](ec89e4e))
</details>

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

##
[0.106.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.105.1...@instill-ai/toolkit-v0.106.0)
(2024-10-08)


### Features

* **assistant:** feat add assistant navbar
([#1512](#1512))
([c3245b8](c3245b8))
* **editor:** save unsaved pipeline when user run before auto-save
([#1515](#1515))
([e69399f](e69399f))
* oauth wip ([#1509](#1509))
([c8a92ad](c8a92ad))
* **vdp:** update and adapt clone namespace pipeline endpoint
([#1516](#1516))
([b585e2e](b585e2e))


### Bug Fixes

* fix console not correctly update the namespace requester uid when
requesting run related endpoint
([#1513](#1513))
([ec89e4e](ec89e4e))
* **recipe-editor:** fix iterator connection is missing
([#1514](#1514))
([ab4ac4c](ab4ac4c))
* update task payload examples
([#1510](#1510))
([00e4e03](00e4e03))
* **vdp:** fix recipe editor sidebar tooltip not respond to whether the
sidebar is open or not
([#1518](#1518))
([06fe799](06fe799))
* **vdp:** fix recipe editor's autocomplete gives duplicated suggestion
([#1519](#1519))
([2499b32](2499b32))
</details>

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

##
[0.7.0](instill-sdk-v0.6.0...instill-sdk-v0.7.0)
(2024-10-08)


### Features

* oauth wip ([#1509](#1509))
([c8a92ad](c8a92ad))
* **vdp:** update and adapt clone namespace pipeline endpoint
([#1516](#1516))
([b585e2e](b585e2e))
</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 8, 2024
1 parent c8a92ad commit 4dd135e
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 5 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.59.0-beta](https://github.com/instill-ai/console/compare/v0.58.0-beta...v0.59.0-beta) (2024-10-08)


### Features

* oauth wip ([#1509](https://github.com/instill-ai/console/issues/1509)) ([c8a92ad](https://github.com/instill-ai/console/commit/c8a92ad3d363a6ed65a67649cf8c45362e5aafec))
* update document component icon ([#1517](https://github.com/instill-ai/console/issues/1517)) ([a0ac17b](https://github.com/instill-ai/console/commit/a0ac17bcc2f5fa8994d49088042cd0416394e39d))


### Bug Fixes

* fix console not correctly update the namespace requester uid when requesting run related endpoint ([#1513](https://github.com/instill-ai/console/issues/1513)) ([ec89e4e](https://github.com/instill-ai/console/commit/ec89e4e17d5517a189ea1a7f0d6bf98b7e8b69bf))


### Miscellaneous

* update Collection component icon ([#1508](https://github.com/instill-ai/console/issues/1508)) ([8ea6793](https://github.com/instill-ai/console/commit/8ea6793eec7b27c18f114f13b706f6dcdff8518c))

## [0.58.0-beta](https://github.com/instill-ai/console/compare/v0.57.2-beta...v0.58.0-beta) (2024-09-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.58.0-beta",
"version": "0.59.0-beta",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
12 changes: 12 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @instill-ai/design-system

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


### Features

* **assistant:** feat add assistant navbar ([#1512](https://github.com/instill-ai/console/issues/1512)) ([c3245b8](https://github.com/instill-ai/console/commit/c3245b8b2c0fe56696d65736fe9c484d4c965d22))


### Bug Fixes

* fix console not correctly update the namespace requester uid when requesting run related endpoint ([#1513](https://github.com/instill-ai/console/issues/1513)) ([ec89e4e](https://github.com/instill-ai/console/commit/ec89e4e17d5517a189ea1a7f0d6bf98b7e8b69bf))

## [0.80.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.79.1...@instill-ai/design-system-v0.80.0) (2024-09-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.81.0-rc.0",
"version": "0.81.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
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.6.0...instill-sdk-v0.7.0) (2024-10-08)


### Features

* oauth wip ([#1509](https://github.com/instill-ai/console/issues/1509)) ([c8a92ad](https://github.com/instill-ai/console/commit/c8a92ad3d363a6ed65a67649cf8c45362e5aafec))
* **vdp:** update and adapt clone namespace pipeline endpoint ([#1516](https://github.com/instill-ai/console/issues/1516)) ([b585e2e](https://github.com/instill-ai/console/commit/b585e2ecbb2fc60ac13476d117859727faa690d5))

## [0.6.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.5.2...instill-sdk-v0.6.0) (2024-09-24)


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.7.0-rc.2",
"version": "0.7.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
19 changes: 19 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.106.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.105.1...@instill-ai/toolkit-v0.106.0) (2024-10-08)


### Features

* **assistant:** feat add assistant navbar ([#1512](https://github.com/instill-ai/console/issues/1512)) ([c3245b8](https://github.com/instill-ai/console/commit/c3245b8b2c0fe56696d65736fe9c484d4c965d22))
* **editor:** save unsaved pipeline when user run before auto-save ([#1515](https://github.com/instill-ai/console/issues/1515)) ([e69399f](https://github.com/instill-ai/console/commit/e69399f07d12fc353f11f10ee528edacafda06d9))
* oauth wip ([#1509](https://github.com/instill-ai/console/issues/1509)) ([c8a92ad](https://github.com/instill-ai/console/commit/c8a92ad3d363a6ed65a67649cf8c45362e5aafec))
* **vdp:** update and adapt clone namespace pipeline endpoint ([#1516](https://github.com/instill-ai/console/issues/1516)) ([b585e2e](https://github.com/instill-ai/console/commit/b585e2ecbb2fc60ac13476d117859727faa690d5))


### Bug Fixes

* fix console not correctly update the namespace requester uid when requesting run related endpoint ([#1513](https://github.com/instill-ai/console/issues/1513)) ([ec89e4e](https://github.com/instill-ai/console/commit/ec89e4e17d5517a189ea1a7f0d6bf98b7e8b69bf))
* **recipe-editor:** fix iterator connection is missing ([#1514](https://github.com/instill-ai/console/issues/1514)) ([ab4ac4c](https://github.com/instill-ai/console/commit/ab4ac4c1339ba5a0f4cc793831b4049661436c3b))
* update task payload examples ([#1510](https://github.com/instill-ai/console/issues/1510)) ([00e4e03](https://github.com/instill-ai/console/commit/00e4e03b12d1a102af288a13f4f09fdd13f50a5b))
* **vdp:** fix recipe editor sidebar tooltip not respond to whether the sidebar is open or not ([#1518](https://github.com/instill-ai/console/issues/1518)) ([06fe799](https://github.com/instill-ai/console/commit/06fe799d9a4276049c2420d18c8d7708bc45bc3a))
* **vdp:** fix recipe editor's autocomplete gives duplicated suggestion ([#1519](https://github.com/instill-ai/console/issues/1519)) ([2499b32](https://github.com/instill-ai/console/commit/2499b32ddd41583b7874dc8c4aa9e77e456301a0))

## [0.105.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.105.0...@instill-ai/toolkit-v0.105.1) (2024-09-26)


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.106.0-rc.9",
"version": "0.106.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.58.0-beta","packages/design-system":"0.80.0","packages/design-tokens":"0.7.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.105.1","packages/sdk":"0.6.0"}
{"apps/console":"0.59.0-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.106.0","packages/sdk":"0.7.0"}

0 comments on commit 4dd135e

Please sign in to comment.