Skip to content

Commit c27b84e

Browse files
authored
[ffigen] Prepare to publish v19.1.0 (#2410)
1 parent 0db9186 commit c27b84e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkgs/ffigen/CHANGELOG.md

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

33
- Bump minimum Dart version to 3.8.0.
44
- Format using `dart format` so that the formatter uses the target package's

pkgs/ffigen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
name: ffigen
6-
version: 19.1.0-wip
6+
version: 19.1.0
77
description: >
88
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
99
files.

pkgs/objective_c/CHANGELOG.md

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

33
- Bump minimum Dart version to 3.8.0.
44
- Support the KVO pattern by adding `Observer`, `Observation`, and

pkgs/objective_c/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: objective_c
66
description: 'A library to access Objective C from Flutter that acts as a support library for package:ffigen.'
7-
version: 8.1.0-wip
7+
version: 8.1.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c
1010

0 commit comments

Comments
 (0)