We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd63d0d commit 8b13a15Copy full SHA for 8b13a15
.gitignore
@@ -5,12 +5,6 @@
5
build/
6
packages
7
8
-# Or the files created by dart2js.
9
-*.dart.js
10
-*.js_
11
-*.js.deps
12
-*.js.map
13
-
14
# Include when developing application packages.
15
pubspec.lock
16
.packages
pkgs/test/CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## 1.19.2-dev
+## 1.19.2
2
+
3
+* Republish with missing JS file for browser tests.
4
## 1.19.1
pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
name: test
-version: 1.19.2-dev
+version: 1.19.2
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/blob/master/pkgs/test
0 commit comments