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 27, 2024
1 parent 8bd46fc commit 4c3410e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 4 deletions.
8 changes: 8 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.64.0-beta](https://github.com/instill-ai/console/compare/v0.63.0-beta...v0.64.0-beta) (2024-11-27)


### Features

* **chat:** user can use @ to add tool suggestion in chat ([#1617](https://github.com/instill-ai/console/issues/1617)) ([d76cd51](https://github.com/instill-ai/console/commit/d76cd516fc3fb27f6fbaa01b3c44c09c905d24db))
* unify the Instill AI meeting schedule link ([#1619](https://github.com/instill-ai/console/issues/1619)) ([51e76ff](https://github.com/instill-ai/console/commit/51e76ffcd7dbad92b511965992e6d7170b2bddd3))

## [0.63.0-beta](https://github.com/instill-ai/console/compare/v0.62.0-beta...v0.63.0-beta) (2024-11-20)


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.63.0-beta",
"version": "0.64.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/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.12.0...instill-sdk-v0.13.0) (2024-11-27)


### Features

* deprecate the usage of integration.schemas ([#1621](https://github.com/instill-ai/console/issues/1621)) ([8bd46fc](https://github.com/instill-ai/console/commit/8bd46fc00e72f5cc68e595d740ccad6c3ff8e3bb))

## [0.12.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.11.0...instill-sdk-v0.12.0) (2024-11-20)


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.12.0",
"version": "0.13.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
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.113.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.112.0...@instill-ai/toolkit-v0.113.0) (2024-11-27)


### Features

* **chat:** user can use @ to add tool suggestion in chat ([#1617](https://github.com/instill-ai/console/issues/1617)) ([d76cd51](https://github.com/instill-ai/console/commit/d76cd516fc3fb27f6fbaa01b3c44c09c905d24db))
* deprecate the usage of integration.schemas ([#1621](https://github.com/instill-ai/console/issues/1621)) ([8bd46fc](https://github.com/instill-ai/console/commit/8bd46fc00e72f5cc68e595d740ccad6c3ff8e3bb))
* unify the Instill AI meeting schedule link ([#1619](https://github.com/instill-ai/console/issues/1619)) ([51e76ff](https://github.com/instill-ai/console/commit/51e76ffcd7dbad92b511965992e6d7170b2bddd3))


### Bug Fixes

* fix duplicated error message for multiple texts input of pipeline trigger form ([#1620](https://github.com/instill-ai/console/issues/1620)) ([fbbd708](https://github.com/instill-ai/console/commit/fbbd70802e8569147cfcca231da2dced29446bbc))

## [0.112.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.111.1...@instill-ai/toolkit-v0.112.0) (2024-11-25)


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.112.0",
"version": "0.113.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.63.0-beta","packages/design-system":"0.84.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.112.0","packages/sdk":"0.12.0"}
{"apps/console":"0.64.0-beta","packages/design-system":"0.84.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.113.0","packages/sdk":"0.13.0"}

0 comments on commit 4c3410e

Please sign in to comment.