Skip to content

release: 1.1.1#117

Merged
anilcancakir merged 2 commits into
masterfrom
release/1.1.1
Jun 23, 2026
Merged

release: 1.1.1#117
anilcancakir merged 2 commits into
masterfrom
release/1.1.1

Conversation

@anilcancakir

@anilcancakir anilcancakir commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Patch release 1.1.1.

Release steps done in this PR

  • Bumped pubspec.yaml version 1.1.0 -> 1.1.1.
  • Promoted ## [Unreleased] to ## [1.1.1] - 2026-06-23 in CHANGELOG.md, with the trailing [1.1.1] link reference and the [Unreleased] compare link redirected to 1.1.1...HEAD.
  • Full Definition of Done gate passed: dart analyze clean, dart format no diff, flutter test 1443 pass (1 pre-existing skip), ./tool/coverage.sh 90 -> 91.2%.

What ships in 1.1.1

Fixed

Changed

After merge

Tag and publish (manual, per repo process):

git tag 1.1.1 && git push origin 1.1.1

The tag triggers .github/workflows/publish.yml to push to pub.dev.

Summary by CodeRabbit

  • Chores
    • Released version 1.1.1 with documentation and configuration updates across all project files.

Patch release. Promotes the [Unreleased] section to [1.1.1] and bumps
pubspec version 1.1.0 -> 1.1.1.

- Fixed: WInput native text selection restored (web mouse drag-select,
  double-tap word, long-press) via TextSelectionGestureDetectorBuilder;
  handles stay cupertino-only (no material.dart import).
- Fixed: WText inherits an ancestor DefaultTextStyle color (CSS cascade)
  before the platform-brightness baseline.
- Changed: WInput tap-to-focus / onTap now flow through the native gesture
  builder instead of a hand-built GestureDetector.
Copilot AI review requested due to automatic review settings June 23, 2026 19:21
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

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: 71e95ac7-a496-4fef-9f70-d0aae96039ae

📥 Commits

Reviewing files that changed from the base of the PR and between 9a73387 and 2e11988.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • dartdoc_options.yaml
  • example/pubspec.yaml
  • llms.txt
  • pubspec.yaml

📝 Walkthrough

Walkthrough

All version references in the repository are bumped from 1.1.0 to 1.1.1. This covers the package pubspec.yaml, the example app pubspec.yaml, CHANGELOG.md (new release heading and updated compare URL), dartdoc_options.yaml (source link template), and llms.txt (library header version string).

Changes

Version bump 1.1.0 → 1.1.1

Layer / File(s) Summary
Package and example version fields
pubspec.yaml, example/pubspec.yaml
version bumped to 1.1.1 in the root package and to 1.1.1+1 in the example app.
Changelog, dartdoc, and llms.txt updates
CHANGELOG.md, dartdoc_options.yaml, llms.txt
New [1.1.1] - 2026-06-23 heading added and [Unreleased] compare URL updated to 1.1.1...HEAD; dartdoc source link template updated to 1.1.1; llms.txt header version string updated to 1.1.1 stable.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • fluttersdk/wind#111: Directly preceding release bump (1.1.0) that modified the exact same set of files and version references.

Poem

🐇 Hippity hop, a new version is here,
From one-one-zero to one-one-one, oh cheer!
The changelog is stamped, the pubspec aligned,
No feature too big, just versions refined.
A tidy little bump — the rabbit's delight! 🎉

🚥 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 'release: 1.1.1' clearly and directly summarizes the main objective of the changeset—a patch version release bumping the package from 1.1.0 to 1.1.1 with related file updates.
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 release/1.1.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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Prepares the 1.1.1 patch release by updating the package version and promoting the changelog entries from Unreleased into a dated 1.1.1 section, keeping the changelog link references consistent for GitHub tagging/publishing.

Changes:

  • Bump pubspec.yaml version from 1.1.0 to 1.1.1.
  • Promote CHANGELOG.md entries into ## [1.1.1] - 2026-06-23 and update link references ([Unreleased] compare now starts from 1.1.1; add [1.1.1] tag link).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pubspec.yaml Version bump to 1.1.1 for the patch release.
CHANGELOG.md Create the 1.1.1 section, move release notes under it, and update compare/tag link references.

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Bump the version strings that track the package release but live outside
pubspec.yaml: llms.txt ("Version 1.1.1 stable"), dartdoc_options.yaml
(source-link tag base blob/1.1.1), and example/pubspec.yaml (1.1.1+1).
SKILL.md "1.1.x" / skill v2.6.0, the ^1.0.0 install snippets, and the
historical CHANGELOG/upgrade-guide entries are version-correct as-is.
@anilcancakir anilcancakir merged commit 0594684 into master Jun 23, 2026
9 checks passed
@anilcancakir anilcancakir deleted the release/1.1.1 branch June 23, 2026 20:20
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