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

Commit 66c96f6

Browse files
committed
prepare for v0.5
1 parent d73c97a commit 66c96f6

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ dart:
66
- 1.23.0
77
dart_task:
88
- dartanalyzer: --fatal-warnings .
9-
# Sadly, this is a no-op now.
10-
# https://github.com/travis-ci/travis-ci/issues/7632
11-
# https://github.com/travis-ci/travis-ci/issues/7639
12-
# Leaving it here so it'll kick in when the above is fixed
139
- dartfmt
1410
cache:
1511
directories:

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 0.5.0-beta
1+
## 0.5.0
22

33
__Rename library to `angular_components`.__
4-
5-
This package now exports `angular_components`. See the new
4+
5+
This package now exports `angular_components`. See the new
66
[Pub Package](https://pub.dartlang.org/packages/angular_components) for future
77
updates.
88

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
> NOTE: This package has been renamed to `angular_components` (without the "2").
2-
> To continue to receive the latest versions update your `pubspec.yaml` to
3-
> depend on `angular_components: ^0.5.0-beta`.
1+
> NOTE: This package has been renamed to `angular_components` (without the "2").
2+
> To continue to receive the latest versions update your `pubspec.yaml` to
3+
> depend on `angular_components: ^0.5.0`.
44
55
See the new [Pub Package](https://pub.dartlang.org/packages/angular_components)
66
for future updates.

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: angular2_components
2-
version: 0.5.0-beta
2+
version: 0.5.0
33
description: >
4-
RENAMED: Update your dependency to use `angular_components` (without the "2")
4+
DEPRECATED: Update your dependency to `angular_components` (without the "2")
55
instead.
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'
12-
angular_components: 0.5.0-beta+1
11+
angular2: '>=3.0.0 <4.0.0'
12+
angular_components: 0.5.0
1313
transformers:
1414
- angular2:
1515
resolved_identifiers:

0 commit comments

Comments
 (0)