This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 6
6
- 1.23.0
7
7
dart_task :
8
8
- 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
13
9
- dartfmt
14
10
cache :
15
11
directories :
Original file line number Diff line number Diff line change 1
- ## 0.5.0-beta
1
+ ## 0.5.0
2
2
3
3
__ 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
6
6
[ Pub Package] ( https://pub.dartlang.org/packages/angular_components ) for future
7
7
updates.
8
8
Original file line number Diff line number Diff line change 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 ` .
4
4
5
5
See the new [ Pub Package] ( https://pub.dartlang.org/packages/angular_components )
6
6
for future updates.
Original file line number Diff line number Diff line change 1
1
name : angular2_components
2
- version : 0.5.0-beta
2
+ version : 0.5.0
3
3
description : >
4
- RENAMED : Update your dependency to use `angular_components` (without the "2")
4
+ DEPRECATED : Update your dependency to `angular_components` (without the "2")
5
5
instead.
6
6
homepage : https://github.com/dart-lang/angular_components
7
7
author :
Dart Team <[email protected] >
8
8
environment :
9
- sdk : ' >=1.22 .0 <2.0.0'
9
+ sdk : ' >=1.23 .0 <2.0.0'
10
10
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
13
13
transformers :
14
14
- angular2 :
15
15
resolved_identifiers :
You can’t perform that action at this time.
0 commit comments