Closed cstrnt closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
abby-docs | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 2, 2024 11:32pm |
In this update, the @tryabby/cli
package has been enhanced to include a version display feature. The version number is now dynamically fetched from package.json
, improving accuracy and maintainability. A minor version bump to 1.2.1 reflects these updates, which streamline the CLI tool's version management without altering any public API declarations.
File Path | Change Summary |
---|---|
packages/cli/CHANGELOG.md |
Added entry for version 1.2.1, noting the new version display feature. |
packages/cli/package.json |
Updated version from 1.2.0 to 1.2.1 to reflect the introduction of improvements. |
packages/cli/src/index.ts |
Changed version setting from hardcoded "0.0.1" to dynamic fetching from package.json . Added import for packageJson . |
π In the land of code where bunnies hop,
A version update made our spirits pop!
From "zero point one" to a new delight,
Now itβs dynamic, oh what a sight!
With every command, our joy will soar,
Thanks to the changes, weβll code even more! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @cstrnt and the rest of your teammates on Graphite
Summary by CodeRabbit
New Features
Bug Fixes
Documentation