Skip to content

Commit

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


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

##
[0.78.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.78.0...@instill-ai/design-system-v0.78.1)
(2024-09-13)


### Bug Fixes

* show operation error in model playground
([#1461](#1461))
([67c0535](67c0535))
</details>

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

##
[0.102.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.101.0...@instill-ai/toolkit-v0.102.0)
(2024-09-13)


### Features

* pipelines version "latest" -&gt; "unversioned"
([#1460](#1460))
([74e35f6](74e35f6))


### Bug Fixes

* add requester id header to model runs request
([#1458](#1458))
([a20b152](a20b152))
* fix the model trigger loading state, remove unnecessary task prop name
([#1457](#1457))
([ec58429](ec58429))
* show operation error in model playground
([#1461](#1461))
([67c0535](67c0535))
</details>

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

##
[0.5.1](instill-sdk-v0.5.0...instill-sdk-v0.5.1)
(2024-09-13)


### Bug Fixes

* add requester id header to model runs request
([#1458](#1458))
([a20b152](a20b152))
</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 Sep 13, 2024
1 parent 74e35f6 commit dfa52ea
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
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.78.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.78.0...@instill-ai/design-system-v0.78.1) (2024-09-13)


### Bug Fixes

* show operation error in model playground ([#1461](https://github.com/instill-ai/console/issues/1461)) ([67c0535](https://github.com/instill-ai/console/commit/67c05359e6fa0ccbad55bd7ba3323335b71e4d6f))

## [0.78.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.77.0...@instill-ai/design-system-v0.78.0) (2024-09-11)


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.78.0",
"version": "0.78.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.5.1](https://github.com/instill-ai/console/compare/instill-sdk-v0.5.0...instill-sdk-v0.5.1) (2024-09-13)


### Bug Fixes

* add requester id header to model runs request ([#1458](https://github.com/instill-ai/console/issues/1458)) ([a20b152](https://github.com/instill-ai/console/commit/a20b15282ba72754be03e6908de1c6f5ca1d83ea))

## [0.5.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.4.1...instill-sdk-v0.5.0) (2024-09-11)


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

## [0.102.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.101.0...@instill-ai/toolkit-v0.102.0) (2024-09-13)


### Features

* pipelines version "latest" -&gt; "unversioned" ([#1460](https://github.com/instill-ai/console/issues/1460)) ([74e35f6](https://github.com/instill-ai/console/commit/74e35f610c950269dc68658b86dd0a9b51901a09))


### Bug Fixes

* add requester id header to model runs request ([#1458](https://github.com/instill-ai/console/issues/1458)) ([a20b152](https://github.com/instill-ai/console/commit/a20b15282ba72754be03e6908de1c6f5ca1d83ea))
* fix the model trigger loading state, remove unnecessary task prop name ([#1457](https://github.com/instill-ai/console/issues/1457)) ([ec58429](https://github.com/instill-ai/console/commit/ec5842908cf21f6ac3ef447cc1bd9afb62199373))
* show operation error in model playground ([#1461](https://github.com/instill-ai/console/issues/1461)) ([67c0535](https://github.com/instill-ai/console/commit/67c05359e6fa0ccbad55bd7ba3323335b71e4d6f))

## [0.101.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.100.2...@instill-ai/toolkit-v0.101.0) (2024-09-11)


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.101.0",
"version": "0.102.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.56.0-beta","packages/design-system":"0.78.0","packages/design-tokens":"0.7.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.101.0","packages/sdk":"0.5.0"}
{"apps/console":"0.56.0-beta","packages/design-system":"0.78.1","packages/design-tokens":"0.7.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.102.0","packages/sdk":"0.5.1"}

0 comments on commit dfa52ea

Please sign in to comment.