Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/sites/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-docs",
"type": "module",
"version": "3.22.3",
"version": "3.23.0",
Copy link

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:

  1. A Git tag v3.23.0 has been created.
  2. The package is published on npm.
  3. CHANGELOG.md (or release notes) includes an entry for this release.
  4. 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] version

Length 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.0 is published:
    npm publish --access public
  • A Git tag v3.23.0 exists.
  • 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

"license": "MIT",
"scripts": {
"start": "vite",
Expand Down
Loading