-
Notifications
You must be signed in to change notification settings - Fork 985
Version Packages #9375
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
Version Packages #9375
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Summary of ChangesHello @google-oss-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request is an automated versioning and release preparation for several Firebase JavaScript SDK packages. It introduces a new feature for server prompt templates in the AI SDK, fixes a subscription bug in the Data Connect SDK, and updates the core app SDK version. These changes trigger cascading dependency updates across the entire Firebase ecosystem, ensuring all packages are aligned with the latest versions and improvements. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This automated pull request from the Changesets release action handles package versioning. It correctly updates version numbers in package.json files, generates corresponding CHANGELOG.md entries, and removes the processed changeset files. The changes are consistent across the repository. I find no issues to address.
Size Report 1Affected ProductsNo changes between base commit (ca4a66c) and merge commit (95cc501).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (ca4a66c) and merge commit (95cc501).Test Logs |
de9c500 to
b3f7dc4
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release, this PR will be updated.
Releases
@firebase/[email protected]
Minor Changes
f06cbf9#9351 - Add support for server prompt templates.[email protected]
Minor Changes
f06cbf9#9351 - Add support for server prompt templates.Patch Changes
f06cbf9,c47bd71]:@firebase/[email protected]
Patch Changes
@firebase/[email protected]
Patch Changes
@firebase/[email protected]
Patch Changes
c47bd71#9349 (fixes #9348) - Fixed issue where onComplete wasn't triggering when the user callsunsubscribeon a subscription.