Skip to content
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

chore(release): v0.7.7 #437

Merged
merged 1 commit into from
Jul 26, 2024
Merged

chore(release): v0.7.7 #437

merged 1 commit into from
Jul 26, 2024

Conversation

tatsutakein
Copy link
Member

@tatsutakein tatsutakein commented Jul 26, 2024

Issue

  • close #ISSUE_NUMBER 🦕

概要

v0.7.7 をリリースします。

レビュー観点

レビューレベル

  • Lv0: まったく見ないで Approve する
  • Lv1: ぱっとみて違和感がないかチェックして Approve する
  • Lv2: 仕様レベルまで理解して、仕様通りに動くかある程度検証して Approve する
  • Lv3: 実際に環境で動作確認したうえで Approve する

レビュー優先度

  • すぐに見てもらいたい ( hotfix など ) 🚀
  • 今日中に見てもらいたい 🚗
  • 今日〜明日中で見てもらいたい 🚶
  • 数日以内で見てもらいたい 🐢

参考リンク

スクリーンショット

Before After

Summary by CodeRabbit

  • New Features
    • Incremented version numbers to indicate an updated application release (Android: 0.7.7, iOS: 0.7.7).
  • Bug Fixes
    • Updated dependencies to more recent versions, which may include fixes and improvements.
  • Chores
    • Improved project configuration and dependency management for better stability and performance.

Copy link

coderabbitai bot commented Jul 26, 2024

Walkthrough

The changes implemented in the project primarily focus on updating the versioning details for both Android and iOS applications. The versionCode and versionName for Android have been incremented, while the iOS project reflects a similar increment in its CURRENT_PROJECT_VERSION and MARKETING_VERSION. Additionally, various dependencies in the Swift Package Manager files have been updated to their latest versions, ensuring the project utilizes the most current features and fixes available.

Changes

Files Change Summary
app/android/build.gradle.kts, app/ios/App/Nito/Nito.xcodeproj/project.pbxproj Incremented versioning details: Android updated versionCode to 19 and versionName to "0.7.7"; iOS updated CURRENT_PROJECT_VERSION to 16 and MARKETING_VERSION to "0.7.7".
app/ios/App/Nito/Nito.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved, app/ios/Modules/Package.resolved Updated dependency versions and revisions, including a location change for swift-syntax.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant App
    participant DependencyManager

    User->>App: Request New Features
    App->>DependencyManager: Check for Updates
    DependencyManager-->>App: Return Updated Dependencies
    App->>User: Provide New Features
Loading

Poem

In the meadow where changes bloom,
Version numbers rise, dispelling gloom.
With hops and skips, we dance with delight,
Updating our app, making it bright! 🌼🐇
New codes and names, a joyful cheer,
For every bug fix, we hold dear!


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?

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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 @app/ios iOS development @app/android Android development labels Jul 26, 2024
Base automatically changed from revert-430-renovate/gradle-minor-patch to main July 26, 2024 12:35
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

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f6c7dbf and 714f470.

Files selected for processing (4)
  • app/android/build.gradle.kts (1 hunks)
  • app/ios/App/Nito/Nito.xcodeproj/project.pbxproj (8 hunks)
  • app/ios/App/Nito/Nito.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (2 hunks)
  • app/ios/Modules/Package.resolved (3 hunks)
Files skipped from review due to trivial changes (2)
  • app/android/build.gradle.kts
  • app/ios/App/Nito/Nito.xcodeproj/project.pbxproj
Additional comments not posted (10)
app/ios/Modules/Package.resolved (5)

8-9: Dependency Update: combine-schedulers

The combine-schedulers dependency has been updated to version 1.0.2 with revision 9fa31f4403da54855f1e2aeaeff478f4f0e40b13.


17-18: Dependency Update: swift-clocks

The swift-clocks dependency has been updated to version 1.0.4 with revision 3581e280bf0d90c3fb9236fb23e75a5d8c46b533.


35-36: Dependency Update: swift-dependencies

The swift-dependencies dependency has been updated to version 1.3.5 with revision cc26d06125dbc913c6d9e8a905a5db0b994509e0.


42-45: Dependency Update: swift-syntax

The swift-syntax dependency has been updated to version 509.1.0 with revision 43c802fb7f96e090dde015344a94b5e85779eff1. The location has also been changed to https://github.com/swiftlang/swift-syntax.


53-54: Dependency Update: xctest-dynamic-overlay

The xctest-dynamic-overlay dependency has been updated to version 1.2.2 with revision 357ca1e5dd31f613a1d43320870ebc219386a495.

app/ios/App/Nito/Nito.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (5)

8-9: Dependency Update: combine-schedulers

The combine-schedulers dependency has been updated to version 1.0.2 with revision 9fa31f4403da54855f1e2aeaeff478f4f0e40b13.


17-18: Dependency Update: swift-clocks

The swift-clocks dependency has been updated to version 1.0.4 with revision 3581e280bf0d90c3fb9236fb23e75a5d8c46b533.


35-36: Dependency Update: swift-dependencies

The swift-dependencies dependency has been updated to version 1.3.5 with revision cc26d06125dbc913c6d9e8a905a5db0b994509e0.


42-45: Dependency Update: swift-syntax

The swift-syntax dependency has been updated to version 600.0.0-prerelease-2024-07-24 with revision 82a453c2dfa335c7e778695762438dfe72b328d2. The location has also been changed to https://github.com/swiftlang/swift-syntax.


53-54: Dependency Update: xctest-dynamic-overlay

The xctest-dynamic-overlay dependency has been updated to version 1.2.2 with revision 357ca1e5dd31f613a1d43320870ebc219386a495.

@tatsutakein tatsutakein merged commit 20a154d into main Jul 26, 2024
7 checks passed
@tatsutakein tatsutakein deleted the release/v0.7.7 branch July 26, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@app/android Android development @app/ios iOS development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant