Skip to content

Commit 073bea4

Browse files
[pigeon] Fix pigeon issue_tracker link (flutter#5505)
The current link leads to an empty issues list. - [NA] I listed at least one issue that this PR fixes in the description above. - [NA] I added new tests to check the change I am making, or this PR is [test-exempt].
1 parent 2911b87 commit 073bea4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/pigeon/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 14.0.1
22

33
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
4+
* Updates issue_tracker link.
45

56
## 14.0.0
67

packages/pigeon/lib/generator_tools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'ast.dart';
1313
/// The current version of pigeon.
1414
///
1515
/// This must match the version in pubspec.yaml.
16-
const String pigeonVersion = '14.0.0';
16+
const String pigeonVersion = '14.0.1';
1717

1818
/// Read all the content from [stdin] to a String.
1919
String readStdin() {

packages/pigeon/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: pigeon
22
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
33
repository: https://github.com/flutter/packages/tree/main/packages/pigeon
4-
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Apigeon
5-
version: 14.0.0 # This must match the version in lib/generator_tools.dart
4+
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pigeon%22
5+
version: 14.0.1 # This must match the version in lib/generator_tools.dart
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)