Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 28, 2024
1 parent 2c522be commit 8007e59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion pkgs/ffigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 15.1.0-wip
## 16.0.0-wip

- Ensure all protocols referenced in bindings are available at runtime.
- Use package:objective_c 4.0.0

## 15.0.0

Expand Down
4 changes: 2 additions & 2 deletions 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: 15.1.0-wip
version: 16.0.0-wip
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
Expand Down Expand Up @@ -38,7 +38,7 @@ dev_dependencies:
dart_flutter_team_lints: ^2.0.0
json_schema: ^5.1.1
leak_tracker: ^10.0.7
objective_c: ^3.0.0
objective_c: ^4.0.0
test: ^1.16.2

dependency_overrides:
Expand Down
5 changes: 3 additions & 2 deletions pkgs/objective_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.1.0-wip
## 4.0.0-wip

- Use ffigen 15.1.0
- Use ffigen 16.0.0
- Add `NSOrderedCollectionDifference` to the package.

## 3.0.0

Expand Down
4 changes: 2 additions & 2 deletions 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: 3.1.0-wip
version: 4.0.0-wip
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c

topics:
Expand All @@ -28,7 +28,7 @@ dev_dependencies:
args: ^2.0.0
coverage: ^1.10.0
dart_flutter_team_lints: ^2.0.0
ffigen: ^15.1.0
ffigen: ^16.0.0
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 8007e59

Please sign in to comment.