Bump package meta to 1.15.0

Change-Id: I53f7e0d9601f1e51f8bce874b449f063926b2001
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365281
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins 2024-05-06 18:01:32 +00:00 committed by Commit Queue
parent 138573ebfd
commit f2d8cd15c9
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
## 1.15.0-dev
## 1.15.0
- Updated `@mustBeOverridden` to only flag missing overrides in concrete
classes; in other words, abstract classes (including implicitly abstract, i.e
@ -33,8 +33,8 @@
See <https://github.com/dart-lang/sdk/issues/52965> for more information.
- Introduce `TargetKind.optionalParameter`, to indicate that an annotation is
valid on any optional parameter declaration.
- Introduce `TargetKind.instanceMember`, to indicate that an annotation is valid
on any instance member declaration.
- Introduce `TargetKind.overridableMember`, to indicate that an annotation is
valid on any instance member declaration.
## 1.14.0

View file

@ -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.15.0-dev
version: 1.15.0
description: >-
Annotations used to express developer intentions that can't otherwise be
deduced by statically analyzing source code.