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

Commit 454634c

Browse files
committed
Prepare to publish v0.9.0-alpha+11
Update pubspec dependencies and CHANGELOG. PiperOrigin-RevId: 194003480
1 parent 121bbaf commit 454634c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* Make mouse events with the shift modifier key a non-standard mouse event in
2626
`isStandardMouseEvent()`.
2727
* Remove `IntersectionObserver` bindings now that they exist in dart:html.
28+
* Update documentation.
2829

2930
## 0.9.0-alpha+10
3031

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular_components
2-
version: 0.9.0-alpha+10
2+
version: 0.9.0-alpha+11
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
@@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=2.0.0-dev.46.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+10
12-
angular_forms: 2.0.0-alpha+2
11+
angular: 5.0.0-alpha+11
12+
angular_forms: 2.0.0-alpha+3
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: ^0.2.1

0 commit comments

Comments
 (0)