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

Commit bf8004c

Browse files
committed
prepare for v0.5
1 parent 51de201 commit bf8004c

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
## 0.5.0-beta+1
2-
3-
This code is considered production quality, but depends on angular2:
4-
^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
5-
api, not code quality (3.0.0-beta+1 is used in production Google apps).
6-
7-
* Fix link in CHANGELOG to old pub package.
8-
9-
## 0.5.0-beta
10-
11-
This code is considered production quality, but depends on angular2:
12-
^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
13-
api, not code quality (3.0.0-beta+1 is used in production Google apps).
1+
## 0.5.0
142

153
* Rename library to angular_components.
164

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: angular_components
2-
version: 0.5.0-beta+1
2+
version: 0.5.0
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
66
homepage: https://github.com/dart-lang/angular_components
77
author: Dart Team <[email protected]>
88
environment:
9-
sdk: '>=1.22.0 <2.0.0'
9+
sdk: '>=1.23.0 <2.0.0'
1010
dependencies:
11-
angular2: '>=3.0.0-alpha+1 <4.0.0'
11+
angular2: '>=3.0.0 <4.0.0'
1212
collection: ^1.14.0
1313
fixnum: ^0.10.5
1414
intl: '>=0.14.0 <0.16.0'

0 commit comments

Comments
 (0)