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 29, 2024
1 parent 955355e commit ce392f2
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 10 deletions.
16 changes: 16 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Features

* adapt policy link and revamp setting pages ([#1629](https://github.com/instill-ai/console/issues/1629)) ([d11fab5](https://github.com/instill-ai/console/commit/d11fab5b7357c89e6c19da1e7b053431f77ba657))
* add feature flag for chat ([#1628](https://github.com/instill-ai/console/issues/1628)) ([7455ce4](https://github.com/instill-ai/console/commit/7455ce4401b98854f103dfd3d1bc7c39ba1b14e8))
* **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 markdown-to-jsx and support Latex in markdown ([#1623](https://github.com/instill-ai/console/issues/1623)) ([cfea04e](https://github.com/instill-ai/console/commit/cfea04ed02ed69f9bbe2a3646e4dc467834cfbc5))
* 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))


### Miscellaneous

* **component:** add icons for google-drive, perplexity-ai and leadiq ([#1627](https://github.com/instill-ai/console/issues/1627)) ([4bed7fc](https://github.com/instill-ai/console/commit/4bed7fcaa88ac3358cf50352456203260ebbdabe))

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


Expand Down
11 changes: 7 additions & 4 deletions 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 Expand Up @@ -44,7 +44,7 @@
"@radix-ui/react-toast": "^1.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.9.3",
"axios": "^1.7.8",
"axios": "^1.6.8",
"clsx": "^1.1.1",
"cookie": "^0.5.0",
"copy-to-clipboard": "^3.3.2",
Expand Down Expand Up @@ -81,13 +81,16 @@
"dotenv": "^16.3.2",
"eslint": "^8.13.0",
"eslint-config-next": "latest",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"postcss": "^8.4.12",
"react-is": "^18.2.0",
"require-from-string": "^2.0.2",
"tailwindcss": "catalog:",
"tailwindcss": "^3.3.1",
"tsx": "^4.6.2",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.9.0"
},
"engines": {
"node": ">=14.6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


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


### Miscellaneous

* **run logging:** clarify actors in Run objects ([#1622](https://github.com/instill-ai/console/issues/1622)) ([6f55bf2](https://github.com/instill-ai/console/commit/6f55bf2b52357d9d08c151d845a4361b87be4f53))

## [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
8 changes: 7 additions & 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 Expand Up @@ -65,5 +65,11 @@
"json-schema": "^0.4.0",
"openapi-types": "^12.1.3",
"whatwg-fetch": "^3.6.20"
},
"pnpm": {
"overrides": {
"braces": "^3.0.3",
"ws": "8.17.1"
}
}
}
26 changes: 26 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 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-29)


### Features

* adapt policy link and revamp setting pages ([#1629](https://github.com/instill-ai/console/issues/1629)) ([d11fab5](https://github.com/instill-ai/console/commit/d11fab5b7357c89e6c19da1e7b053431f77ba657))
* add feature flag for chat ([#1628](https://github.com/instill-ai/console/issues/1628)) ([7455ce4](https://github.com/instill-ai/console/commit/7455ce4401b98854f103dfd3d1bc7c39ba1b14e8))
* **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 markdown-to-jsx and support Latex in markdown ([#1623](https://github.com/instill-ai/console/issues/1623)) ([cfea04e](https://github.com/instill-ai/console/commit/cfea04ed02ed69f9bbe2a3646e4dc467834cfbc5))
* deprecate the usage of integration.schemas ([#1621](https://github.com/instill-ai/console/issues/1621)) ([8bd46fc](https://github.com/instill-ai/console/commit/8bd46fc00e72f5cc68e595d740ccad6c3ff8e3bb))
* **integration:** support google sheet OAuth ([#1624](https://github.com/instill-ai/console/issues/1624)) ([d4c56a1](https://github.com/instill-ai/console/commit/d4c56a1e8521637a0e70ffbd6d9058bcf35a57b3))
* 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))
* fix google sheets oauth config ([#1625](https://github.com/instill-ai/console/issues/1625)) ([92734df](https://github.com/instill-ai/console/commit/92734df039575e5220d1be0666bfbf0b28858e64))


### Miscellaneous

* **component:** add icons for google-drive, perplexity-ai and leadiq ([#1627](https://github.com/instill-ai/console/issues/1627)) ([4bed7fc](https://github.com/instill-ai/console/commit/4bed7fcaa88ac3358cf50352456203260ebbdabe))
* **integration:** adjust OAuth scope for google-drive component ([#1626](https://github.com/instill-ai/console/issues/1626)) ([7b341a4](https://github.com/instill-ai/console/commit/7b341a40d4279d4615685edf9abf5c81192e3ed7))
* **run logging:** clarify actors in Run objects ([#1622](https://github.com/instill-ai/console/issues/1622)) ([6f55bf2](https://github.com/instill-ai/console/commit/6f55bf2b52357d9d08c151d845a4361b87be4f53))

## [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
8 changes: 4 additions & 4 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/toolkit",
"version": "0.113.0-rc.5",
"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 Expand Up @@ -55,7 +55,7 @@
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/cookie": "^1.0.0",
"@types/cookie": "^0.5.1",
"@types/json-schema": "^7.0.14",
"@types/lodash.throttle": "^4.1.9",
"@types/markdown-it": "^13.0.7",
Expand All @@ -79,7 +79,7 @@
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"stripe": "^13.7.0",
"tailwindcss": "catalog:",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"tsup": "^8.1.0",
"typescript": "^5.5.4",
Expand Down Expand Up @@ -141,7 +141,7 @@
"ajv": "^8.16.0",
"axios": "^1.6.8",
"clsx": "^1.0.0",
"cookie": "^1.0.2",
"cookie": "^0.5.0",
"echarts": "^5.4.2",
"elkjs": "^0.8.2",
"fuse.js": "^7.0.0",
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 ce392f2

Please sign in to comment.