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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1618

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

droplet-bot
Copy link
Contributor

@droplet-bot droplet-bot commented Nov 27, 2024

🤖 I have created a release beep boop

0.64.0-beta

0.64.0-beta (2024-12-01)

Features

  • adapt policy link and revamp setting pages (#1629) (d11fab5)
  • add feature flag for chat (#1628) (7455ce4)
  • chat: user can use @ to add tool suggestion in chat (#1617) (d76cd51)
  • deprecate markdown-to-jsx and support Latex in markdown (#1623) (cfea04e)
  • unify the Instill AI meeting schedule link (#1619) (51e76ff)

Bug Fixes

Miscellaneous

  • component: add icon (#1630) (87174b9)
  • component: add icons for google-drive, perplexity-ai and leadiq (#1627) (4bed7fc)
@instill-ai/design-system: 0.85.0

0.85.0 (2024-12-01)

Features

Bug Fixes

@instill-ai/design-tokens: 0.8.1

0.8.1 (2024-12-01)

Bug Fixes

@instill-ai/toolkit: 0.113.0

0.113.0 (2024-12-01)

Features

  • adapt policy link and revamp setting pages (#1629) (d11fab5)
  • add chat/agent related sdk and react-queries (#1635) (5b6490f)
  • add feature flag for chat (#1628) (7455ce4)
  • chat: user can use @ to add tool suggestion in chat (#1617) (d76cd51)
  • deprecate markdown-to-jsx and support Latex in markdown (#1623) (cfea04e)
  • deprecate the usage of integration.schemas (#1621) (8bd46fc)
  • integration: support google sheet OAuth (#1624) (d4c56a1)
  • unify the Instill AI meeting schedule link (#1619) (51e76ff)

Bug Fixes

  • fix duplicated error message for multiple texts input of pipeline trigger form (#1620) (fbbd708)
  • fix google sheets oauth config (#1625) (92734df)
  • further fix vulnerabilities deps (#1632) (bda8462)
  • patch high vulnerabilities deps issues (#1631) (955355e)

Miscellaneous

  • component: add icon (#1630) (87174b9)
  • component: add icons for google-drive, perplexity-ai and leadiq (#1627) (4bed7fc)
  • integration: adjust OAuth scope for google-drive component (#1626) (7b341a4)
  • run logging: clarify actors in Run objects (#1622) (6f55bf2)
instill-sdk: 0.13.0

0.13.0 (2024-12-01)

Features

  • add chat/agent related sdk and react-queries (#1635) (5b6490f)
  • deprecate the usage of integration.schemas (#1621) (8bd46fc)

Bug Fixes

Miscellaneous

  • run logging: clarify actors in Run objects (#1622) (6f55bf2)

This PR was generated with Release Please. See documentation.

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 77.63 KB (🟢 -14 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!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/_error 184 B (🟢 1 B) 77.81 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by undefined% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from f77873f to 801595e Compare November 27, 2024 07:01
Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

1 similar comment
Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 3 times, most recently from 02f9c0d to ff7d1ae Compare November 28, 2024 05:54
Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

2 similar comments
Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.65 KB (🟢 14 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!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/_error 183 B (🟢 -1 B) 77.83 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by undefined% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from ce392f2 to 0d5ff3d Compare November 29, 2024 07:36
Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 77.63 KB (🟢 -18 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!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/_error 185 B (🟢 2 B) 77.81 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by undefined% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.65 KB (🟢 14 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!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/_error 183 B (🟢 -1 B) 77.83 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by undefined% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

github-actions bot commented Dec 1, 2024

📦 Next.js Bundle Analysis for instillai-console

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant