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

Commit

Permalink
Fix changelog link typo and remove trailing whitespace (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshahan authored Apr 21, 2017
1 parent 2b8c464 commit 1a62511
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
30 changes: 19 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
## 0.5.0-beta

This code is considered production quality, but depends on angular2:
^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
api, not code quality (3.0.0-beta+1 is used in production Google apps).

## 0.5.0-beta+1

This code is considered production quality, but depends on angular2:
^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
api, not code quality (3.0.0-beta+1 is used in production Google apps).

* Fix link in CHANGELOG to old pub package.

## 0.5.0-beta

This code is considered production quality, but depends on angular2:
^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
api, not code quality (3.0.0-beta+1 is used in production Google apps).

* Rename library to angular_components.
> All previous versions were published as the
> [Pub Package](https://pub.dartlang.org/packages/angular_components) named

> All previous versions were published as the
> [Pub Package](https://pub.dartlang.org/packages/angular2_components) named
> `angular2_components`.
## 0.4.1-beta
Expand All @@ -32,7 +40,7 @@ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
* Add percent input directive.
* Material Multiline Input: Fix 'hint' typo in inputs list.
* Material Radio Group: Support deselecting all radio buttons for unmatched
value.
value.
* Material Tooltip: Reduce delay.
* i18l improvements.

Expand Down Expand Up @@ -130,7 +138,7 @@ api.
* Add Material Popup, a basic popup component.
* Update Material Checkbox icon size.
* Cleanup framework stabilizers since
[issue #24843](https://github.com/dart-lang/sdk/issues/24843) in the Dart
[issue #24843](https://github.com/dart-lang/sdk/issues/24843) in the Dart
SDK has been resolved.
* Remove unused files.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular_components
version: 0.5.0-beta
version: 0.5.0-beta+1
description: >
The official Material Design components for AngularDart. Used at Google
in production apps.
Expand Down

0 comments on commit 1a62511

Please sign in to comment.