Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit e5bfe18

Browse files
alorenzenmatanlurey
authored andcommitted
Prepare to publish 5.0.0-beta+3
Closes #1534 PiperOrigin-RevId: 207010576
1 parent 813e34a commit e5bfe18

File tree

20 files changed

+81
-58
lines changed

20 files changed

+81
-58
lines changed

_benchmarks/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _benchmarks
22
author: Dart Team <[email protected]>
33
description: Benchmarks for AngularDart.
44
environment:
5-
sdk: ">=2.0.0-dev.64.2 <3.0.0"
5+
sdk: ">=2.0.0-dev.68.0 <3.0.0"
66

77
dependencies:
88
# No strict dependencies, we always use dependency_overrides.
@@ -13,10 +13,10 @@ dev_dependencies:
1313
angular_test:
1414

1515
# Actual valid dependencies required.
16-
build_runner: ^0.9.0
16+
build_runner: ^0.10.0
1717
build_test: ^0.10.2+5
1818
build_web_compilers: ^0.4.0+4
19-
test: ">0.12.32+1 <2.0.0"
19+
test: ^1.3.0
2020

2121
# DO NOT REMOVE. We don't publish this package, it is just for testing.
2222
dependency_overrides:

_goldens/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _goldens
22
author: Dart Team <[email protected]>
33
description: Goldens for AngularDart.
44
environment:
5-
sdk: ">=2.0.0-dev.64.2 <3.0.0"
5+
sdk: ">=2.0.0-dev.68.0 <3.0.0"
66

77
dependencies:
88
# No strict dependencies, we always use dependency_overrides.
@@ -13,12 +13,12 @@ dev_dependencies:
1313
angular_forms:
1414

1515
# Actual valid dependencies required.
16-
build_runner: ^0.9.0
16+
build_runner: ^0.10.0
1717
build_test: ^0.10.2+5
1818
dart_style: ^1.0.9
1919
meta: ^1.1.0
2020
path: ^1.5.1
21-
test: ">0.12.32+1 <2.0.0"
21+
test: ^1.3.0
2222

2323
# DO NOT REMOVE. We don't publish this package, it is just for testing.
2424
dependency_overrides:

_tests/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _tests
22
author: Dart Team <[email protected]>
33
description: Tests for AngularDart.
44
environment:
5-
sdk: ">=2.0.0-dev.64.2 <3.0.0"
5+
sdk: ">=2.0.0-dev.68.0 <3.0.0"
66

77
dependencies:
88
# No strict dependencies, we always use dependency_overrides.
@@ -13,15 +13,15 @@ dependencies:
1313
build_resolvers: ^0.2.0+1
1414
collection: ^1.14.5
1515
meta: ^1.1.2
16-
test: ">0.12.32+1 <2.0.0"
16+
test: ^1.3.0
1717

1818
dev_dependencies:
1919
# No strict dependencies, we always use dependency_overrides.
2020
angular_forms:
2121

2222
# Actual valid dependencies required.
2323
analyzer: ^0.32.0
24-
build_runner: ^0.9.0
24+
build_runner: ^0.10.0
2525
build_test: ^0.10.2+5
2626
build_web_compilers: ^0.4.0+4
2727
build_vm_compilers: ^0.1.0

angular/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 5.0.0-beta+3
2+
13
### Other improvements
24

35
* Removed dependency on `package:tuple`.

angular/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: angular
2-
version: 5.0.0-beta+2
2+
version: 5.0.0-beta+3
33
author: Dart Team <[email protected]>
44
description: Fast and productive web framework
55
homepage: https://webdev.dartlang.org/angular
66
documentation: https://webdev.dartlang.org/angular/api
77
environment:
8-
sdk: ">=2.0.0-dev.64.2 <3.0.0"
8+
sdk: ">=2.0.0-dev.68.0 <3.0.0"
99

1010
dependencies:
1111
# Runtime (or runtime *and* the compiler).
@@ -20,8 +20,8 @@ dependencies:
2020
analyzer: '>=0.31.0+1 <0.33.0'
2121

2222
# It is extremely important these two dependencies stay pinned to current.
23-
angular_ast: 0.5.4
24-
angular_compiler: 0.4.0-alpha+18
23+
angular_ast: 0.5.5
24+
angular_compiler: 0.4.0-alpha+19
2525
##########################################################################
2626

2727
build: ^0.12.7

angular_ast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.5
2+
3+
* Maintenance release for `-dev.68`.
4+
15
## 0.5.4
26

37
* Add `CloseElementAst` complement into `ContainerAst`.

angular_ast/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: angular_ast
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Parser and utilities for AngularDart templates
5-
version: 0.5.4
5+
version: 0.5.5
66

77
environment:
8-
sdk: ">=2.0.0-dev.64.2 <3.0.0"
8+
sdk: ">=2.0.0-dev.68.0 <3.0.0"
99

1010
dependencies:
1111
analyzer: '>=0.31.0+1 <0.33.0'
@@ -16,7 +16,7 @@ dependencies:
1616
source_span: ^1.4.0
1717

1818
dev_dependencies:
19-
build_runner: ^0.9.0
19+
build_runner: ^0.10.0
2020
build_test: ^0.10.2+5
2121
path: ^1.5.1
22-
test: ">0.12.32+1 <2.0.0"
22+
test: ^1.3.0

angular_compiler/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.0-alpha+19
2+
13
* Added `TypedElement` to represent a statically parsed `Typed`.
24
* `TypedReader.parse()` now returns a `TypedElement`.
35

angular_compiler/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: angular_compiler
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Compiler for AngularDart.
5-
version: 0.4.0-alpha+18
5+
version: 0.4.0-alpha+19
66

77
environment:
8-
sdk: ">=2.0.0-dev.64.2 <3.0.0"
8+
sdk: ">=2.0.0-dev.68.0 <3.0.0"
99

1010
dependencies:
1111
analyzer: '>=0.31.0+1 <0.33.0'
@@ -25,9 +25,9 @@ dev_dependencies:
2525
# This is here in order for it to be resolvable by the analyzer.
2626
# It is overrode in `dependency_overrides`.
2727
angular:
28-
build_runner: ^0.9.0
28+
build_runner: ^0.10.0
2929
build_test: ^0.10.2+5
30-
test: ">0.12.32+1 <2.0.0"
30+
test: ^1.3.0
3131

3232
# === vvv REMOVE WHEN PUBLISHING vvv ===
3333
dependency_overrides:

angular_forms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-beta+3
2+
3+
* Maintenance release to bring into sync with `angular 5.0.0-beta+3`.
4+
15
## 2.0.0-beta+2
26

37
### New Features

0 commit comments

Comments
 (0)