Skip to content

Commit

Permalink
Prepare package:meta for publish
Browse files Browse the repository at this point in the history
This makes the `@RecordUse` annotation available. Also pull in the latest package:native rev for keeping usage recording synced.

Change-Id: Iedc01bf309ae36eb803a281595c8e69eeb923da7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/385422
Reviewed-by: Samuel Rawlins <[email protected]>
Reviewed-by: Daco Harkes <[email protected]>
Commit-Queue: Moritz Sümmermann <[email protected]>
  • Loading branch information
mosuem authored and Commit Queue committed Sep 19, 2024
1 parent 6e0f03f commit 220a82a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ vars = {
"matcher_rev": "d6d573d0f8d65b36550ce62aad3ce6b5e987b642",
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
"mockito_rev": "d0fda0ce7883fed0238be9c3698fed0c3632c3e3",
"native_rev": "c15b4b0187179dc73bc20a4125c501f0f7d9fbf7", # dart-native-interop-team@ is rolling breaking changes manually while the assets features are in experimental.
"native_rev": "20f8160b54b9b209390d51b6e3edec4ab0c65009", # dart-native-interop-team@ is rolling breaking changes manually while the assets features are in experimental.
"package_config_rev": "76934c2ca25922ec72909bbff7dfbddaf0d02bd9",
"path_rev": "e969f42ed112dd702a9453beb9df6c12ae2d3805",
"pool_rev": "924fb04353cec915d927f9f1aed88e2eda92b98a",
Expand Down
2 changes: 1 addition & 1 deletion pkg/meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.16.0-dev
## 1.16.0

- Add `TargetKind`s to a few annotations to match custom-wired behavior that the
Dart analyzer has been providing:
Expand Down
2 changes: 1 addition & 1 deletion pkg/meta/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.16.0-dev
version: 1.16.0
description: >-
Annotations used to express developer intentions that can't otherwise be
deduced by statically analyzing source code.
Expand Down

0 comments on commit 220a82a

Please sign in to comment.