-
Notifications
You must be signed in to change notification settings - Fork 10
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(auto-gen-form): fix anthropic instill credit issue #1274
fix(auto-gen-form): fix anthropic instill credit issue #1274
Conversation
📦 Next.js Bundle Analysis for instillai-consoleThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
77.64 KB (1 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
🤖 I have created a release *beep* *boop* --- <details><summary>0.50.0-beta</summary> ## [0.50.0-beta](v0.49.2-beta...v0.50.0-beta) (2024-07-02) ### Features * **component:** add email and anthropic icon ([#1266](#1266)) ([49417af](49417af)) * **dashboard:** add credit usage chart on dashboard ([#1265](#1265)) ([2304de7](2304de7)) * **dashboard:** revamp dashboard pathname to use singular noun ([#1276](#1276)) ([e1467f4](e1467f4)) ### Bug Fixes * fix prettier issue around root folder and vscode plugin ([#1258](#1258)) ([d3eac49](d3eac49)) * **namespace-switch:** fix namespace-switch not guard user private resource ([#1267](#1267)) ([3694ce8](3694ce8)) ### Miscellaneous * use prettier to sort import order ([#1261](#1261)) ([4640c24](4640c24)) </details> <details><summary>@instill-ai/design-system: 0.72.0</summary> ## [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](#1262)) ([c2d40a4](c2d40a4)) * **dashboard:** add credit usage chart on dashboard ([#1265](#1265)) ([2304de7](2304de7)) * **design-system:** add resizable component ([#1263](#1263)) ([987357c](987357c)) * model view tweaks ([#1259](#1259)) ([508bacf](508bacf)) ### Bug Fixes * fix prettier issue around root folder and vscode plugin ([#1258](#1258)) ([d3eac49](d3eac49)) ### Miscellaneous * use prettier to sort import order ([#1261](#1261)) ([4640c24](4640c24)) </details> <details><summary>@instill-ai/design-tokens: 0.6.1</summary> ## [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](#1258)) ([d3eac49](d3eac49)) ### Miscellaneous * use prettier to sort import order ([#1261](#1261)) ([4640c24](4640c24)) </details> <details><summary>@instill-ai/prettier-config-cortex: 1.1.2</summary> ## [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](#1258)) ([d3eac49](d3eac49)) ### Miscellaneous * use prettier to sort import order ([#1261](#1261)) ([4640c24](4640c24)) </details> <details><summary>@instill-ai/toolkit: 0.95.0</summary> ## [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](#1264)) ([9a02027](9a02027)) * **dashboard:** add credit usage chart on dashboard ([#1265](#1265)) ([2304de7](2304de7)) * **dashboard:** revamp dashboard pathname to use singular noun ([#1276](#1276)) ([e1467f4](e1467f4)) * model view tweaks ([#1259](#1259)) ([508bacf](508bacf)) * update top nav items ([#1260](#1260)) ([a1467f7](a1467f7)) * updates for the cloud top-up flow ([#1249](#1249)) ([ed29cd2](ed29cd2)) ### Bug Fixes * add digest back to versions table ([#1273](#1273)) ([0ccc5a1](0ccc5a1)) * **auto-gen-form:** fix anthropic instill credit issue ([#1274](#1274)) ([d7e1865](d7e1865)) * **dashbiard:** fix credit consumption react-query key not included owner issue ([#1275](#1275)) ([e78c94d](e78c94d)) * **dashboard:** fix api-token table lastUsedTime empty text ([#1270](#1270)) ([c89d4bd](c89d4bd)) * empty model placeholder link styles update ([#1272](#1272)) ([68c0305](68c0305)) * Explore link inactive/hover state ([#1269](#1269)) ([6b40fcd](6b40fcd)) * fix prettier issue around root folder and vscode plugin ([#1258](#1258)) ([d3eac49](d3eac49)) * fixed private tag in the pipeline/model header ([#1268](#1268)) ([0f28e4c](0f28e4c)) * **namespace-switch:** fix namespace-switch not guard user private resource ([#1267](#1267)) ([3694ce8](3694ce8)) * **namespace-switch:** fix useUserNamespaces return data too early ([#1278](#1278)) ([fb34c0a](fb34c0a)) * replace secret ID with Name in CreateSecretDialog and SecretTable ([#1271](#1271)) ([ffe6608](ffe6608)) ### Miscellaneous * disable credit consumption related feature ([#1277](#1277)) ([cff07ba](cff07ba)) * use prettier to sort import order ([#1261](#1261)) ([4640c24](4640c24)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Because
This commit