Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1257

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions apps/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.50.0-beta](https://github.com/instill-ai/console/compare/v0.49.2-beta...v0.50.0-beta) (2024-07-02)


### Features

* **component:** add email and anthropic icon ([#1266](https://github.com/instill-ai/console/issues/1266)) ([49417af](https://github.com/instill-ai/console/commit/49417af86588bb7aa70283b8d884a3db79f54ad2))
* **dashboard:** add credit usage chart on dashboard ([#1265](https://github.com/instill-ai/console/issues/1265)) ([2304de7](https://github.com/instill-ai/console/commit/2304de7073f73f27c993e36899f70493ae8d87b8))
* **dashboard:** revamp dashboard pathname to use singular noun ([#1276](https://github.com/instill-ai/console/issues/1276)) ([e1467f4](https://github.com/instill-ai/console/commit/e1467f4eed8054d6da19ec5f7ec246b6f7b91c57))


### Bug Fixes

* fix prettier issue around root folder and vscode plugin ([#1258](https://github.com/instill-ai/console/issues/1258)) ([d3eac49](https://github.com/instill-ai/console/commit/d3eac498ec78872392c9c5072c1b9aed303fc24f))
* **namespace-switch:** fix namespace-switch not guard user private resource ([#1267](https://github.com/instill-ai/console/issues/1267)) ([3694ce8](https://github.com/instill-ai/console/commit/3694ce8c24529be6e1bdf9800fd3c05381c08fe4))


### Miscellaneous

* use prettier to sort import order ([#1261](https://github.com/instill-ai/console/issues/1261)) ([4640c24](https://github.com/instill-ai/console/commit/4640c24ce73940d204111880b8bb367d690e32d1))

## [0.49.2-beta](https://github.com/instill-ai/console/compare/v0.49.1-beta...v0.49.2-beta) (2024-06-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.49.2-beta",
"version": "0.50.0-beta",
"main": "index.js",
"repository": "https://github.com/instill-ai/console.git",
"author": "Instill AI",
Expand Down
20 changes: 20 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @instill-ai/design-system

## [0.72.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.71.0...@instill-ai/design-system-v0.72.0) (2024-07-02)


### Features

* add twMerge to deal with classname conflict issue ([#1262](https://github.com/instill-ai/console/issues/1262)) ([c2d40a4](https://github.com/instill-ai/console/commit/c2d40a48c837b1e103bd5730d8ce669a1e578344))
* **dashboard:** add credit usage chart on dashboard ([#1265](https://github.com/instill-ai/console/issues/1265)) ([2304de7](https://github.com/instill-ai/console/commit/2304de7073f73f27c993e36899f70493ae8d87b8))
* **design-system:** add resizable component ([#1263](https://github.com/instill-ai/console/issues/1263)) ([987357c](https://github.com/instill-ai/console/commit/987357c49aa2790318b4bec892b6e7d767397725))
* model view tweaks ([#1259](https://github.com/instill-ai/console/issues/1259)) ([508bacf](https://github.com/instill-ai/console/commit/508bacfbbfdff98875c322799ab96eb7642557c9))


### Bug Fixes

* fix prettier issue around root folder and vscode plugin ([#1258](https://github.com/instill-ai/console/issues/1258)) ([d3eac49](https://github.com/instill-ai/console/commit/d3eac498ec78872392c9c5072c1b9aed303fc24f))


### Miscellaneous

* use prettier to sort import order ([#1261](https://github.com/instill-ai/console/issues/1261)) ([4640c24](https://github.com/instill-ai/console/commit/4640c24ce73940d204111880b8bb367d690e32d1))

## [0.71.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.70.0...@instill-ai/design-system-v0.71.0) (2024-06-19)


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.72.0-rc.1",
"version": "0.72.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
12 changes: 12 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.1](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.6.0...@instill-ai/design-tokens-v0.6.1) (2024-07-02)


### Bug Fixes

* fix prettier issue around root folder and vscode plugin ([#1258](https://github.com/instill-ai/console/issues/1258)) ([d3eac49](https://github.com/instill-ai/console/commit/d3eac498ec78872392c9c5072c1b9aed303fc24f))


### Miscellaneous

* use prettier to sort import order ([#1261](https://github.com/instill-ai/console/issues/1261)) ([4640c24](https://github.com/instill-ai/console/commit/4640c24ce73940d204111880b8bb367d690e32d1))

## [0.6.0](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.4...@instill-ai/design-tokens-v0.6.0) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/design-tokens",
"version": "0.6.0",
"version": "0.6.1",
"description": "Instill AI's design tokens",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
12 changes: 12 additions & 0 deletions packages/prettier-config-cortex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-config-cortex

## [1.1.2](https://github.com/instill-ai/console/compare/@instill-ai/prettier-config-cortex-v1.1.1...@instill-ai/prettier-config-cortex-v1.1.2) (2024-07-02)


### Bug Fixes

* fix prettier issue around root folder and vscode plugin ([#1258](https://github.com/instill-ai/console/issues/1258)) ([d3eac49](https://github.com/instill-ai/console/commit/d3eac498ec78872392c9c5072c1b9aed303fc24f))


### Miscellaneous

* use prettier to sort import order ([#1261](https://github.com/instill-ai/console/issues/1261)) ([4640c24](https://github.com/instill-ai/console/commit/4640c24ce73940d204111880b8bb367d690e32d1))

## [1.1.1](https://github.com/instill-ai/console/compare/@instill-ai/prettier-config-cortex-v1.1.0...@instill-ai/prettier-config-cortex-v1.1.1) (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-cortex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/prettier-config-cortex",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
Expand Down
33 changes: 33 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.95.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.94.3...@instill-ai/toolkit-v0.95.0) (2024-07-02)


### Features

* add PLAN_UNPAID type into subscription plan ([#1264](https://github.com/instill-ai/console/issues/1264)) ([9a02027](https://github.com/instill-ai/console/commit/9a02027277cb9f7678cfa7c7d272a9c4cd17883e))
* **dashboard:** add credit usage chart on dashboard ([#1265](https://github.com/instill-ai/console/issues/1265)) ([2304de7](https://github.com/instill-ai/console/commit/2304de7073f73f27c993e36899f70493ae8d87b8))
* **dashboard:** revamp dashboard pathname to use singular noun ([#1276](https://github.com/instill-ai/console/issues/1276)) ([e1467f4](https://github.com/instill-ai/console/commit/e1467f4eed8054d6da19ec5f7ec246b6f7b91c57))
* model view tweaks ([#1259](https://github.com/instill-ai/console/issues/1259)) ([508bacf](https://github.com/instill-ai/console/commit/508bacfbbfdff98875c322799ab96eb7642557c9))
* update top nav items ([#1260](https://github.com/instill-ai/console/issues/1260)) ([a1467f7](https://github.com/instill-ai/console/commit/a1467f7d4e967acebcf2298b0db5699d28b424ef))
* updates for the cloud top-up flow ([#1249](https://github.com/instill-ai/console/issues/1249)) ([ed29cd2](https://github.com/instill-ai/console/commit/ed29cd2c8c3f9f415f5a569f63420bced2bee338))


### Bug Fixes

* add digest back to versions table ([#1273](https://github.com/instill-ai/console/issues/1273)) ([0ccc5a1](https://github.com/instill-ai/console/commit/0ccc5a15a8f36014e3f0d9da0dc7f568e09bf71f))
* **auto-gen-form:** fix anthropic instill credit issue ([#1274](https://github.com/instill-ai/console/issues/1274)) ([d7e1865](https://github.com/instill-ai/console/commit/d7e1865dbb59e46003524e313d3e8c4860d0bb6a))
* **dashbiard:** fix credit consumption react-query key not included owner issue ([#1275](https://github.com/instill-ai/console/issues/1275)) ([e78c94d](https://github.com/instill-ai/console/commit/e78c94da4a2166ef3e32ee8993042966cf7bb355))
* **dashboard:** fix api-token table lastUsedTime empty text ([#1270](https://github.com/instill-ai/console/issues/1270)) ([c89d4bd](https://github.com/instill-ai/console/commit/c89d4bdb08d2e5ac7331723bac29c4a891704263))
* empty model placeholder link styles update ([#1272](https://github.com/instill-ai/console/issues/1272)) ([68c0305](https://github.com/instill-ai/console/commit/68c0305b8eb1e547225177898a6bb4bbdfe6fe38))
* Explore link inactive/hover state ([#1269](https://github.com/instill-ai/console/issues/1269)) ([6b40fcd](https://github.com/instill-ai/console/commit/6b40fcd836d180876c1a27e27d3ef759ad9b2923))
* fix prettier issue around root folder and vscode plugin ([#1258](https://github.com/instill-ai/console/issues/1258)) ([d3eac49](https://github.com/instill-ai/console/commit/d3eac498ec78872392c9c5072c1b9aed303fc24f))
* fixed private tag in the pipeline/model header ([#1268](https://github.com/instill-ai/console/issues/1268)) ([0f28e4c](https://github.com/instill-ai/console/commit/0f28e4c39d79791e2b7823eb83c07c2bd3abfb45))
* **namespace-switch:** fix namespace-switch not guard user private resource ([#1267](https://github.com/instill-ai/console/issues/1267)) ([3694ce8](https://github.com/instill-ai/console/commit/3694ce8c24529be6e1bdf9800fd3c05381c08fe4))
* **namespace-switch:** fix useUserNamespaces return data too early ([#1278](https://github.com/instill-ai/console/issues/1278)) ([fb34c0a](https://github.com/instill-ai/console/commit/fb34c0a61fc75656da0e56bc7eb4eccb314c4ca3))
* replace secret ID with Name in CreateSecretDialog and SecretTable ([#1271](https://github.com/instill-ai/console/issues/1271)) ([ffe6608](https://github.com/instill-ai/console/commit/ffe6608e9d4ae7c6cb1c12660589c0804b424e66))


### Miscellaneous

* disable credit consumption related feature ([#1277](https://github.com/instill-ai/console/issues/1277)) ([cff07ba](https://github.com/instill-ai/console/commit/cff07bac4e427a46542a8c78cc44fe874eefb5ea))
* use prettier to sort import order ([#1261](https://github.com/instill-ai/console/issues/1261)) ([4640c24](https://github.com/instill-ai/console/commit/4640c24ce73940d204111880b8bb367d690e32d1))

## [0.94.3](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.94.2...@instill-ai/toolkit-v0.94.3) (2024-06-20)


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.95.0-rc.24",
"version": "0.95.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.49.2-beta","packages/design-system":"0.71.0","packages/design-tokens":"0.6.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.94.3"}
{"apps/console":"0.50.0-beta","packages/design-system":"0.72.0","packages/design-tokens":"0.6.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.95.0"}
Loading