Skip to content

Commit

Permalink
chore: release main (#1558)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
droplet-bot authored Oct 24, 2024
1 parent 1fdb718 commit 365a5b9
Show file tree
Hide file tree
Showing 9 changed files with 49 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.61.0-beta](https://github.com/instill-ai/console/compare/v0.60.0-beta...v0.61.0-beta) (2024-10-24)


### Features

* support default value for variable ([#1562](https://github.com/instill-ai/console/issues/1562)) ([1fdb718](https://github.com/instill-ai/console/commit/1fdb718a052d56c77e9773e4df5519fa9fe6f454))


### Miscellaneous

* retire vdp-sdk/mgmt ([#1557](https://github.com/instill-ai/console/issues/1557)) ([f683265](https://github.com/instill-ai/console/commit/f683265fa766631abf5fa417864b4e94927591b2))

## [0.60.0-beta](https://github.com/instill-ai/console/compare/v0.59.2-beta...v0.60.0-beta) (2024-10-22)


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.60.0-beta",
"version": "0.61.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.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](https://github.com/instill-ai/console/issues/1560)) ([2477f00](https://github.com/instill-ai/console/commit/2477f00d1c2e39bb3f802d7db05c698a8f692b6c))

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


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

## [0.10.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.9.0...instill-sdk-v0.10.0) (2024-10-24)


### Features

* show credit owner for runs ([#1561](https://github.com/instill-ai/console/issues/1561)) ([93a275a](https://github.com/instill-ai/console/commit/93a275aa2239f16e45c5445a7380c51b0972ec56))

## [0.9.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.8.0...instill-sdk-v0.9.0) (2024-10-22)


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.9.0",
"version": "0.10.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
18 changes: 18 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [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](https://github.com/instill-ai/console/issues/1561)) ([93a275a](https://github.com/instill-ai/console/commit/93a275aa2239f16e45c5445a7380c51b0972ec56))
* support default value for variable ([#1562](https://github.com/instill-ai/console/issues/1562)) ([1fdb718](https://github.com/instill-ai/console/commit/1fdb718a052d56c77e9773e4df5519fa9fe6f454))


### Bug Fixes

* fix custom task icon ([#1560](https://github.com/instill-ai/console/issues/1560)) ([2477f00](https://github.com/instill-ai/console/commit/2477f00d1c2e39bb3f802d7db05c698a8f692b6c))


### Miscellaneous

* retire vdp-sdk/mgmt ([#1557](https://github.com/instill-ai/console/issues/1557)) ([f683265](https://github.com/instill-ai/console/commit/f683265fa766631abf5fa417864b4e94927591b2))

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


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.108.0",
"version": "0.109.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.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"}
{"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 comments on commit 365a5b9

Please sign in to comment.