Pending Releases#6
Conversation
WalkthroughThis update includes the removal of two changelog entries related to leaderboard parameter handling and virtual message ID/content support. The main changelog file was updated with a new patch release section (3.0.1) that documents these two changes. Additionally, the package version was incremented from 3.0.0 to 3.0.1, and the formatting of certain JSON arrays in the package configuration was changed to a multiline style. No changes were made to the declarations of exported or public entities. Changes
Poem
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:
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 (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
package.json (1)
47-50: Address formatting inconsistencies flagged by Prettier
The expansions of thefiles,keywords, andtrustedDependenciesarrays to multiline style have caused Prettier formatting errors (File content differs from formatting output). Please runprettier --write package.json(or re-run your formatting step) to ensure the file complies with the project’s formatting rules.Also applies to: 54-61, 62-64
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.changeset/five-crews-teach.md(0 hunks).changeset/ready-peas-behave.md(0 hunks)CHANGELOG.md(1 hunks)package.json(2 hunks)
💤 Files with no reviewable changes (2)
- .changeset/five-crews-teach.md
- .changeset/ready-peas-behave.md
🧰 Additional context used
🪛 GitHub Actions: CI
package.json
[error] 45-61: File content differs from formatting output. Prettier formatting check failed. Run 'prettier --write' to fix code style issues.
🔇 Additional comments (2)
package.json (1)
5-5: Confirm version bump to 3.0.1
The version has been correctly updated to3.0.1in line with the new patch release documented in CHANGELOG.md.CHANGELOG.md (1)
3-9: Changelog patch entries for v3.0.1 look correct
The new## 3.0.1release section and its patch changes entries (efbd3f1and50f2529) accurately reflect the intended fixes and features for this patch.
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
kiai.js@3.0.1
Patch Changes
Summary by CodeRabbit