Publish package:meta 1.1.5

R=devoncarew@google.com

Bug: https://github.com/flutter/flutter-intellij/issues/2055
Change-Id: I560f3e4664fd61bd2ab9b3b3fa49c8731d3331d8
Reviewed-on: https://dart-review.googlesource.com/53683
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Konstantin Shcheglov 2018-05-03 20:00:44 +00:00
parent 7e54844fe7
commit 0dc81ae4eb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 1.1.5
* Introduce @isTest and @isTestGroup to declare a function that is a
test, or a test group.
## 1.1.4
* Added dart2js.dart.

View file

@ -1,5 +1,5 @@
name: meta
version: 1.1.4
version: 1.1.5
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/meta
description: >