Skip to content

Commit 6ddc868

Browse files
authored
[ffigen] Prepare to publish 17 (#2001)
1 parent 23a387d commit 6ddc868

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pkgs/ffigen/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 17.0.0-wip
1+
## 17.0.0
22

3-
- Use package:objective_c 5.0.0
3+
- Use package:objective_c 6.0.0
44
- Support transitive categories of built-in types:
55
https://github.com/dart-lang/native/issues/1820
66
- __Breaking change__: Maintain protocol conformance when translating from ObjC

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: 17.0.0-wip
6+
version: 17.0.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-
## 6.0.0-wip
1+
## 6.0.0
22

33
- Use ffigen 17.0.0
44

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: 6.0.0-wip
7+
version: 6.0.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)