Skip to content

Commit 0dc81ae

Browse files
committed
Publish package:meta 1.1.5
R=devoncarew@google.com Bug: flutter/flutter-intellij#2055 Change-Id: I560f3e4664fd61bd2ab9b3b3fa49c8731d3331d8 Reviewed-on: https://dart-review.googlesource.com/53683 Reviewed-by: Devon Carew <devoncarew@google.com>
1 parent 7e54844 commit 0dc81ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pkg/meta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.5
2+
3+
* Introduce @isTest and @isTestGroup to declare a function that is a
4+
test, or a test group.
5+
16
## 1.1.4
27

38
* Added dart2js.dart.

pkg/meta/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: meta
2-
version: 1.1.4
2+
version: 1.1.5
33
author: Dart Team <misc@dartlang.org>
44
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/meta
55
description: >

0 commit comments

Comments
 (0)