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

Commit

Permalink
angular_components updated to 0.7.0 in web-angular (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and kwalrath committed Oct 9, 2017
1 parent f8039c9 commit 5ad893f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.1.7

- Improve the format of the code by enabling several lints.
- Improved the format of the code by enabling several lints.
- Updated `web-angular` template pubspec: using `angular_components` 0.7.0.

## 1.1.6

Expand Down
2 changes: 1 addition & 1 deletion lib/generators/web_angular_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ b2RvTGlzdCgpIGFzeW5jID0+IG1vY2tUb2RvTGlzdDsKfQo=''',
Z3VsYXJEYXJ0IENvbXBvbmVudHMKdmVyc2lvbjogMC4wLjEKI2hvbWVwYWdlOiBodHRwczovL3d3
dy5leGFtcGxlLmNvbQojYXV0aG9yOiBfX2F1dGhvcl9fIDxlbWFpbEBleGFtcGxlLmNvbT4KCmVu
dmlyb25tZW50OgogIHNkazogJz49MS4yNC4wIDwyLjAuMCcKCmRlcGVuZGVuY2llczoKICBhbmd1
bGFyOiBeNC4wLjAKICBhbmd1bGFyX2NvbXBvbmVudHM6IF4wLjYuMAoKZGV2X2RlcGVuZGVuY2ll
bGFyOiBeNC4wLjAKICBhbmd1bGFyX2NvbXBvbmVudHM6IF4wLjcuMAoKZGV2X2RlcGVuZGVuY2ll
czoKICBhbmd1bGFyX3Rlc3Q6IF4xLjAuMAogIGJyb3dzZXI6IF4wLjEwLjAKICBkYXJ0X3RvX2pz
X3NjcmlwdF9yZXdyaXRlcjogXjEuMC4xCiAgdGVzdDogXjAuMTIuMAoKdHJhbnNmb3JtZXJzOgot
IGFuZ3VsYXI6CiAgICBlbnRyeV9wb2ludHM6CiAgICAgIC0gd2ViL21haW4uZGFydAogICAgICAt
Expand Down
2 changes: 1 addition & 1 deletion templates/web-angular/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
angular: ^4.0.0
angular_components: ^0.6.0
angular_components: ^0.7.0

dev_dependencies:
angular_test: ^1.0.0
Expand Down

0 comments on commit 5ad893f

Please sign in to comment.