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 Nov 1, 2024
1 parent a8901bd commit b4ed8d3
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 5 deletions.
10 changes: 10 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.62.0-beta](https://github.com/instill-ai/console/compare/v0.61.0-beta...v0.62.0-beta) (2024-11-01)


### Features

* **catalog:** migrate API calls to sdk CatalogClient ([#1572](https://github.com/instill-ai/console/issues/1572)) ([a305c98](https://github.com/instill-ai/console/commit/a305c98bdb546f8f3e0d60ab1e4abb01eff84b83))
* make the sdk e2e test mark every queryParam as required ([#1577](https://github.com/instill-ai/console/issues/1577)) ([99c16a2](https://github.com/instill-ai/console/commit/99c16a2b65716ebec8712300fa0fab98836b9b01))
* replace vdp-sdk/model with instill-sdk ([#1566](https://github.com/instill-ai/console/issues/1566)) ([014f3ae](https://github.com/instill-ai/console/commit/014f3ae71ed385c67fc887c6b19902a7a2150e00))
* retire name parameter in the pipeline related endpoint ([#1575](https://github.com/instill-ai/console/issues/1575)) ([533e757](https://github.com/instill-ai/console/commit/533e757117e532a596b4e05d432af79e4834a4a7))

## [0.61.0-beta](https://github.com/instill-ai/console/compare/v0.60.0-beta...v0.61.0-beta) (2024-10-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.61.0-beta",
"version": "0.62.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.83.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.82.1...@instill-ai/design-system-v0.83.0) (2024-11-01)


### Features

* **design-system:** feat add slider ([#1571](https://github.com/instill-ai/console/issues/1571)) ([8e3e655](https://github.com/instill-ai/console/commit/8e3e655772e6814b9b05f689f2b8db695417d2ab))

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


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

## [0.11.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.10.0...instill-sdk-v0.11.0) (2024-11-01)


### Features

* **catalog:** migrate API calls to sdk CatalogClient ([#1572](https://github.com/instill-ai/console/issues/1572)) ([a305c98](https://github.com/instill-ai/console/commit/a305c98bdb546f8f3e0d60ab1e4abb01eff84b83))
* make the sdk e2e test mark every queryParam as required ([#1577](https://github.com/instill-ai/console/issues/1577)) ([99c16a2](https://github.com/instill-ai/console/commit/99c16a2b65716ebec8712300fa0fab98836b9b01))
* remove vdp-sdk and rename it to sdk-helper ([#1568](https://github.com/instill-ai/console/issues/1568)) ([cfcd5ae](https://github.com/instill-ai/console/commit/cfcd5ae79ffe49a340ae0b7f2220067bc297d0df))
* replace vdp-sdk/model with instill-sdk ([#1566](https://github.com/instill-ai/console/issues/1566)) ([014f3ae](https://github.com/instill-ai/console/commit/014f3ae71ed385c67fc887c6b19902a7a2150e00))
* replace vdp-sdk/organization with instill-sdk ([#1564](https://github.com/instill-ai/console/issues/1564)) ([2742cc7](https://github.com/instill-ai/console/commit/2742cc721843d8232800a6e042e1a1a4100814fa))
* retire name parameter in the pipeline related endpoint ([#1575](https://github.com/instill-ai/console/issues/1575)) ([533e757](https://github.com/instill-ai/console/commit/533e757117e532a596b4e05d432af79e4834a4a7))
* revamp catalog sdk and its react-query ([#1578](https://github.com/instill-ai/console/issues/1578)) ([a8901bd](https://github.com/instill-ai/console/commit/a8901bda57d454cf812bda0973385d83fcee755c))


### Bug Fixes

* **artifact:** fix Artifact File details markdown format ([#1570](https://github.com/instill-ai/console/issues/1570)) ([d67e6c0](https://github.com/instill-ai/console/commit/d67e6c0f2fd7953da8a6b36be115053f594bfbe9))
* fix cant clone pipeline from pipeline list page ([#1567](https://github.com/instill-ai/console/issues/1567)) ([d9945a9](https://github.com/instill-ai/console/commit/d9945a98709054dc76410e3cf3f0577932340c61))
* fix sdk integration-test caused by the new revamp of instill-ai protobuf ([#1576](https://github.com/instill-ai/console/issues/1576)) ([3691050](https://github.com/instill-ai/console/commit/3691050403650ced049258933d1f67021827ec0a))

## [0.10.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.9.0...instill-sdk-v0.10.0) (2024-10-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.11.0-rc.1",
"version": "0.11.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
27 changes: 27 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.110.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.109.0...@instill-ai/toolkit-v0.110.0) (2024-11-01)


### Features

* **catalog:** add Requester UID to example code in Ask and Retrieve pages ([#1574](https://github.com/instill-ai/console/issues/1574)) ([4f7b837](https://github.com/instill-ai/console/commit/4f7b837e50896c146d0f2c0ca8a6318b913af7c4))
* **catalog:** migrate API calls to sdk CatalogClient ([#1572](https://github.com/instill-ai/console/issues/1572)) ([a305c98](https://github.com/instill-ai/console/commit/a305c98bdb546f8f3e0d60ab1e4abb01eff84b83))
* make the sdk e2e test mark every queryParam as required ([#1577](https://github.com/instill-ai/console/issues/1577)) ([99c16a2](https://github.com/instill-ai/console/commit/99c16a2b65716ebec8712300fa0fab98836b9b01))
* remove vdp-sdk and rename it to sdk-helper ([#1568](https://github.com/instill-ai/console/issues/1568)) ([cfcd5ae](https://github.com/instill-ai/console/commit/cfcd5ae79ffe49a340ae0b7f2220067bc297d0df))
* replace vdp-sdk/model with instill-sdk ([#1566](https://github.com/instill-ai/console/issues/1566)) ([014f3ae](https://github.com/instill-ai/console/commit/014f3ae71ed385c67fc887c6b19902a7a2150e00))
* replace vdp-sdk/organization with instill-sdk ([#1564](https://github.com/instill-ai/console/issues/1564)) ([2742cc7](https://github.com/instill-ai/console/commit/2742cc721843d8232800a6e042e1a1a4100814fa))
* retire name parameter in the pipeline related endpoint ([#1575](https://github.com/instill-ai/console/issues/1575)) ([533e757](https://github.com/instill-ai/console/commit/533e757117e532a596b4e05d432af79e4834a4a7))
* revamp catalog sdk and its react-query ([#1578](https://github.com/instill-ai/console/issues/1578)) ([a8901bd](https://github.com/instill-ai/console/commit/a8901bda57d454cf812bda0973385d83fcee755c))


### Bug Fixes

* **artifact:** fix Artifact File details markdown format ([#1570](https://github.com/instill-ai/console/issues/1570)) ([d67e6c0](https://github.com/instill-ai/console/commit/d67e6c0f2fd7953da8a6b36be115053f594bfbe9))
* **catalog:** fix remove floating tooltip from card ([#1573](https://github.com/instill-ai/console/issues/1573)) ([0824467](https://github.com/instill-ai/console/commit/0824467d97f57bf48b73d70301c38f9eb5ef0f52))
* fix cant clone pipeline from pipeline list page ([#1567](https://github.com/instill-ai/console/issues/1567)) ([d9945a9](https://github.com/instill-ai/console/commit/d9945a98709054dc76410e3cf3f0577932340c61))


### Miscellaneous

* deprecate the vdp-sdk/metric in toolkit ([#1559](https://github.com/instill-ai/console/issues/1559)) ([8ca0ad9](https://github.com/instill-ai/console/commit/8ca0ad90ad6d6eed5442228c136e423a27eff99e))
* retire vdp-sdk/operation ([#1565](https://github.com/instill-ai/console/issues/1565)) ([0cc858a](https://github.com/instill-ai/console/commit/0cc858ad1d995778c3e6b5bb9067566a36bb9051))

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


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.110.0-rc.3",
"version": "0.110.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.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"}
{"apps/console":"0.62.0-beta","packages/design-system":"0.83.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.110.0","packages/sdk":"0.11.0"}

0 comments on commit b4ed8d3

Please sign in to comment.