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

Commit 3f77cb7

Browse files
committed
Update dependencies and changelog
1 parent a16b3dd commit 3f77cb7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.2
2+
3+
* Many components now support removing whitespace in the templates.
4+
* Refactor tab key index to a mixin.
5+
* Various UI tweaks and cleanup.
6+
7+
## 0.1.1
8+
9+
* Small change to README.md
10+
111
## 0.1.0
212

313
* Initial Open Source release.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular2_components
2-
version: 0.1.1
2+
version: 0.1.2-dev
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
@@ -13,7 +13,7 @@ dependencies:
1313
js: ^0.6.1
1414
observable: ^0.14.0+1
1515
perf_api: ^0.1.0
16-
quiver: '>=0.22.0 <0.24.0'
16+
quiver: '>=0.22.0 <0.25.0'
1717
uuid: ^0.5.3
1818
transformers:
1919
- angular2:

0 commit comments

Comments
 (0)