Skip to content

chore(release): release in ci#24

Closed
inula-bot wants to merge 0 commit intomasterfrom
changeset-release/master
Closed

chore(release): release in ci#24
inula-bot wants to merge 0 commit intomasterfrom
changeset-release/master

Conversation

@inula-bot
Copy link
Contributor

@inula-bot inula-bot commented Mar 20, 2025

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 master, this PR will be updated.

Releases

@github-actions github-actions bot force-pushed the changeset-release/master branch from 8b30ff6 to 8ef2302 Compare March 20, 2025 14:00
@coderabbitai
Copy link

coderabbitai bot commented Mar 20, 2025

Walkthrough

This pull request involves the removal of a changeset file that documented JSX type fixes and several updates across multiple packages. Changelog files for the affected packages have been updated with new version entries reflecting the JSX type fixes and an update to the openinula dependency. Additionally, each package’s manifest file has been updated to increment their version numbers and modify dependency version constraints for openinula.

Changes

File(s) Change Summary
.changeset/sour-carrots-report.md Deleted file previously documenting JSX type fixes for the openinula, inula-intl, and inula-request components.
packages/inula-intl/CHANGELOG.md, packages/inula-request/CHANGELOG.md, packages/inula/CHANGELOG.md New changelog entries added to document patch releases addressing JSX type issues and recording the update to openinula version 0.1.14.
packages/inula-intl/package.json, packages/inula-request/package.json, packages/inula/package.json Updated version numbers (inula-intl: 1.0.34 → 1.0.35; inula-request: 1.1.4 → 1.1.5; inula: 0.1.13 → 0.1.14) and bumped openinula dependency constraints to require version ≥0.1.14 in peer and development dependencies.
next-packages/compiler/babel-inula-next-core/CHANGELOG.md, next-packages/compiler/babel-inula-next-core/package.json Added new version entry for babel-inula-next-core (0.0.6) with a patch change.
next-packages/compiler/unplugin-inula-next/CHANGELOG.md, next-packages/compiler/unplugin-inula-next/package.json Added new version entry for unplugin-inula-next (0.0.3) with a patch change.
next-packages/inula-bridge/CHANGELOG.md, next-packages/inula-bridge/package.json New changelog entry for bridge (0.0.2) and updated version of openinula dependency.
next-packages/runtime/CHANGELOG.md, next-packages/runtime/package.json New version entry for runtime (0.0.6) with a patch change.
packages/create-inula/CHANGELOG.md, packages/create-inula/package.json New changelog entry for create-inula (1.0.23) with a patch change.
.changeset/rare-pigs-stay.md, .changeset/shaggy-keys-invite.md, .changeset/stupid-readers-read.md, .changeset/tame-goats-sneeze.md Deleted files that previously documented various patch entries and features.

Possibly related PRs

  • fix: types issues #22: The changes in the main PR, which involve addressing JSX type issues in the inula-intl and inula-request components, are directly related to the modifications in the retrieved PR that also focus on fixing types issues in the same components.

Poem

I'm a rabbit leaping through lines of code,
Updating versions on every node.
Carrots of change sprout in a patch delight,
JSX bugs fixed, making all things right.
I hop with joy as the updates take flight,
Celebrating each fix under the moonlight! 🥕✨


🪧 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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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.

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

🧹 Nitpick comments (1)
packages/inula-request/CHANGELOG.md (1)

22-23: Formatting Note in Bug Fix Section

There appears to be a minor formatting adjustment in the bug fix section (line 23). Please double-check that this change in spacing is intentional and consistent with the changelog’s style guidelines.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 17c1781 and 8ef2302.

📒 Files selected for processing (7)
  • .changeset/sour-carrots-report.md (0 hunks)
  • packages/inula-intl/CHANGELOG.md (1 hunks)
  • packages/inula-intl/package.json (2 hunks)
  • packages/inula-request/CHANGELOG.md (2 hunks)
  • packages/inula-request/package.json (3 hunks)
  • packages/inula/CHANGELOG.md (1 hunks)
  • packages/inula/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/sour-carrots-report.md
🔇 Additional comments (10)
packages/inula/CHANGELOG.md (1)

1-8: Changelog Entry Verification for openinula Version 0.1.14

The changelog entry correctly documents the patch changes addressing JSX types issues (commit hash 5b54c5d) for the openinula package. Ensure that this entry remains consistent with the related dependency updates in other packages.

packages/inula-intl/CHANGELOG.md (1)

1-9: Changelog Entry Verification for inula-intl Version 1.0.35

The updated changelog entry reflects the patch changes for JSX type issues and the dependency update to openinula@0.1.14. This is clear and consistent with the overall update strategy.

packages/inula/package.json (1)

7-7: Version Update in openinula Package

The version has been updated to 0.1.14, which aligns with the changes noted in the changelogs. Please verify that any package or tool that depends on this version is updated accordingly.

packages/inula-request/CHANGELOG.md (1)

3-10: Changelog Entry Update for inula-request Version 1.1.5

The new changelog entry for version 1.1.5 documents the patch changes, including the fix for JSX types issues and the updated dependency (openinula@0.1.14). This change is well aligned with the rest of the ecosystem updates.

packages/inula-intl/package.json (3)

3-3: Version Update in inula-intl Package

The version has been updated from 1.0.34 to 1.0.35, which is in line with the recent release changes. Ensure that consumers of this package are aware of the version bump.


26-28: Peer Dependency Update for openinula

The peer dependency for openinula has been updated to >=0.1.14, ensuring that the package now relies on the most recent fixes and improvements. This update promotes consistency with the ecosystem changes.


29-32: Dev Dependency Update for openinula

The dev dependency for openinula is now set to ^0.1.14, which aligns with the updated peer dependency and overall versioning strategy. This should help maintain a consistent development environment.

packages/inula-request/package.json (3)

3-3: Bump Package Version to 1.1.5
The version update from the previous release to "1.1.5" is correctly applied as part of your patch changes for the release workflow.


33-33: Update DevDependency for openinula
The "openinula" dependency in devDependencies has been updated to ">=0.1.14" in accordance with the new release requirements. This ensures compatibility with the fixed JSX types issues.


56-56: Align Peer Dependency for openinula
The change to "openinula" with version constraint ">=0.1.14" in peerDependencies matches the update in devDependencies and satisfies the coordinated updates across related packages.

@github-actions github-actions bot force-pushed the changeset-release/master branch from 8ef2302 to 031c02f Compare March 21, 2025 06:38
@github-actions github-actions bot force-pushed the changeset-release/master branch from 031c02f to 66d767e Compare March 29, 2025 09:32
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

🧹 Nitpick comments (1)
next-packages/compiler/babel-inula-next-core/CHANGELOG.md (1)

3-8: New Changelog Entry for Version 0.0.6

A new version entry for 0.0.6 has been added along with its patch changes. Note the patch message on line 7:
- 3d57278: fix: props updater can not update key with "value"
Consider changing "can not" to "cannot" for improved consistency and style.

🧰 Tools
🪛 LanguageTool

[style] ~7-~7: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... Changes - 3d57278: fix: props updater can not update key with "value" ## 0.0.5 ### ...

(CAN_NOT_PREMIUM)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 031c02f and 66d767e.

📒 Files selected for processing (17)
  • .changeset/sour-carrots-report.md (0 hunks)
  • next-packages/compiler/babel-inula-next-core/CHANGELOG.md (1 hunks)
  • next-packages/compiler/babel-inula-next-core/package.json (1 hunks)
  • next-packages/compiler/unplugin-inula-next/CHANGELOG.md (1 hunks)
  • next-packages/compiler/unplugin-inula-next/package.json (1 hunks)
  • next-packages/inula-bridge/CHANGELOG.md (1 hunks)
  • next-packages/inula-bridge/package.json (2 hunks)
  • next-packages/runtime/CHANGELOG.md (1 hunks)
  • next-packages/runtime/package.json (1 hunks)
  • packages/create-inula/CHANGELOG.md (1 hunks)
  • packages/create-inula/package.json (1 hunks)
  • packages/inula-intl/CHANGELOG.md (1 hunks)
  • packages/inula-intl/package.json (2 hunks)
  • packages/inula-request/CHANGELOG.md (2 hunks)
  • packages/inula-request/package.json (3 hunks)
  • packages/inula/CHANGELOG.md (1 hunks)
  • packages/inula/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/sour-carrots-report.md
✅ Files skipped from review due to trivial changes (8)
  • packages/create-inula/CHANGELOG.md
  • next-packages/compiler/unplugin-inula-next/CHANGELOG.md
  • next-packages/compiler/babel-inula-next-core/package.json
  • packages/create-inula/package.json
  • next-packages/inula-bridge/CHANGELOG.md
  • next-packages/runtime/package.json
  • next-packages/runtime/CHANGELOG.md
  • next-packages/compiler/unplugin-inula-next/package.json
🚧 Files skipped from review as they are similar to previous changes (6)
  • packages/inula-intl/CHANGELOG.md
  • packages/inula/CHANGELOG.md
  • packages/inula-request/CHANGELOG.md
  • packages/inula/package.json
  • packages/inula-request/package.json
  • packages/inula-intl/package.json
🧰 Additional context used
🪛 LanguageTool
next-packages/compiler/babel-inula-next-core/CHANGELOG.md

[style] ~7-~7: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... Changes - 3d57278: fix: props updater can not update key with "value" ## 0.0.5 ### ...

(CAN_NOT_PREMIUM)

🔇 Additional comments (2)
next-packages/inula-bridge/package.json (2)

3-3: Version Bump Confirmed

The package version has been updated to 0.0.2 in accordance with the release process. This change aligns with the broader set of updates across related packages.


41-41: Updated Dependency for "openinula"

The dependency "openinula" has been updated to "^0.1.14", matching the coordinated release specifications. Verify that this update resolves any dependency compatibility issues across packages.

@github-actions github-actions bot force-pushed the changeset-release/master branch from d1eb36b to 319caee Compare March 29, 2025 09:56
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

🧹 Nitpick comments (2)
next-packages/compiler/babel-inula-next-core/CHANGELOG.md (2)

3-8: New Changelog Entry for Version 0.0.6

A new changelog entry for version 0.0.6 has been added with the associated patch details. This entry clearly documents that the patch fixes the props updater issue. However, please consider updating the wording from “can not” to “cannot” to better align with typical style guidelines.

- - 3d57278: fix: props updater can not update key with "value"
+ - 3d57278: fix: props updater cannot update key with "value"
🧰 Tools
🪛 LanguageTool

[style] ~7-~7: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... Changes - 3d57278: fix: props updater can not update key with "value" ## 0.0.5 ### ...

(CAN_NOT_PREMIUM)


15-16: Clarify Isolated Change on Line 16

Line 16 appears as an isolated modified or added line (currently with no visible content). Please verify if this change is intentional for formatting purposes. If not, removing it might help maintain a cleaner changelog structure.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 66d767e and 319caee.

📒 Files selected for processing (21)
  • .changeset/rare-pigs-stay.md (0 hunks)
  • .changeset/shaggy-keys-invite.md (0 hunks)
  • .changeset/sour-carrots-report.md (0 hunks)
  • .changeset/stupid-readers-read.md (0 hunks)
  • .changeset/tame-goats-sneeze.md (0 hunks)
  • next-packages/compiler/babel-inula-next-core/CHANGELOG.md (1 hunks)
  • next-packages/compiler/babel-inula-next-core/package.json (1 hunks)
  • next-packages/compiler/unplugin-inula-next/CHANGELOG.md (1 hunks)
  • next-packages/compiler/unplugin-inula-next/package.json (1 hunks)
  • next-packages/inula-bridge/CHANGELOG.md (1 hunks)
  • next-packages/inula-bridge/package.json (2 hunks)
  • next-packages/runtime/CHANGELOG.md (1 hunks)
  • next-packages/runtime/package.json (1 hunks)
  • packages/create-inula/CHANGELOG.md (1 hunks)
  • packages/create-inula/package.json (1 hunks)
  • packages/inula-intl/CHANGELOG.md (1 hunks)
  • packages/inula-intl/package.json (2 hunks)
  • packages/inula-request/CHANGELOG.md (2 hunks)
  • packages/inula-request/package.json (3 hunks)
  • packages/inula/CHANGELOG.md (1 hunks)
  • packages/inula/package.json (1 hunks)
💤 Files with no reviewable changes (5)
  • .changeset/stupid-readers-read.md
  • .changeset/rare-pigs-stay.md
  • .changeset/tame-goats-sneeze.md
  • .changeset/sour-carrots-report.md
  • .changeset/shaggy-keys-invite.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • next-packages/compiler/unplugin-inula-next/CHANGELOG.md
  • packages/inula/CHANGELOG.md
  • packages/inula/package.json
  • packages/create-inula/CHANGELOG.md
  • packages/inula-intl/CHANGELOG.md
  • next-packages/runtime/package.json
  • next-packages/compiler/babel-inula-next-core/package.json
  • packages/create-inula/package.json
  • next-packages/runtime/CHANGELOG.md
  • next-packages/inula-bridge/CHANGELOG.md
  • next-packages/compiler/unplugin-inula-next/package.json
  • packages/inula-request/CHANGELOG.md
  • next-packages/inula-bridge/package.json
  • packages/inula-request/package.json
  • packages/inula-intl/package.json
🧰 Additional context used
🪛 LanguageTool
next-packages/compiler/babel-inula-next-core/CHANGELOG.md

[style] ~7-~7: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... Changes - 3d57278: fix: props updater can not update key with "value" ## 0.0.5 ### ...

(CAN_NOT_PREMIUM)

@github-actions github-actions bot closed this Mar 29, 2025
@github-actions github-actions bot force-pushed the changeset-release/master branch from 319caee to 8e587f1 Compare March 29, 2025 10:00
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.

1 participant