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

Commit

Permalink
Prepare to release angular_forms and angular_router
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Sep 17, 2021
1 parent bf8c047 commit 8e80c8c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
5 changes: 5 additions & 0 deletions angular_forms/CHANGELOG.md
@@ -1,3 +1,8 @@
## 4.0.0

- Support null safety
- Require Dart ^2.14.0

## 3.0.0

* Stable release
Expand Down
6 changes: 3 additions & 3 deletions angular_forms/pubspec.yaml
@@ -1,17 +1,17 @@
name: angular_forms
repository: https://github.com/angulardart/angular
description: Forms framework for AngularDart.
version: 3.0.0
version: 4.0.0

environment:
sdk: '>=2.14.0 <3.0.0'

dependencies:
angular: ^6.0.0
angular: ^7.0.0
meta: ^1.3.0

dev_dependencies:
angular_test: ^3.0.0
angular_test: ^4.0.0
build_runner: ^2.0.0
build_test: ^2.0.0
build_web_compilers: ^3.0.0
Expand Down
5 changes: 4 additions & 1 deletion angular_router/CHANGELOG.md
@@ -1,4 +1,7 @@
## 2.0.1-dev
## 3.0.0

- Support null safety
- Require Dart ^2.14.0

## 2.0.0

Expand Down
6 changes: 3 additions & 3 deletions angular_router/pubspec.yaml
@@ -1,20 +1,20 @@
name: angular_router
repository: https://github.com/angulardart/angular
description: Router for AngularDart.
version: 2.0.1-dev
version: 3.0.0

environment:
sdk: '>=2.14.0 <3.0.0'

dependencies:
angular: ^6.0.0
angular: ^7.0.0
collection: ^1.15.0
js: ^0.6.3
meta: ^1.3.0

dev_dependencies:
async: ^2.5.0
angular_test: ^3.0.0
angular_test: ^4.0.0
build_runner: ^2.0.0
build_test: ^2.0.0
build_web_compilers: ^3.0.0
Expand Down

0 comments on commit 8e80c8c

Please sign in to comment.