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 Jul 31, 2024
1 parent 24f4562 commit 3c5009e
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 5 deletions.
17 changes: 17 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.52.0-beta](https://github.com/instill-ai/console/compare/v0.51.0-beta...v0.52.0-beta) (2024-07-31)


### Features

* move restapi component into generic type ([#1326](https://github.com/instill-ai/console/issues/1326)) ([fbaf1ab](https://github.com/instill-ai/console/commit/fbaf1ab3386d8edc767440d1431320354da2b5ec))


### Bug Fixes

* unify how we handle error ([#1331](https://github.com/instill-ai/console/issues/1331)) ([5d79849](https://github.com/instill-ai/console/commit/5d79849e5b1920dc2296422c8a46968219ee9fbf))


### Miscellaneous

* replace pipeline type in toolkit with type in sdk ([#1319](https://github.com/instill-ai/console/issues/1319)) ([48de6c3](https://github.com/instill-ai/console/commit/48de6c366e29f17df7c1da22a203f210065404c4))

## [0.51.0-beta](https://github.com/instill-ai/console/compare/v0.50.1-beta...v0.51.0-beta) (2024-07-16)


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.51.0-beta",
"version": "0.52.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.74.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.73.1...@instill-ai/design-system-v0.74.0) (2024-07-31)


### Features

* add integration test for SDK ([#1315](https://github.com/instill-ai/console/issues/1315)) ([d247ec9](https://github.com/instill-ai/console/commit/d247ec9a539dd258530d1286c191ede3131014f0))

## [0.73.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.73.0...@instill-ai/design-system-v0.73.1) (2024-07-17)


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.73.1",
"version": "0.74.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.3.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.2.0...instill-sdk-v0.3.0) (2024-07-31)


### Features

* add integration test for SDK ([#1315](https://github.com/instill-ai/console/issues/1315)) ([d247ec9](https://github.com/instill-ai/console/commit/d247ec9a539dd258530d1286c191ede3131014f0))
* move restapi component into generic type ([#1326](https://github.com/instill-ai/console/issues/1326)) ([fbaf1ab](https://github.com/instill-ai/console/commit/fbaf1ab3386d8edc767440d1431320354da2b5ec))
* update subscription endpoint PLAN type ([#1323](https://github.com/instill-ai/console/issues/1323)) ([895c163](https://github.com/instill-ai/console/commit/895c163c4e3e601c7b9d77b51af0787d4def32ca))


### Bug Fixes

* unify how we handle error ([#1331](https://github.com/instill-ai/console/issues/1331)) ([5d79849](https://github.com/instill-ai/console/commit/5d79849e5b1920dc2296422c8a46968219ee9fbf))


### Miscellaneous

* **integration-test:** add get/list membership integration-test ([#1324](https://github.com/instill-ai/console/issues/1324)) ([9271802](https://github.com/instill-ai/console/commit/9271802162105322ce2b9c1019c2f519e56ff62d))
* replace pipeline type in toolkit with type in sdk ([#1319](https://github.com/instill-ai/console/issues/1319)) ([48de6c3](https://github.com/instill-ai/console/commit/48de6c366e29f17df7c1da22a203f210065404c4))

## [0.2.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.1.0...instill-sdk-v0.2.0) (2024-07-16)


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.3.0-rc.0",
"version": "0.3.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.97.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.96.2...@instill-ai/toolkit-v0.97.0) (2024-07-31)


### Features

* add integration test for SDK ([#1315](https://github.com/instill-ai/console/issues/1315)) ([d247ec9](https://github.com/instill-ai/console/commit/d247ec9a539dd258530d1286c191ede3131014f0))
* make models public available ([#1329](https://github.com/instill-ai/console/issues/1329)) ([4207072](https://github.com/instill-ai/console/commit/420707227169b1aefeedefc92c2c0927045fa008))
* move restapi component into generic type ([#1326](https://github.com/instill-ai/console/issues/1326)) ([fbaf1ab](https://github.com/instill-ai/console/commit/fbaf1ab3386d8edc767440d1431320354da2b5ec))
* open up model public setting option ([#1333](https://github.com/instill-ai/console/issues/1333)) ([f61ec99](https://github.com/instill-ai/console/commit/f61ec996df204ef44a05dec786a930d86fa45fc8))
* update subscription endpoint PLAN type ([#1323](https://github.com/instill-ai/console/issues/1323)) ([895c163](https://github.com/instill-ai/console/commit/895c163c4e3e601c7b9d77b51af0787d4def32ca))


### Bug Fixes

* fix model api snippet not correctly cast with double quote for authorization token ([#1330](https://github.com/instill-ai/console/issues/1330)) ([95535af](https://github.com/instill-ai/console/commit/95535aff152e15a40cecde1d6b7454ccd5efc970))
* fix navlink wrongly highlight when user is in /explore and /feature page ([#1334](https://github.com/instill-ai/console/issues/1334)) ([24f4562](https://github.com/instill-ai/console/commit/24f45623a52330c86dcc6aa2cfcde285b42f2dae))
* fix typo in the pipeline api tab ([#1332](https://github.com/instill-ai/console/issues/1332)) ([61180d7](https://github.com/instill-ai/console/commit/61180d7364a0083ca00933df8730d3882b74380d))
* incorrect endpoint to run pipeline ([#1325](https://github.com/instill-ai/console/issues/1325)) ([f23ade0](https://github.com/instill-ai/console/commit/f23ade0d8a91c5343f67ea51d37e82c5adbca023))
* **pipeline-editor:** fix not sanitized html for use-instill-form issue ([#1327](https://github.com/instill-ai/console/issues/1327)) ([8622126](https://github.com/instill-ai/console/commit/862212677c94fb483560ce3ac452a4b19229a4f9))
* remove the bottom credits balance ([#1318](https://github.com/instill-ai/console/issues/1318)) ([943960c](https://github.com/instill-ai/console/commit/943960c2957a6389291ba01124bfadf33fef1e31))
* unify how we handle error ([#1331](https://github.com/instill-ai/console/issues/1331)) ([5d79849](https://github.com/instill-ai/console/commit/5d79849e5b1920dc2296422c8a46968219ee9fbf))


### Miscellaneous

* replace pipeline type in toolkit with type in sdk ([#1319](https://github.com/instill-ai/console/issues/1319)) ([48de6c3](https://github.com/instill-ai/console/commit/48de6c366e29f17df7c1da22a203f210065404c4))

## [0.96.2](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.96.1...@instill-ai/toolkit-v0.96.2) (2024-07-23)


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.97.0-rc.28",
"version": "0.97.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.51.0-beta","packages/design-system":"0.73.1","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.96.2","packages/sdk":"0.2.0"}
{"apps/console":"0.52.0-beta","packages/design-system":"0.74.0","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.97.0","packages/sdk":"0.3.0"}

0 comments on commit 3c5009e

Please sign in to comment.