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

Commit

Permalink
Update dependencies and prepare for 0.4.1-beta
Browse files Browse the repository at this point in the history
Closes #68
  • Loading branch information
kevmoo committed Apr 17, 2017
1 parent 6c7e0c4 commit 4117471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1-beta

* Updated dependencies on `pkg/quiver` and `pkg/intl`.

## 0.4.1-alpha

This code is considered production quality, but depends on angular2:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular2_components
version: 0.4.1-alpha
version: 0.4.1-beta
description: >
The official Material Design components for AngularDart. Used at Google
in production apps.
Expand All @@ -11,13 +11,13 @@ dependencies:
angular2: '>=3.0.0-alpha+1 <4.0.0'
collection: ^1.14.0
fixnum: ^0.10.5
intl: ^0.14.0
intl: '>=0.14.0 <0.16.0'
js: ^0.6.1
logging: ^0.11.2
meta: ^1.0.4
observable: '>=0.14.0+1 <0.21.0'
perf_api: ^0.1.0
quiver: '>=0.22.0 <0.25.0'
quiver: '>=0.22.0 <0.26.0'
uuid: ^0.5.3
transformers:
- angular2:
Expand Down

0 comments on commit 4117471

Please sign in to comment.