Skip to content

Conversation

@diegolmello
Copy link
Member

@diegolmello diegolmello commented Jan 6, 2026

Proposed changes

Issue(s)

How to test or reproduce

Screenshots

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Further comments

Summary by CodeRabbit

  • Chores
    • Updated app version to 4.68.1 across all platform configurations.

✏️ Tip: You can customize this high-level summary in your review settings.

@diegolmello diegolmello deployed to approve_e2e_testing January 6, 2026 14:45 — with GitHub Actions Active
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 6, 2026

Walkthrough

Version number decremented from 4.69.0 to 4.68.1 across Android build configuration, iOS project settings, iOS application plists, and package.json. Pure version string updates with no functional logic changes.

Changes

Cohort / File(s) Change Summary
Android Build Configuration
android/app/build.gradle
Updated versionName from 4.69.0 to 4.68.1 in defaultConfig
iOS Project Configuration
ios/RocketChatRN.xcodeproj/project.pbxproj
Updated MARKETING_VERSION from 4.69.0 to 4.68.1 in NotificationService Debug and Release build settings (2 occurrences)
iOS Application Plists
ios/RocketChatRN/Info.plist, ios/ShareRocketChatRN/Info.plist
Updated CFBundleShortVersionString from 4.69.0 to 4.68.1 in each file
Package Configuration
package.json
Updated version field from 4.69.0 to 4.68.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A version hops backward with grace so true,
From 4.69 down to 4.68.1 anew,
Through gradle and plist and package so neat,
A version adjustment, precise and discrete! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title '[NO MERGE] Build 4.68.1' is directly related to the changeset, which updates the app version to 4.68.1 across multiple build configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 4.68.1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@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: 1

🤖 Fix all issues with AI Agents
In @package.json:
- Line 3: The commit incorrectly downgrades the package "version" field in
package.json from 4.69.0 to 4.68.1; revert the version change so the version key
in package.json is restored to the correct develop value (e.g., "4.69.0") or, if
these changes must go into develop with a new patch, bump it forward (e.g.,
"4.69.1"); alternatively, do not merge this branch into develop—target a
release/4.68.x branch or cherry-pick only the needed fixes—ensure the
package.json "version" entry is consistent with your chosen strategy before
merging.
📜 Review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 41c96df and b01b793.

📒 Files selected for processing (5)
  • android/app/build.gradle
  • ios/RocketChatRN.xcodeproj/project.pbxproj
  • ios/RocketChatRN/Info.plist
  • ios/ShareRocketChatRN/Info.plist
  • package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: ESLint and Test / run-eslint-and-test
  • GitHub Check: format

{
"name": "rocket-chat-reactnative",
"version": "4.69.0",
"version": "4.68.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Critical: Version downgrade detected – do not merge to develop.

The version has been decremented from 4.69.0 to 4.68.1. Merging this to the develop branch would revert the version, breaking semantic versioning and potentially causing conflicts with published packages, CI/CD pipelines, and release workflows.

The PR title "[NO MERGE]" confirms this branch should not be merged. If this is a hotfix branch for version 4.68.1, consider:

  1. Merging to a release/4.68.x branch instead of develop
  2. Cherry-picking specific fixes rather than merging the entire branch
  3. Incrementing the version forward (e.g., 4.69.1) if changes need to go to develop
🤖 Prompt for AI Agents
In @package.json at line 3, The commit incorrectly downgrades the package
"version" field in package.json from 4.69.0 to 4.68.1; revert the version change
so the version key in package.json is restored to the correct develop value
(e.g., "4.69.0") or, if these changes must go into develop with a new patch,
bump it forward (e.g., "4.69.1"); alternatively, do not merge this branch into
develop—target a release/4.68.x branch or cherry-pick only the needed
fixes—ensure the package.json "version" entry is consistent with your chosen
strategy before merging.

@diegolmello diegolmello deployed to official_ios_build January 6, 2026 14:47 — with GitHub Actions Active
@diegolmello diegolmello had a problem deploying to experimental_ios_build January 6, 2026 14:47 — with GitHub Actions Error
@diegolmello diegolmello temporarily deployed to experimental_android_build January 6, 2026 14:47 — with GitHub Actions Inactive
@diegolmello diegolmello deployed to official_android_build January 6, 2026 14:47 — with GitHub Actions Active
@diegolmello diegolmello deployed to upload_official_android January 6, 2026 15:16 — with GitHub Actions Active
@diegolmello diegolmello had a problem deploying to upload_experimental_android January 6, 2026 15:16 — with GitHub Actions Error
@diegolmello diegolmello deployed to upload_official_ios January 6, 2026 15:19 — with GitHub Actions Active
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Android Build Available

Rocket.Chat Experimental 4.68.1.107983

Internal App Sharing: https://play.google.com/apps/test/RQVpXLytHNc/ahAO29uNRKb2UO3p2t6WCnq8_oOFFVZk4P4DGAKdrmV2hL6omsQ2lk2RJ1qnkRJv7jGnmYtl0EGmjz2AHE94xi4eJo

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Android Build Available

Rocket.Chat 4.68.1.107984

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

iOS Build Available

Rocket.Chat 4.68.1.107985

@diegolmello diegolmello changed the base branch from develop to master January 7, 2026 18:46
@diegolmello diegolmello requested a deployment to official_android_build January 7, 2026 18:49 — with GitHub Actions Waiting
@diegolmello diegolmello requested a deployment to experimental_ios_build January 7, 2026 18:49 — with GitHub Actions Waiting
@diegolmello diegolmello requested a deployment to experimental_android_build January 7, 2026 18:49 — with GitHub Actions Waiting
@diegolmello diegolmello closed this Jan 7, 2026
@diegolmello diegolmello deleted the 4.68.1 branch January 7, 2026 18:51
@diegolmello diegolmello requested a deployment to official_android_build January 7, 2026 18:57 — with GitHub Actions Waiting
@diegolmello diegolmello requested a deployment to experimental_ios_build January 7, 2026 18:57 — with GitHub Actions Waiting
@diegolmello diegolmello requested a deployment to experimental_android_build January 7, 2026 18:57 — with GitHub Actions Waiting
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.

2 participants