Skip to content

Commit 7e6c58b

Browse files
authored
chore: release v0.10.2 (#173)
No functional changes - a reported regression (PT-21, reopened with a specific auto-focus-on-load discriminator) was re-investigated and re-closed; a regression test was added to lock in the verified-correct behavior going forward. No probe_agent code changes - bumped to stay in lockstep with the CLI's version.
1 parent 883a556 commit 7e6c58b

6 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.10.2] - 2026-07-06
10+
11+
A small release with no functional changes — a reported regression was
12+
re-investigated and re-closed, with a regression test added to lock in the
13+
verified-correct behavior going forward.
14+
915
### Testing
1016
- **Locked in sequential tap+type behavior when one field auto-focuses on
1117
page load (PT-21, reopened and re-closed).** A report claimed sequential

docs/wiki/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Welcome to the FlutterProbe wiki. This documentation covers architecture details
1818

1919
## Project Status
2020

21-
FlutterProbe is in active development. Current version: **0.10.1**.
21+
FlutterProbe is in active development. Current version: **0.10.2**.
2222

2323
### Repository Structure
2424

probe_agent/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.10.2 - 2026-07-06
4+
5+
No functional changes — a test-only addition (`test/sequential_focus_autofocus_test.dart`)
6+
locking in correct sequential tap+type behavior when a field auto-focuses on page load,
7+
after a reported regression (PT-21, reopened) was re-investigated and found not to
8+
reproduce. Full detail in the root CHANGELOG's `[0.10.2]` section. Version bumped purely
9+
to stay in lockstep with the CLI's version.
10+
311
## 0.10.1 - 2026-07-05
412

513
No changes to this package's own code — bumped to stay in lockstep with the

probe_agent/lib/src/agent_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
/// Lives in its own file (rather than server.dart, where it previously
1010
/// lived) so executor.dart can read it too without an executor.dart <->
1111
/// server.dart import cycle.
12-
const String probeAgentVersion = '0.10.1';
12+
const String probeAgentVersion = '0.10.2';

probe_agent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
On-device E2E test agent for FlutterProbe. Embeds in your Flutter app and
44
executes test commands via direct widget-tree access with sub-50ms latency.
55
6-
version: 0.10.1
6+
version: 0.10.2
77
homepage: https://flutterprobe.dev
88
repository: https://github.com/AlphaWaveSystems/flutter-probe
99
issue_tracker: https://github.com/AlphaWaveSystems/flutter-probe/issues

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flutterprobe",
33
"displayName": "FlutterProbe",
44
"description": "High-performance E2E testing for Flutter apps — ProbeScript language support, local & cloud device testing (BrowserStack, Sauce Labs, AWS Device Farm, Firebase Test Lab, LambdaTest), visual regression, test recording, and Studio integration",
5-
"version": "0.10.1",
5+
"version": "0.10.2",
66
"publisher": "flutterprobe",
77
"icon": "resources/probe-icon.png",
88
"engines": { "vscode": "^1.85.0" },

0 commit comments

Comments
 (0)