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

Commit 1a62511

Browse files
authored
Fix changelog link typo and remove trailing whitespace (#83)
1 parent 2b8c464 commit 1a62511

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
## 0.5.0-beta
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-
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).
14+
715
* Rename library to angular_components.
8-
9-
> All previous versions were published as the
10-
> [Pub Package](https://pub.dartlang.org/packages/angular_components) named
16+
17+
> All previous versions were published as the
18+
> [Pub Package](https://pub.dartlang.org/packages/angular2_components) named
1119
> `angular2_components`.
1220
1321
## 0.4.1-beta
@@ -32,7 +40,7 @@ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
3240
* Add percent input directive.
3341
* Material Multiline Input: Fix 'hint' typo in inputs list.
3442
* Material Radio Group: Support deselecting all radio buttons for unmatched
35-
value.
43+
value.
3644
* Material Tooltip: Reduce delay.
3745
* i18l improvements.
3846

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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular_components
2-
version: 0.5.0-beta
2+
version: 0.5.0-beta+1
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.

0 commit comments

Comments
 (0)