From 6741ebd9b930bdbd6fdb63d12d301bc20f4862e4 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 23 Mar 2021 18:33:39 +0100 Subject: [PATCH] Roll observable dependency --- angular_components/CHANGELOG.md | 4 ++++ angular_components/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/angular_components/CHANGELOG.md b/angular_components/CHANGELOG.md index 4cdef0802..6416a551e 100644 --- a/angular_components/CHANGELOG.md +++ b/angular_components/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + +* Roll observable dependency. + ## 1.0.2 * Update a number of outdated links in documentation. diff --git a/angular_components/pubspec.yaml b/angular_components/pubspec.yaml index 321797b52..bf037f416 100644 --- a/angular_components/pubspec.yaml +++ b/angular_components/pubspec.yaml @@ -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. @@ -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