From fa5a80edf8d98e02bbcd03719c03ee9777629484 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Tue, 17 Mar 2026 05:36:21 -0700 Subject: [PATCH] [meta] Release 1.18.2 Release a version of `package:meta` that includes the pragmas added in https://dart-review.googlesource.com/c/sdk/+/487360 so that the record_use experiment works with a `package:meta` from pub. Change-Id: Iab955796c1673f9cf4b44ba25ac331a9ca8c78ac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/488460 Reviewed-by: Lasse Nielsen Commit-Queue: Daco Harkes --- pkg/meta/CHANGELOG.md | 2 +- pkg/meta/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/meta/CHANGELOG.md b/pkg/meta/CHANGELOG.md index 973e8e35dd8..38d6eee43ea 100644 --- a/pkg/meta/CHANGELOG.md +++ b/pkg/meta/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.18.2-wip +## 1.18.2 - Change private types in the public API signatures to `Object`. - Update documentation to follow the "single line first paragraph" style. diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml index 05c48131745..d590741b57e 100644 --- a/pkg/meta/pubspec.yaml +++ b/pkg/meta/pubspec.yaml @@ -1,7 +1,7 @@ name: meta # Note, because version `2.0.0` was mistakenly released, # the next major version must be `3.x.y`. -version: 1.18.2-wip +version: 1.18.2 description: >- Annotations used to express developer intentions that can't otherwise be deduced by statically analyzing source code.