Skip to content

Commit

Permalink
Prepare to publish ffigen 16 and objective_c 4
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Nov 13, 2024
1 parent d65584a commit adfc0e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/ffigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 16.0.0-wip
## 16.0.0

- Ensure all protocols referenced in bindings are available at runtime.
- Use `package:dart_style` directly to format generated Dart code, rather than
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.

name: ffigen
version: 16.0.0-wip
version: 16.0.0
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/objective_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0-wip
## 4.0.0

- Use ffigen 16.0.0
- Add `NSOrderedCollectionDifference` to the package.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/objective_c/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: objective_c
description: 'A library to access Objective C from Flutter that acts as a support library for package:ffigen.'
version: 4.0.0-wip
version: 4.0.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c

topics:
Expand Down

0 comments on commit adfc0e5

Please sign in to comment.