diff --git a/pkgs/code_assets/CHANGELOG.md b/pkgs/code_assets/CHANGELOG.md index 1bcd22d98..e67e3b88a 100644 --- a/pkgs/code_assets/CHANGELOG.md +++ b/pkgs/code_assets/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.19.8 + +- Polished README.md, Dartdocs, and examples. + ## 0.19.7 - Bump examples to use `package:ffigen` 20.0.0-dev.0. diff --git a/pkgs/code_assets/pubspec.yaml b/pkgs/code_assets/pubspec.yaml index c9bf929ae..4b04c8cad 100644 --- a/pkgs/code_assets/pubspec.yaml +++ b/pkgs/code_assets/pubspec.yaml @@ -3,7 +3,7 @@ description: >- This library contains the hook protocol specification for bundling native code with Dart packages. -version: 0.19.7 +version: 0.19.8 repository: https://github.com/dart-lang/native/tree/main/pkgs/code_assets diff --git a/pkgs/hooks/CHANGELOG.md b/pkgs/hooks/CHANGELOG.md index 8eacc0952..064d4c4f4 100644 --- a/pkgs/hooks/CHANGELOG.md +++ b/pkgs/hooks/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.20.3 + +- Polished README.md, Dartdocs, and examples. + ## 0.20.2 - Change the length of the checksum used for `outputDirectory` to 10 hexadecimal diff --git a/pkgs/hooks/pubspec.yaml b/pkgs/hooks/pubspec.yaml index f64b996da..958f298d1 100644 --- a/pkgs/hooks/pubspec.yaml +++ b/pkgs/hooks/pubspec.yaml @@ -3,7 +3,7 @@ description: >- A library that contains a Dart API for the JSON-based protocol for `hook/build.dart` and `hook/link.dart`. -version: 0.20.2 +version: 0.20.3 repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks