-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.4.0-beta
#191
Release 0.4.0-beta
#191
Conversation
Warning Rate Limit Exceeded@nhenin has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 10 minutes and 11 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. WalkthroughThe updates primarily involve transitioning from Changes
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? 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Out of diff range and nitpick comments (4)
doc/modules-system.md (4)
Line range hint
3-3
: Consider adding a comma after "2015" for better readability.
Line range hint
3-3
: Add a period after "etc" to adhere to American English conventions.
Line range hint
7-7
: Change "a ESM bundle" to "an ESM bundle" to correct the article usage before a vowel sound.
9-9
: Consider adding a comma after "modules" to improve the readability of the sentence.
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (23)
- CHANGELOG.md (1 hunks)
- doc/howToDevelop.md (1 hunks)
- doc/modules-system.md (1 hunks)
- doc/versioning-and-releases.md (2 hunks)
- jsdelivr-npm-importmap.js (1 hunks)
- package.json (2 hunks)
- packages/adapter/package.json (1 hunks)
- packages/language/core/v1/Readme.md (1 hunks)
- packages/language/core/v1/package.json (2 hunks)
- packages/language/examples/package.json (2 hunks)
- packages/language/specification-client/package.json (2 hunks)
- packages/marlowe-object/package.json (2 hunks)
- packages/marlowe-template/package.json (2 hunks)
- packages/runtime/client/rest/Readme.md (1 hunks)
- packages/runtime/client/rest/package.json (2 hunks)
- packages/runtime/core/package.json (2 hunks)
- packages/runtime/lifecycle/package.json (2 hunks)
- packages/runtime/lifecycle/src/browser/index.ts (1 hunks)
- packages/testing-kit/package.json (2 hunks)
- packages/token-metadata-client/package.json (1 hunks)
- packages/wallet/Readme.md (1 hunks)
- packages/wallet/package.json (1 hunks)
- rollup/config.mjs (1 hunks)
Files skipped from review due to trivial changes (17)
- jsdelivr-npm-importmap.js
- package.json
- packages/adapter/package.json
- packages/language/core/v1/package.json
- packages/language/examples/package.json
- packages/language/specification-client/package.json
- packages/marlowe-object/package.json
- packages/marlowe-template/package.json
- packages/runtime/client/rest/Readme.md
- packages/runtime/client/rest/package.json
- packages/runtime/core/package.json
- packages/runtime/lifecycle/package.json
- packages/runtime/lifecycle/src/browser/index.ts
- packages/testing-kit/package.json
- packages/token-metadata-client/package.json
- packages/wallet/package.json
- rollup/config.mjs
Additional comments not posted (6)
doc/modules-system.md (1)
12-12
: Update the script source URL to reflect the new version "0.4.0-beta".packages/language/core/v1/Readme.md (1)
19-19
: Update the script source URL to reflect the new version "0.4.0-beta".packages/wallet/Readme.md (1)
23-23
: Update the script source URL to reflect the new version "0.4.0-beta".doc/versioning-and-releases.md (2)
13-13
: Clarify the beta versioning rules to ensure they are understood correctly.
45-45
: Ensure the git commands are correct and that they reflect the intended actions for tagging and pushing the new version.doc/howToDevelop.md (1)
209-215
: Ensure that the file paths in the JSON dependencies are correct and that they point to the intended tarball files.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
4edf1fe
to
dcdca30
Compare
Summary by CodeRabbit
New Features
Breaking Changes
RestClient
to use keyword arguments for enhanced clarity and usability.marlowe-object
.Enhancements
strict
parameter for dynamic type checking inRestClient
methods.Documentation
0.4.0-beta
.Chores
0.4.0-beta-rc1
to0.4.0-beta
.