[hooks] [native_toolchain_c] Publish (#3322)
diff --git a/pkgs/hooks/CHANGELOG.md b/pkgs/hooks/CHANGELOG.md
index 5bf1614..063e2ba 100644
--- a/pkgs/hooks/CHANGELOG.md
+++ b/pkgs/hooks/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.0.3-wip
+## 1.0.3
- Deprecated `recordedUsagesFile` in `LinkInput`.
- Added `recordedUses` getter to `LinkInput`.
diff --git a/pkgs/hooks/pubspec.yaml b/pkgs/hooks/pubspec.yaml
index b9dfeea..d6d848c 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: 1.0.3-wip
+version: 1.0.3
repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks
diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md
index 9ce00a0..1dae1ee 100644
--- a/pkgs/native_toolchain_c/CHANGELOG.md
+++ b/pkgs/native_toolchain_c/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.17.7-wip
+## 0.18.0
- Made `CLinker.run` `Logger` argument optional. It now defaults to a logger
printing to stdout and stderr.
diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml
index 4bbf2b3..e426ed3 100644
--- a/pkgs/native_toolchain_c/pubspec.yaml
+++ b/pkgs/native_toolchain_c/pubspec.yaml
@@ -1,7 +1,7 @@
name: native_toolchain_c
description: >-
A library to invoke the native C compiler installed on the host machine.
-version: 0.17.7-wip
+version: 0.18.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
topics: