From cb019780dda59b5991835b5df1ed6a9d0d0af622 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Fri, 10 Jul 2026 14:54:28 +0200 Subject: [PATCH] [record_use] [hooks] [hooks_runner] [native_toolchain_c] Release --- pkgs/hooks/CHANGELOG.md | 2 +- pkgs/hooks/pubspec.yaml | 4 ++-- pkgs/hooks_runner/CHANGELOG.md | 2 +- pkgs/hooks_runner/pubspec.yaml | 4 ++-- pkgs/native_toolchain_c/CHANGELOG.md | 2 +- pkgs/native_toolchain_c/pubspec.yaml | 2 +- pkgs/record_use/CHANGELOG.md | 2 +- pkgs/record_use/pubspec.yaml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/hooks/CHANGELOG.md b/pkgs/hooks/CHANGELOG.md index 16837f6bcd..0139bd17ca 100644 --- a/pkgs/hooks/CHANGELOG.md +++ b/pkgs/hooks/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0-wip +## 2.1.0 - Graduate `LinkInput.recordedUses` out of experimental. diff --git a/pkgs/hooks/pubspec.yaml b/pkgs/hooks/pubspec.yaml index 7fc68710eb..c0e4f77245 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: 2.1.0-wip +version: 2.1.0 repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks @@ -25,7 +25,7 @@ dependencies: logging: ^1.3.0 meta: ^1.19.0 pub_semver: ^2.2.0 - record_use: ^1.0.0-wip + record_use: ^1.0.0 yaml: ^3.1.3 # Used for reading pubspec.yaml to obtain the package name. dev_dependencies: diff --git a/pkgs/hooks_runner/CHANGELOG.md b/pkgs/hooks_runner/CHANGELOG.md index d5a189afe9..14ce3bf1de 100644 --- a/pkgs/hooks_runner/CHANGELOG.md +++ b/pkgs/hooks_runner/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.6.0-wip +## 1.6.0 - Fix record_use path changing caching issue. - Fix hook invocation when the Dart executable or an argument path contains a diff --git a/pkgs/hooks_runner/pubspec.yaml b/pkgs/hooks_runner/pubspec.yaml index f3a3ddb571..8b0f751f59 100644 --- a/pkgs/hooks_runner/pubspec.yaml +++ b/pkgs/hooks_runner/pubspec.yaml @@ -2,7 +2,7 @@ name: hooks_runner description: >- This package is the backend that invokes build hooks. -version: 1.6.0-wip +version: 1.6.0 repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner @@ -22,7 +22,7 @@ dependencies: meta: ^1.19.0 package_config: ^2.1.0 pub_semver: ^2.2.0 - record_use: ^1.0.0-wip + record_use: ^1.0.0 yaml: ^3.1.3 dev_dependencies: diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md index e39828f625..33bef567a3 100644 --- a/pkgs/native_toolchain_c/CHANGELOG.md +++ b/pkgs/native_toolchain_c/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.19.3-wip +## 0.19.3 - Fixed building with MSVC on Windows when a source, include, or output path contains a space (e.g. a user name with a space in the default pub cache diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml index 248df51129..4f96f827a1 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.19.3-wip +version: 0.19.3 repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c topics: diff --git a/pkgs/record_use/CHANGELOG.md b/pkgs/record_use/CHANGELOG.md index 89e76a65ca..861425d049 100644 --- a/pkgs/record_use/CHANGELOG.md +++ b/pkgs/record_use/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-wip +## 1.0.0 - Stable release. diff --git a/pkgs/record_use/pubspec.yaml b/pkgs/record_use/pubspec.yaml index 4650058391..a4cf3d91d6 100644 --- a/pkgs/record_use/pubspec.yaml +++ b/pkgs/record_use/pubspec.yaml @@ -1,7 +1,7 @@ name: record_use description: > Dart API to access `@RecordUse()` recorded usages in link hooks. -version: 1.0.0-wip +version: 1.0.0 repository: https://github.com/dart-lang/native/tree/main/pkgs/record_use environment: