From adfc0e5d0d8f6c861cb75aa3c44f5310216d1589 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Thu, 14 Nov 2024 10:39:16 +1100 Subject: [PATCH] Prepare to publish ffigen 16 and objective_c 4 --- pkgs/ffigen/CHANGELOG.md | 2 +- pkgs/ffigen/pubspec.yaml | 2 +- pkgs/objective_c/CHANGELOG.md | 2 +- pkgs/objective_c/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/ffigen/CHANGELOG.md b/pkgs/ffigen/CHANGELOG.md index 8b55d093f..9ef02a34b 100644 --- a/pkgs/ffigen/CHANGELOG.md +++ b/pkgs/ffigen/CHANGELOG.md @@ -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 diff --git a/pkgs/ffigen/pubspec.yaml b/pkgs/ffigen/pubspec.yaml index 0df49a9e2..24821e2f7 100644 --- a/pkgs/ffigen/pubspec.yaml +++ b/pkgs/ffigen/pubspec.yaml @@ -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. diff --git a/pkgs/objective_c/CHANGELOG.md b/pkgs/objective_c/CHANGELOG.md index b0813f671..928718d76 100644 --- a/pkgs/objective_c/CHANGELOG.md +++ b/pkgs/objective_c/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.0.0-wip +## 4.0.0 - Use ffigen 16.0.0 - Add `NSOrderedCollectionDifference` to the package. diff --git a/pkgs/objective_c/pubspec.yaml b/pkgs/objective_c/pubspec.yaml index 7f72c557c..b98523645 100644 --- a/pkgs/objective_c/pubspec.yaml +++ b/pkgs/objective_c/pubspec.yaml @@ -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: