[code_assets] [hooks] [hooks_runner] [data_assets] Publish (#2546)

diff --git a/pkgs/code_assets/CHANGELOG.md b/pkgs/code_assets/CHANGELOG.md
index 2bff600..1f09def 100644
--- a/pkgs/code_assets/CHANGELOG.md
+++ b/pkgs/code_assets/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.19.6-wip
+## 0.19.6
 
 - Added a library comment detailing how to use the package.
 - Fixed duplicate asset id detection with assets coming from both build and
diff --git a/pkgs/code_assets/pubspec.yaml b/pkgs/code_assets/pubspec.yaml
index a8c9cf2..fbc1de5 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.6-wip
+version: 0.19.6
 
 repository: https://github.com/dart-lang/native/tree/main/pkgs/code_assets
 
@@ -21,7 +21,7 @@
 
 dependencies:
   collection: ^1.19.1
-  hooks: ^0.20.1-wip
+  hooks: ^0.20.1
 
 dev_dependencies:
   custom_lint: ^0.7.5
diff --git a/pkgs/data_assets/CHANGELOG.md b/pkgs/data_assets/CHANGELOG.md
index 18b2471..564be00 100644
--- a/pkgs/data_assets/CHANGELOG.md
+++ b/pkgs/data_assets/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.19.3-wip
+## 0.19.3
 
 - Added a library comment detailing how to use the package.
 
diff --git a/pkgs/data_assets/pubspec.yaml b/pkgs/data_assets/pubspec.yaml
index 2ddcab3..3885fcc 100644
--- a/pkgs/data_assets/pubspec.yaml
+++ b/pkgs/data_assets/pubspec.yaml
@@ -3,7 +3,7 @@
   This library contains the hook protocol specification for bundling data assets
   with Dart packages.
 
-version: 0.19.3-wip
+version: 0.19.3
 
 repository: https://github.com/dart-lang/native/tree/main/pkgs/data_assets
 
@@ -17,7 +17,7 @@
   sdk: '>=3.9.0 <4.0.0'
 
 dependencies:
-  hooks: ^0.20.1-wip
+  hooks: ^0.20.1
 
 dev_dependencies:
   custom_lint: ^0.7.5
diff --git a/pkgs/hooks/CHANGELOG.md b/pkgs/hooks/CHANGELOG.md
index 95bb7fe..7a286c0 100644
--- a/pkgs/hooks/CHANGELOG.md
+++ b/pkgs/hooks/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.20.1-wip
+## 0.20.1
 
 - Update outdated documentation.
 - Deprecate `HookOutputBuilder.addDependency` and
diff --git a/pkgs/hooks/pubspec.yaml b/pkgs/hooks/pubspec.yaml
index 5189187..c51e9cb 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.1-wip
+version: 0.20.1
 
 repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks
 
@@ -29,7 +29,7 @@
 
 dev_dependencies:
   args: ^2.6.0
-  code_assets: ^0.19.6-wip # Used for running tests with real asset types.
+  code_assets: ^0.19.6 # Used for running tests with real asset types.
   custom_lint: ^0.7.5
   dart_flutter_team_lints: ^3.5.2
   data_assets: any # Used for running tests with real asset types.
diff --git a/pkgs/hooks_runner/CHANGELOG.md b/pkgs/hooks_runner/CHANGELOG.md
index 69e48d0..3ffbcab 100644
--- a/pkgs/hooks_runner/CHANGELOG.md
+++ b/pkgs/hooks_runner/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.22.1-wip
+## 0.22.1
 
 * Fix caches not being invalidated on (1) user-defines changing, (2) metadata
   changing, and (3) assets sent to link hooks.
diff --git a/pkgs/hooks_runner/pubspec.yaml b/pkgs/hooks_runner/pubspec.yaml
index be1c95e..fb0c116 100644
--- a/pkgs/hooks_runner/pubspec.yaml
+++ b/pkgs/hooks_runner/pubspec.yaml
@@ -2,7 +2,7 @@
 description: >-
   This package is the backend that invokes build hooks.
 
-version: 0.22.1-wip
+version: 0.22.1
 
 repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner