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

Commit

Permalink
prepare for v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 27, 2017
1 parent d73c97a commit 66c96f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ dart:
- 1.23.0
dart_task:
- dartanalyzer: --fatal-warnings .
# Sadly, this is a no-op now.
# https://github.com/travis-ci/travis-ci/issues/7632
# https://github.com/travis-ci/travis-ci/issues/7639
# Leaving it here so it'll kick in when the above is fixed
- dartfmt
cache:
directories:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 0.5.0-beta
## 0.5.0

__Rename library to `angular_components`.__
This package now exports `angular_components`. See the new

This package now exports `angular_components`. See the new
[Pub Package](https://pub.dartlang.org/packages/angular_components) for future
updates.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> NOTE: This package has been renamed to `angular_components` (without the "2").
> To continue to receive the latest versions update your `pubspec.yaml` to
> depend on `angular_components: ^0.5.0-beta`.
> NOTE: This package has been renamed to `angular_components` (without the "2").
> To continue to receive the latest versions update your `pubspec.yaml` to
> depend on `angular_components: ^0.5.0`.
See the new [Pub Package](https://pub.dartlang.org/packages/angular_components)
for future updates.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: angular2_components
version: 0.5.0-beta
version: 0.5.0
description: >
RENAMED: Update your dependency to use `angular_components` (without the "2")
DEPRECATED: Update your dependency to `angular_components` (without the "2")
instead.
homepage: https://github.com/dart-lang/angular_components
author: Dart Team <misc@dartlang.org>
environment:
sdk: '>=1.22.0 <2.0.0'
sdk: '>=1.23.0 <2.0.0'
dependencies:
angular2: '>=3.0.0-alpha+1 <4.0.0'
angular_components: 0.5.0-beta+1
angular2: '>=3.0.0 <4.0.0'
angular_components: 0.5.0
transformers:
- angular2:
resolved_identifiers:
Expand Down

0 comments on commit 66c96f6

Please sign in to comment.