Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit a4b10c1

Browse files
committed
Bump build_config.
1 parent 24fdb15 commit a4b10c1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

angular/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.3.1
2+
3+
* Maintenance release to bump the constraints on `build_config`.
4+
15
## 5.3.0
26

37
### New features

angular/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular
2-
version: 5.3.0
2+
version: 5.3.1
33
author: Dart Team <[email protected]>
44
description: Fast and productive web framework
55
homepage: https://webdev.dartlang.org/angular
@@ -25,7 +25,7 @@ dependencies:
2525
##########################################################################
2626

2727
build: '>=0.12.7 <2.0.0'
28-
build_config: '>=0.2.6 <0.4.0' # Runtime dependency with no import
28+
build_config: '>=0.2.6 <2.0.0' # Runtime dependency with no import
2929
code_builder: '^3.0.1'
3030
csslib: ^0.14.5
3131
path: ^1.6.1

0 commit comments

Comments
 (0)