Skip to content

Commit 9aafec4

Browse files
committed
chore(replay): bump canary to 0.4.12
1 parent 2481f62 commit 9aafec4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ verified in their own repositories.
2828

2929
## Current compatibility
3030

31-
- package version: `0.4.11`;
31+
- package version: `0.4.12`;
3232
- session JSON schema: `7`;
3333
- fingerprint schema: `6`;
3434
- minimum Dart SDK: `3.9.2`;

packages/tugboat/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.11
1+
## 0.4.12
22

33
### Added
44

packages/tugboat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ checkpoints around meaningful interactions, compact structural anchors, route
55
transitions, scrolling evidence, and optional viewport semantic maps. Capture
66
can be sent to the local exploration WebSocket, the HTTP collector, or both.
77

8-
The current package version is `0.4.11`. Session JSON uses schema version `7`
8+
The current package version is `0.4.12`. Session JSON uses schema version `7`
99
(readers still accept `6`), and structural fingerprints use fingerprint schema
1010
version `6`.
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Keep this in sync with packages/tugboat/pubspec.yaml. The SDK version test
22
// reads pubspec.yaml directly so release bumps fail fast if this drifts.
3-
const tugboatSdkVersion = '0.4.11';
3+
const tugboatSdkVersion = '0.4.12';

packages/tugboat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tugboat
22
description: >-
33
Screenshot-based session replay with compact interaction anchors for Tugboat.
4-
version: 0.4.11
4+
version: 0.4.12
55
repository: https://github.com/blendto/tugboat-flutter
66
issue_tracker: https://github.com/blendto/tugboat-flutter/issues
77
homepage: https://github.com/blendto/tugboat-flutter

0 commit comments

Comments
 (0)