diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d273c68..8a787deef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 485580a67..ee82e897c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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. @@ -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: