Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions angular_components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

* Roll observable dependency.

## 1.0.2

* Update a number of outdated links in documentation.
Expand Down
4 changes: 2 additions & 2 deletions angular_components/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular_components
version: 1.0.2
version: 1.0.3
description: >
The official Material Design components for AngularDart. Used at Google in
production apps.
Expand All @@ -21,7 +21,7 @@ dependencies:
js: ^0.6.1
logging: ^0.11.2
meta: ^1.0.4
observable: ^0.22.2
observable: ^0.23.0
protobuf: ^1.0.0
quiver: ^2.0.0
sass_builder: ^2.0.2
Expand Down