Skip to content

Commit

Permalink
Prepare to publish ffigen 14.0.0 and objective_c 2.0.0 (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe authored Sep 6, 2024
1 parent f890a91 commit 7d82e8e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 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 @@
## 14.0.0-wip
## 14.0.0

- Create a public facing API for ffigen that can be invoked as a library:
`void generate(Config config)`. Make `Config` an implementatble interface,
Expand Down
5 changes: 3 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: 14.0.0-wip
version: 14.0.0
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
Expand Down Expand Up @@ -32,11 +32,12 @@ dependencies:
yaml_edit: ^2.0.3

dev_dependencies:
async: ^2.11.0
coverage: ^1.8.0
dart_flutter_team_lints: ^2.0.0
json_schema: ^5.1.1
meta: ^1.11.0
objective_c: ^1.0.0
objective_c: ^2.0.0
test: ^1.16.2

dependency_overrides:
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 @@
## 2.0.0-wip
## 2.0.0

- Drop API methods that are deprecated in the oldest versions of iOS and macOS
that flutter supports.
Expand Down

This file was deleted.

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: 2.0.0-wip
version: 2.0.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c

topics:
Expand All @@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
coverage: ^1.8.0
dart_flutter_team_lints: ^2.0.0
ffigen: ^12.0.0
ffigen: ^14.0.0
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 7d82e8e

Please sign in to comment.