Skip to content

Commit 16464f8

Browse files
committed
Prepare to back-publish packages with new
Fixes #1746 For each package that was published after #1721 make a `+1` release over the most recently published version with the same SDK constriaints.
1 parent 55d62e3 commit 16464f8

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
lines changed

build_resolvers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.2+1
2+
3+
- Restore `new` keyword for a working release on Dart 1 VM.
4+
5+
## 0.2.2
6+
7+
- Release broken on Dart 1 VM.
8+
19
## 0.2.1+1
210

311
- Increased the upper bound for the sdk to `<3.0.0`.

build_resolvers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_resolvers
2-
version: 0.2.2-dev
2+
version: 0.2.2+1
33
description: Resolve Dart code in a Builder
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build/tree/master/build_resolvers

build_runner_core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.1+2
2+
3+
- Restore `new` keyword for a working release on Dart 1 VM.
4+
5+
## 0.3.1+1
6+
7+
- Release broken on Dart 1 VM.
8+
19
## 0.3.1
210

311
- Migrated glob tracking to a specialized node type to fix dart-lang/build#1702.

build_runner_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 0.3.1
2+
version: 0.3.1+2
33
description: Core tools to write binaries that run builders.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build/tree/master/build_runner_core

build_web_compilers/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## 0.4.2+1
2+
3+
- Restore `new` keyword for a working release on Dart 1 VM.
4+
15
## 0.4.2
26

37
- Add magic comment marker for build_runner to know where to inject
48
live-reloading client code.
9+
- Release broken on Dart 1 VM.
510

611
## 0.4.1
712

build_web_compilers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_web_compilers
2-
version: 0.4.2-dev
2+
version: 0.4.2+1
33
description: Builder implementations wrapping Dart compilers.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build/tree/master/build_web_compilers

0 commit comments

Comments
 (0)