Skip to content

chore: add vue package and bump to 0.0.2#12

Merged
exoticknight merged 3 commits intomainfrom
release-250728
Jul 29, 2025
Merged

chore: add vue package and bump to 0.0.2#12
exoticknight merged 3 commits intomainfrom
release-250728

Conversation

@exoticknight
Copy link
Member

No description provided.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @exoticknight, 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 primarily focuses on a minor version increment across all packages and examples within the monorepo, moving them from 0.0.1 to 0.0.2. A significant aspect of this change is the public release of the Vue-related packages, as indicated by the removal of their private flag.

Highlights

  • Version Bump: All package.json files across the monorepo, including the root, packages/*, and examples/*, have their versions incremented from 0.0.1 to 0.0.2.
  • Vue Package Status: The packages/vue and examples/vue package.json files have had the "private": true property removed. This change indicates that these Vue-related packages are now intended for public use or broader consumption within the project.
Using Gemini Code Assist

The 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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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 or fill out our survey to provide feedback.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the version number from 0.0.1 to 0.0.2 across all packages in the monorepo and removes the private: true flag from the Vue package to make it publishable.

  • Version bump from 0.0.1 to 0.0.2 across all packages and examples
  • Removal of private: true flag from the Vue package configuration
  • Consistent version alignment across the entire monorepo

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/vue/package.json Version bump and removal of private flag to enable publishing
packages/svelte/package.json Version bump to 0.0.2
packages/shared/package.json Version bump to 0.0.2
packages/react/package.json Version bump to 0.0.2
package.json Root package version bump to 0.0.2
examples/vue/package.json Example package version bump to 0.0.2
examples/svelte/package.json Example package version bump to 0.0.2
examples/react/package.json Example package version bump to 0.0.2

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of all packages in the monorepo to 0.0.2 and prepares the @xsai-use/vue package for publishing by removing the private flag.

My review identifies one critical issue: the @xsai-use/vue package is being made public, but its build script is not yet implemented. This would lead to a broken package being published. I've suggested keeping the package private until the build process is in place to prevent this. The other version bumps look correct.

@exoticknight exoticknight requested a review from Copilot July 28, 2025 15:35
@exoticknight
Copy link
Member Author

/gemini review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version of all packages to 0.0.2 and finalizes the setup for the @xsai-use/vue package by making it public and adding a build script. The changes are consistent and align with the PR's goal.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@exoticknight exoticknight merged commit 082e87e into main Jul 29, 2025
1 check passed
@exoticknight exoticknight deleted the release-250728 branch July 29, 2025 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants