Skip to content

v2.8.0-rc.0#1570

Merged
hexqi merged 1 commit intoopentiny:release/v2.8.xfrom
hexqi:chore/update-version-2.8
Jul 30, 2025
Merged

v2.8.0-rc.0#1570
hexqi merged 1 commit intoopentiny:release/v2.8.xfrom
hexqi:chore/update-version-2.8

Conversation

@hexqi
Copy link
Collaborator

@hexqi hexqi commented Jul 30, 2025

English | 简体中文

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Built its own designer, fully self-validated

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Background and solution

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Summary by CodeRabbit

  • Chores
    • Updated package versions across multiple modules to 2.8.0-rc.0.
    • Upgraded related dependencies in the designer-demo template to the new release candidate version.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 30, 2025

Walkthrough

This change updates the version numbers in the package.json files across numerous packages from 2.7.0 to the release candidate version 2.8.0-rc.0. No other modifications to code, dependencies, scripts, or configuration are included in this update.

Changes

Cohort / File(s) Change Summary
Designer Demo Version Bump
designer-demo/package.json
Updated the version field from 2.7.0 to 2.8.0-rc.0.
Mock Server Version Bump
mockServer/package.json
Updated the version number from 2.7.0 to 2.8.0-rc.0.
Block Compiler Version Bump
packages/block-compiler/package.json
Updated the package version from 2.7.0 to 2.8.0-rc.0.
Build Tools Version Bump
packages/build/vite-config/package.json, packages/build/vite-plugin-meta-comments/package.json
Updated package versions from 2.7.0 to 2.8.0-rc.0.
Builtin Component Version Bump
packages/builtinComponent/package.json
Updated the version number from 2.7.0 to 2.8.0-rc.0.
Canvas Version Bump
packages/canvas/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Common Package Version Bump
packages/common/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Configurator Version Bump
packages/configurator/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Design Core Version Bump
packages/design-core/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Engine CLI Version Bump
packages/engine-cli/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Designer Template Dependency Bumps
packages/engine-cli/template/designer/package.json
Updated dependencies and devDependencies from ^2.7.0 to ^2.8.0-rc.0 for several @opentiny/tiny-engine packages.
i18n Version Bump
packages/i18n/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Layout Version Bump
packages/layout/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Plugins Version Bump
packages/plugins/*/package.json
Updated all plugin package versions from 2.7.0 to 2.8.0-rc.0.
Register Version Bump
packages/register/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Settings Packages Version Bump
packages/settings/*/package.json
Updated all settings package versions from 2.7.0 to 2.8.0-rc.0.
SVGs Version Bump
packages/svgs/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Theme Base Version Bump
packages/theme/base/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Toolbars Version Bump
packages/toolbars/*/package.json
Updated all toolbar package versions from 2.7.0 to 2.8.0-rc.0.
Utils Version Bump
packages/utils/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Vue Generator Version Bump
packages/vue-generator/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.
Webcomponent Version Bump
packages/webcomponent/package.json
Updated the version from 2.7.0 to 2.8.0-rc.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • v2.5.0-rc.4 #1379: Previous version bump PR updating package.json files, related as a sequential version update.
  • v2.7.0-rc.2 #1522: Updates package version strings to a release candidate, similar in scope and purpose.
  • v2.7.0 #1524: Performs version bumps in the same files, but for a different version transition.

Suggested labels

ignore-for-release

Poem

The numbers hop, the carrots grow,
Version bumps are all we show!
From two point seven, up we leap,
To rc zero, promises to keep.
No code to chew, no bugs to chase,
Just tidy versions—rabbits love this pace!
🥕✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share
🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need 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)

  • @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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this 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 added ignore-for-release release merge to release/ branch, before release period labels Jul 30, 2025
Copy link
Contributor

@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: 11

🧹 Nitpick comments (10)
packages/settings/panel/package.json (1)

3-3: Confirm accompanying release-meta updates (CHANGELOG, tags, docs).

The version bump itself is fine, but please double-check that:

  1. A matching v2.8.0-rc.0 entry exists in the root changelog.
  2. The release tag will be created in CI to ensure consistency across every package.
  3. Any public docs that reference the package version are updated (per previous learning, docs should prefer stable versions unless intentionally pointing to RCs).

No code changes needed—just a housekeeping reminder before publishing.

packages/settings/styles/package.json (1)

1-47: Remember to update changelog & release notes

A package-level version change generally requires an entry in CHANGELOG.md (or the monorepo root changelog) so consumers understand what’s in the RC. Please ensure the changelog and any release-note tooling pick up this bump.

packages/plugins/state/package.json (1)

3-3: Remember to update the changelog for 2.8.0-rc.0.

A quick note to ensure the release notes capture this plugin’s bump so downstream consumers can track the change.

packages/plugins/tree/package.json (1)

3-3: Add an explicit publish tag for the RC version

2.8.0-rc.0 is a pre-release, yet publishConfig lacks an explicit "tag" (e.g. "next" or "rc"). If your release workflow does not inject the tag, running npm publish will mark this RC as the latest dist-tag and unintentionally upgrade downstream users.

   "publishConfig": {
     "access": "public",
+    "tag": "next"
   },

Verify that your CI pipeline or changeset config already enforces the correct tag before publishing, and add it here if not.

packages/toolbars/lock/package.json (1)

3-6: Add an explicit dist-tag to avoid publishing the RC as “latest”.

With the version now marked as 2.8.0-rc.0, running npm publish (or the release script) will, by default, push this prerelease under the latest tag unless a dist-tag is specified. That can unintentionally upgrade consumers who rely on the stable channel.

   "publishConfig": {
     "access": "public",
+    "tag": "next"
   },

This keeps the stable channel on latest while making the release-candidate available via npm install @opentiny/tiny-engine-toolbar-lock@next.

packages/plugins/help/package.json (1)

3-3: Add a corresponding CHANGELOG entry for 2.8.0-rc.0

The version bump is fine, but per project conventions all version changes—especially pre-releases—should be captured in the repository’s changelog to document any user-visible impact.

packages/toolbars/logo/package.json (1)

3-3: Bumped version calls for matching changelog & workspace checks

The version update itself is fine, but please:

  1. Add a v2.8.0-rc.0 entry to the relevant CHANGELOG(s).
  2. Confirm that all workspace:* consumers resolve to this new pre-release once published.
  3. Update any docs or examples that hard-code the package version.
packages/register/package.json (1)

3-3: OK – remember to update CHANGELOG

The meta-register package is now at 2.8.0-rc.0. Please add a corresponding entry in the root/individual package CHANGELOG so consumers understand what changed in this RC.

packages/plugins/tutorial/package.json (1)

3-3: Tutorial plugin version aligned – remember demo snapshots

Good catch aligning the tutorial plugin.
Action item: regenerate any recorded snapshots / screenshots in docs that embed the version string so they don’t drift.

packages/plugins/i18n/package.json (1)

3-3: i18n plugin RC published – update CLI guidance

Since tutorials often instruct users to install with @latest, consider adding a short note in the README directing early adopters to npm install @opentiny/tiny-engine-plugin-i18n@next until the RC graduates.

@hexqi hexqi merged commit 91d29d7 into opentiny:release/v2.8.x Jul 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release release merge to release/ branch, before release period

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants