Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 4117471

Browse files
committed
Update dependencies and prepare for 0.4.1-beta
Closes #68
1 parent 6c7e0c4 commit 4117471

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1-beta
2+
3+
* Updated dependencies on `pkg/quiver` and `pkg/intl`.
4+
15
## 0.4.1-alpha
26

37
This code is considered production quality, but depends on angular2:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular2_components
2-
version: 0.4.1-alpha
2+
version: 0.4.1-beta
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
@@ -11,13 +11,13 @@ dependencies:
1111
angular2: '>=3.0.0-alpha+1 <4.0.0'
1212
collection: ^1.14.0
1313
fixnum: ^0.10.5
14-
intl: ^0.14.0
14+
intl: '>=0.14.0 <0.16.0'
1515
js: ^0.6.1
1616
logging: ^0.11.2
1717
meta: ^1.0.4
1818
observable: '>=0.14.0+1 <0.21.0'
1919
perf_api: ^0.1.0
20-
quiver: '>=0.22.0 <0.25.0'
20+
quiver: '>=0.22.0 <0.26.0'
2121
uuid: ^0.5.3
2222
transformers:
2323
- angular2:

0 commit comments

Comments
 (0)