-
Notifications
You must be signed in to change notification settings - Fork 334
chore: update vue-docs version to 3.23.0 #3425
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
Conversation
WalkthroughThe package version in the Changes
Poem
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
WalkthroughThis pull request updates the Changes
🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
examples/sites/package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: Dispatch All Test (2/8)
- GitHub Check: Dispatch All Test (1/8)
- GitHub Check: Dispatch All Test (8/8)
- GitHub Check: Dispatch All Test (7/8)
- GitHub Check: Dispatch All Test (6/8)
- GitHub Check: Dispatch All Test (4/8)
- GitHub Check: Dispatch All Test (5/8)
- GitHub Check: Dispatch All Test (3/8)
| "name": "@opentiny/vue-docs", | ||
| "type": "module", | ||
| "version": "3.22.3", | ||
| "version": "3.23.0", |
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.
💡 Verification agent
❓ Verification inconclusive
Confirm version bump and update documentation
The version has been updated to 3.23.0. Please ensure the following before merging:
- A Git tag
v3.23.0has been created. - The package is published on npm.
- CHANGELOG.md (or release notes) includes an entry for this release.
- Any relevant docs or READMEs reflect the new version.
🏁 Script executed:
#!/bin/bash
# Verify npm publication of the new version
npm view @opentiny/[email protected] versionLength of output: 430
Publish and Verify @opentiny/[email protected] on npm
The command npm view @opentiny/[email protected] version returned a 404, indicating that 3.23.0 hasn’t been published yet. Before merging, please ensure:
- examples/sites/package.json (line 4) – version bumped to
3.23.0is published:npm publish --access public
- A Git tag
v3.23.0exists. - Publication succeeds and can be confirmed:
npm view @opentiny/[email protected] version
- CHANGELOG.md (or release notes) includes an entry for this release.
- Any relevant docs or READMEs reflect the new version.
Verification script (re-run after publishing):
#!/bin/bash
npm view @opentiny/[email protected] version
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit