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

Commit

Permalink
Prepare to publish v0.9.0-alpha+11
Browse files Browse the repository at this point in the history
Update pubspec dependencies and CHANGELOG.

PiperOrigin-RevId: 194003480
  • Loading branch information
nshahan committed Apr 24, 2018
1 parent 121bbaf commit 454634c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* Make mouse events with the shift modifier key a non-standard mouse event in
`isStandardMouseEvent()`.
* Remove `IntersectionObserver` bindings now that they exist in dart:html.
* Update documentation.

## 0.9.0-alpha+10

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular_components
version: 0.9.0-alpha+10
version: 0.9.0-alpha+11
description: >
The official Material Design components for AngularDart. Used at Google
in production apps.
Expand All @@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
environment:
sdk: '>=2.0.0-dev.46.0 <2.0.0'
dependencies:
angular: 5.0.0-alpha+10
angular_forms: 2.0.0-alpha+2
angular: 5.0.0-alpha+11
angular_forms: 2.0.0-alpha+3
async: ^2.0.6
build: '>=0.11.1 <0.13.0'
build_config: ^0.2.1
Expand Down

0 comments on commit 454634c

Please sign in to comment.