Skip to content

Commit 365a5b9

Browse files
authored
chore: release main (#1558)
🤖 I have created a release *beep* *boop* --- <details><summary>0.61.0-beta</summary> ## [0.61.0-beta](v0.60.0-beta...v0.61.0-beta) (2024-10-24) ### Features * support default value for variable ([#1562](#1562)) ([1fdb718](1fdb718)) ### Miscellaneous * retire vdp-sdk/mgmt ([#1557](#1557)) ([f683265](f683265)) </details> <details><summary>@instill-ai/design-system: 0.82.1</summary> ## [0.82.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.82.0...@instill-ai/design-system-v0.82.1) (2024-10-24) ### Bug Fixes * fix custom task icon ([#1560](#1560)) ([2477f00](2477f00)) </details> <details><summary>@instill-ai/toolkit: 0.109.0</summary> ## [0.109.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.108.0...@instill-ai/toolkit-v0.109.0) (2024-10-24) ### Features * show credit owner for runs ([#1561](#1561)) ([93a275a](93a275a)) * support default value for variable ([#1562](#1562)) ([1fdb718](1fdb718)) ### Bug Fixes * fix custom task icon ([#1560](#1560)) ([2477f00](2477f00)) ### Miscellaneous * retire vdp-sdk/mgmt ([#1557](#1557)) ([f683265](f683265)) </details> <details><summary>instill-sdk: 0.10.0</summary> ## [0.10.0](instill-sdk-v0.9.0...instill-sdk-v0.10.0) (2024-10-24) ### Features * show credit owner for runs ([#1561](#1561)) ([93a275a](93a275a)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1fdb718 commit 365a5b9

File tree

9 files changed

+49
-5
lines changed

9 files changed

+49
-5
lines changed

apps/console/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.61.0-beta](https://github.com/instill-ai/console/compare/v0.60.0-beta...v0.61.0-beta) (2024-10-24)
4+
5+
6+
### Features
7+
8+
* support default value for variable ([#1562](https://github.com/instill-ai/console/issues/1562)) ([1fdb718](https://github.com/instill-ai/console/commit/1fdb718a052d56c77e9773e4df5519fa9fe6f454))
9+
10+
11+
### Miscellaneous
12+
13+
* retire vdp-sdk/mgmt ([#1557](https://github.com/instill-ai/console/issues/1557)) ([f683265](https://github.com/instill-ai/console/commit/f683265fa766631abf5fa417864b4e94927591b2))
14+
315
## [0.60.0-beta](https://github.com/instill-ai/console/compare/v0.59.2-beta...v0.60.0-beta) (2024-10-22)
416

517

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instillai-console",
3-
"version": "0.60.0-beta",
3+
"version": "0.61.0-beta",
44
"main": "index.js",
55
"repository": "https://github.com/instill-ai/console.git",
66
"author": "Instill AI",

packages/design-system/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @instill-ai/design-system
22

3+
## [0.82.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.82.0...@instill-ai/design-system-v0.82.1) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* fix custom task icon ([#1560](https://github.com/instill-ai/console/issues/1560)) ([2477f00](https://github.com/instill-ai/console/commit/2477f00d1c2e39bb3f802d7db05c698a8f692b6c))
9+
310
## [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)
411

512

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/design-system",
3-
"version": "0.82.0",
3+
"version": "0.82.1",
44
"description": "Instill AI's design system",
55
"repository": "https://github.com/instill-ai/design-system.git",
66
"bugs": "https://github.com/instill-ai/design-system/issues",

packages/sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.9.0...instill-sdk-v0.10.0) (2024-10-24)
4+
5+
6+
### Features
7+
8+
* show credit owner for runs ([#1561](https://github.com/instill-ai/console/issues/1561)) ([93a275a](https://github.com/instill-ai/console/commit/93a275aa2239f16e45c5445a7380c51b0972ec56))
9+
310
## [0.9.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.8.0...instill-sdk-v0.9.0) (2024-10-22)
411

512

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instill-sdk",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Instill AI's Typescript SDK",
55
"repository": "https://github.com/instill-ai/typescript-sdk.git",
66
"bugs": "https://github.com/instill-ai/community/issues",

packages/toolkit/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.109.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.108.0...@instill-ai/toolkit-v0.109.0) (2024-10-24)
4+
5+
6+
### Features
7+
8+
* show credit owner for runs ([#1561](https://github.com/instill-ai/console/issues/1561)) ([93a275a](https://github.com/instill-ai/console/commit/93a275aa2239f16e45c5445a7380c51b0972ec56))
9+
* support default value for variable ([#1562](https://github.com/instill-ai/console/issues/1562)) ([1fdb718](https://github.com/instill-ai/console/commit/1fdb718a052d56c77e9773e4df5519fa9fe6f454))
10+
11+
12+
### Bug Fixes
13+
14+
* fix custom task icon ([#1560](https://github.com/instill-ai/console/issues/1560)) ([2477f00](https://github.com/instill-ai/console/commit/2477f00d1c2e39bb3f802d7db05c698a8f692b6c))
15+
16+
17+
### Miscellaneous
18+
19+
* retire vdp-sdk/mgmt ([#1557](https://github.com/instill-ai/console/issues/1557)) ([f683265](https://github.com/instill-ai/console/commit/f683265fa766631abf5fa417864b4e94927591b2))
20+
321
## [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)
422

523

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/toolkit",
3-
"version": "0.108.0",
3+
"version": "0.109.0",
44
"description": "Instill AI's frontend toolkit",
55
"repository": "https://github.com/instill-ai/design-system.git",
66
"bugs": "https://github.com/instill-ai/design-system/issues",

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"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"}
1+
{"apps/console":"0.61.0-beta","packages/design-system":"0.82.1","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.109.0","packages/sdk":"0.10.0"}

0 commit comments

Comments
 (0)