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

Version Packages #45

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

Version Packages #45

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 26, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@passerelle/[email protected]

Minor Changes

Patch Changes

@passerelle/[email protected]

Minor Changes

@passerelle/[email protected]

Patch Changes

@coderabbitai
Copy link

coderabbitai bot commented Oct 26, 2023

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The updates to the @passerelle packages introduce version 0.2.0 for both @passerelle/enclosure-vue and @passerelle/insider-vue, enhancing support for Vue 2.6 and Vue Router 3.0. The @passerelle/fallback-vue-router-composables package is also updated to version 0.0.2, reflecting similar compatibility improvements. These changes ensure the packages align with the latest developments in the Vue ecosystem.

Changes

Files Change Summary
packages/enclosure-vue/CHANGELOG.md, packages/insider-vue/CHANGELOG.md Updated for version 0.2.0; added support for Vue 2.6 and Vue Router 3.0.
packages/enclosure-vue/package.json, packages/insider-vue/package.json Version incremented from 0.1.0 to 0.2.0.
packages/enclosure-vue/package.json, packages/fallback-vue-router-composables/package.json Updated dependency @passerelle/fallback-vue-router-composables from 0.0.1 to 0.0.2.
packages/fallback-vue-router-composables/CHANGELOG.md Released version 0.0.2; added support for Vue 2.6 and Vue Router 3.0.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant VueApp
    participant Router

    User->>VueApp: Initialize App
    VueApp->>Router: Configure Router
    Router->>VueApp: Mount App with Router
    User->>VueApp: Interact with App
    VueApp->>Router: Handle Routing
    Router->>User: Update View
Loading

Poem

🐇 In the meadow where bunnies play,
New updates hop in, brightening the day!
Vue and Router, a perfect pair,
Enhancing our packages with love and care.
Let’s leap and twirl, a cheerful dance,
For smoother code, we take a chance! 🌼


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 7cb3d37 to 1d52364 Compare November 5, 2023 16:50
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from eba4866 to 3b11d12 Compare November 12, 2023 15:20
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from d232032 to 843a317 Compare November 19, 2023 15:11
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from a332cab to 74b2f5e Compare November 26, 2023 15:32
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from f878858 to 5a87ec2 Compare December 3, 2023 18:42
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 30d8c80 and ad932e0.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (5)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
  • packages/insider-vue/package.json
Files skipped from review as they are similar to previous changes (1)
  • packages/insider-vue/CHANGELOG.md

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between ad932e0 and b049694.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (5)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
  • packages/insider-vue/package.json
Files skipped from review as they are similar to previous changes (1)
  • packages/insider-vue/CHANGELOG.md

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b049694 and 59975db.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
  • packages/insider-vue/package.json
Files skipped from review as they are similar to previous changes (2)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/insider-vue/CHANGELOG.md

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 59975db and e9c47e8.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
  • packages/insider-vue/package.json
Files skipped from review as they are similar to previous changes (3)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/enclosure-vue/package.json
  • packages/insider-vue/CHANGELOG.md

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e9c47e8 and ce93092.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
Files skipped from review as they are similar to previous changes (3)
  • packages/enclosure-vue/package.json
  • packages/insider-vue/CHANGELOG.md
  • packages/insider-vue/package.json

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 414c91b to e53ddbf Compare August 25, 2024 18:53
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between ce93092 and e53ddbf.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
Files skipped from review as they are similar to previous changes (2)
  • packages/insider-vue/CHANGELOG.md
  • packages/insider-vue/package.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e53ddbf and 99a2476.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
Files skipped from review as they are similar to previous changes (3)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/insider-vue/CHANGELOG.md
  • packages/insider-vue/package.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 99a2476 and 4e67eb8.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
Files skipped from review as they are similar to previous changes (2)
  • packages/insider-vue/CHANGELOG.md
  • packages/insider-vue/package.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4e67eb8 and 77775e2.

Files selected for processing (6)
  • packages/enclosure-vue/CHANGELOG.md (1 hunks)
  • packages/enclosure-vue/package.json (2 hunks)
  • packages/fallback-vue-router-composables/CHANGELOG.md (1 hunks)
  • packages/fallback-vue-router-composables/package.json (1 hunks)
  • packages/insider-vue/CHANGELOG.md (1 hunks)
  • packages/insider-vue/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
  • packages/enclosure-vue/package.json
  • packages/fallback-vue-router-composables/CHANGELOG.md
  • packages/fallback-vue-router-composables/package.json
Files skipped from review as they are similar to previous changes (3)
  • packages/enclosure-vue/CHANGELOG.md
  • packages/insider-vue/CHANGELOG.md
  • packages/insider-vue/package.json

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 9b6d37c to 6a00f10 Compare September 9, 2024 01:46
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from ffce548 to 5fa474a Compare September 22, 2024 18:10
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 26e9b5a to d3077dc Compare September 23, 2024 09:05
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.

0 participants