chore: bump version to v1.7.1 #285

Merged
talksik merged 1 commits from bump-version into main 2026-06-13 19:18:21 +00:00
talksik commented 2026-06-13 18:54:43 +00:00 (Migrated from github.com)

Summary by CodeRabbit

  • Chores
    • Version updated to 1.7.1
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version updated to 1.7.1 <!-- end of auto-generated comment: release notes by coderabbit.ai -->
coderabbitai[bot] commented 2026-06-13 18:54:54 +00:00 (Migrated from github.com)

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1a2361b4-8c08-48b7-b784-744f83642db0

📥 Commits

Reviewing files that changed from the base of the PR and between fa9f88f6f6 and fda598374f.

📒 Files selected for processing (1)
  • js/desktop/package.json

📝 Walkthrough

Walkthrough

The desktop application version in js/desktop/package.json is incremented from 1.7.0 to 1.7.1, reflecting a patch release.

Changes

Desktop Version Update

Layer / File(s) Summary
Version manifest update
js/desktop/package.json
The version field is bumped from 1.7.0 to 1.7.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

  • flowy-live/llink#276: Both PRs modify js/desktop/package.json by changing the version field (1.7.0 → 1.7.1 vs 1.5.2 → 1.6.0).
  • flowy-live/llink#257: Both PRs only change js/desktop/package.json by bumping the version field for the desktop app.
  • flowy-live/llink#281: Both PRs change js/desktop/package.json by bumping the version field (main: 1.7.0→1.7.1, retrieved: 1.6.0→1.7.0).

Poem

🐰 Patch notes hop in sight,
One-point-seven, shining bright,
Version bumps so small and right,
Llink marches on with all its might! 📦

🚥 Pre-merge checks | 5
Passed checks (5 passed)
Check name Status Explanation
Description Check Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check Passed The title clearly and concisely summarizes the main change: bumping the application version from 1.7.0 to 1.7.1, which is the sole modification in the changeset.
Docstring Coverage Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check Passed Check skipped because no linked issues were found for this pull request.

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

Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-version

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

<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/flowy-live/llink/pull/285?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> No actionable comments were generated in the recent review. 🎉 <details> <summary>ℹ️ Recent review info</summary> <details> <summary>⚙️ Run configuration</summary> **Configuration used**: defaults **Review profile**: CHILL **Plan**: Pro Plus **Run ID**: `1a2361b4-8c08-48b7-b784-744f83642db0` </details> <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between fa9f88f6f60df61d5b67a62b0bd0262276cb7326 and fda598374f64e738e1837980a395d14f717e194a. </details> <details> <summary>📒 Files selected for processing (1)</summary> * `js/desktop/package.json` </details> </details> --- <!-- walkthrough_start --> <details> <summary>📝 Walkthrough</summary> ## Walkthrough The desktop application version in `js/desktop/package.json` is incremented from `1.7.0` to `1.7.1`, reflecting a patch release. ## Changes **Desktop Version Update** |Layer / File(s)|Summary| |---|---| |**Version manifest update** <br> `js/desktop/package.json`|The `version` field is bumped from `1.7.0` to `1.7.1`.| ## Estimated code review effort 🎯 1 (Trivial) | ⏱️ ~1 minute ## Possibly related PRs - [flowy-live/llink#276](https://github.com/flowy-live/llink/pull/276): Both PRs modify `js/desktop/package.json` by changing the `version` field (1.7.0 → 1.7.1 vs 1.5.2 → 1.6.0). - [flowy-live/llink#257](https://github.com/flowy-live/llink/pull/257): Both PRs only change `js/desktop/package.json` by bumping the `version` field for the desktop app. - [flowy-live/llink#281](https://github.com/flowy-live/llink/pull/281): Both PRs change `js/desktop/package.json` by bumping the `version` field (main: 1.7.0→1.7.1, retrieved: 1.6.0→1.7.0). ## Poem > 🐰 *Patch notes hop in sight,* > *One-point-seven, shining bright,* > *Version bumps so small and right,* > *Llink marches on with all its might!* 📦 </details> <!-- walkthrough_end --> <!-- pre_merge_checks_walkthrough_start --> <details> <summary>🚥 Pre-merge checks | ✅ 5</summary> <details> <summary>✅ Passed checks (5 passed)</summary> | Check name | Status | Explanation | | :------------------------: | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. | | Title check | ✅ Passed | The title clearly and concisely summarizes the main change: bumping the application version from 1.7.0 to 1.7.1, which is the sole modification in the changeset. | | Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. | | Linked Issues check | ✅ Passed | Check skipped because no linked issues were found for this pull request. | | Out of Scope Changes check | ✅ Passed | Check skipped because no linked issues were found for this pull request. | </details> <sub>✏️ Tip: You can configure your own custom pre-merge checks in the settings.</sub> </details> <!-- pre_merge_checks_walkthrough_end --> <!-- finishing_touch_checkbox_start --> <details> <summary>✨ Finishing Touches</summary> <details> <summary>🧪 Generate unit tests (beta)</summary> - [ ] <!-- {"checkboxId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Create PR with unit tests - [ ] <!-- {"checkboxId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Commit unit tests in branch `bump-version` </details> </details> <!-- finishing_touch_checkbox_end --> <!-- tips_start --> --- <sub>Comment `@coderabbitai help` to get the list of available commands and usage tips.</sub> <!-- tips_end --> <!-- internal state start --> <!-- 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 --> <!-- internal state end -->
Sign in to join this conversation.