[hooks] [code_assets] Publish new docs (#2692)

diff --git a/pkgs/code_assets/CHANGELOG.md b/pkgs/code_assets/CHANGELOG.md
index 1bcd22d..e67e3b8 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 c9bf929..4b04c8c 100644
--- a/pkgs/code_assets/pubspec.yaml
+++ b/pkgs/code_assets/pubspec.yaml
@@ -3,7 +3,7 @@
   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 8eacc09..064d4c4 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 f64b996..958f298 100644
--- a/pkgs/hooks/pubspec.yaml
+++ b/pkgs/hooks/pubspec.yaml
@@ -3,7 +3,7 @@
   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