Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - ngcompiler@3.0.0-dev.0
 - ngdart@8.0.0-dev.0
 - ngforms@5.0.0-dev.0
 - ngrouter@4.0.0-dev.0
 - ngtest@5.0.0-dev.0
  • Loading branch information
GZGavinZhao committed Feb 15, 2023
1 parent 289fdd8 commit abb4cba
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 17 deletions.
4 changes: 2 additions & 2 deletions _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
build_resolvers: ^2.1.0
build_test: ^2.1.6
collection: ^1.17.0
ngdart: ^7.1.1
ngtest: ^4.1.1
ngdart: ^8.0.0-dev.0
ngtest: ^5.0.0-dev.0
test: ^1.22.2

dev_dependencies:
Expand Down
8 changes: 8 additions & 0 deletions ngcompiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0-dev.0

> Note: This release has breaking changes.
- **FIX**: should compile components with mixins ([#38](https://github.com/angulardart-community/angular/issues/38)).
- **DOCS**: cleanup old references to pkg:angular things ([#30](https://github.com/angulardart-community/angular/issues/30)).
- **BREAKING** **REFACTOR**: remove SlowComponentLoader and ReflectiveInjector ([#26](https://github.com/angulardart-community/angular/issues/26)).

## 2.1.4-dev

- Fix link in readme.
Expand Down
4 changes: 2 additions & 2 deletions ngcompiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
The AngularDart compiler.
It compiles your component files written in Dart into templates so that you
don't have to worry about all the complicated hassle.
version: 2.1.4
version: 3.0.0-dev.0
repository: https://github.com/angulardart-community/angular

environment:
Expand All @@ -21,7 +21,7 @@ dependencies:
logging: ^1.1.0
meta: ^1.8.0
ngast: ^2.1.4
ngdart: ^7.1.1
ngdart: ^8.0.0-dev.0
package_config: ^2.1.0
path: ^1.8.3
source_gen: ^1.2.6
Expand Down
8 changes: 8 additions & 0 deletions ngdart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 8.0.0-dev.0

> Note: This release has breaking changes.
- **DOCS**: fix typo in comments for Directive.
- **BREAKING** **REFACTOR**: remove Testabiliy and TestabilityRegistry from minimal application and make it injectable ([#28](https://github.com/angulardart-community/angular/issues/28)).
- **BREAKING** **REFACTOR**: remove SlowComponentLoader and ReflectiveInjector ([#26](https://github.com/angulardart-community/angular/issues/26)).

## 7.1.1

- **REFACTOR**: use the new super initializers in Dart 2.17.
Expand Down
4 changes: 2 additions & 2 deletions ngdart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ngdart
description: >-
Fast and productive web framework by Google.
Separate, but similar to the JavaScript framework with a similar name.
version: 7.1.1
version: 8.0.0-dev.0
repository: https://github.com/angulardart-community/angular

environment:
Expand All @@ -19,7 +19,7 @@ dependencies:
js: ^0.6.5
meta: ^1.8.0
ngast: ^2.1.4
ngcompiler: ^2.1.4-dev
ngcompiler: ^3.0.0-dev.0
stream_transform: ^2.1.0

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions ngforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.0-dev.0

> Note: This release has breaking changes.
- **BREAKING** **REFACTOR**: remove SlowComponentLoader and ReflectiveInjector ([#26](https://github.com/angulardart-community/angular/issues/26)).

## 4.1.1

- **REFACTOR**: use the new super initializers in Dart 2.17.
Expand Down
7 changes: 3 additions & 4 deletions ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@ name: ngforms
description: >
Forms framework for AngularDart.
Easily create forms to accept input from users.
version: 4.1.1
version: 5.0.0-dev.0
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=2.18.0 <3.0.0"

dependencies:
meta: ^1.8.0
ngdart: ^7.1.1

ngdart: ^8.0.0-dev.0
dev_dependencies:
build_runner: ^2.3.3
build_test: ^2.1.6
build_web_compilers: ^3.2.7
lints: ^2.0.1
mockito: ^5.3.2
ngtest: ^4.1.1
ngtest: ^5.0.0-dev.0
test: ^1.22.2

dependency_overrides:
Expand Down
7 changes: 7 additions & 0 deletions ngrouter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.0-dev.0

> Note: This release has breaking changes.
- **BREAKING** **REFACTOR**: remove Testabiliy and TestabilityRegistry from minimal application and make it injectable ([#28](https://github.com/angulardart-community/angular/issues/28)).
- **BREAKING** **REFACTOR**: remove SlowComponentLoader and ReflectiveInjector ([#26](https://github.com/angulardart-community/angular/issues/26)).

## 3.1.1

- **REFACTOR**: use the new super initializers in Dart 2.17.
Expand Down
7 changes: 3 additions & 4 deletions ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@ name: ngrouter
description: >
Router for AngularDart.
It enables navigation from one view to the next as users perform tasks.
version: 3.1.1
version: 4.0.0-dev.0
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=2.18.0 <3.0.0"

dependencies:
collection: ^1.17.0
ngdart: ^7.1.1

ngdart: ^8.0.0-dev.0
dev_dependencies:
async: ^2.10.0
build_runner: ^2.3.3
build_test: ^2.1.6
build_web_compilers: ^3.2.7
lints: ^2.0.1
mockito: ^5.3.2
ngtest: ^4.1.1
ngtest: ^5.0.0-dev.0
test: ^1.22.2

dependency_overrides:
Expand Down
6 changes: 6 additions & 0 deletions ngtest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.0-dev.0

> Note: This release has breaking changes.
- **BREAKING** **REFACTOR**: remove SlowComponentLoader and ReflectiveInjector ([#26](https://github.com/angulardart-community/angular/issues/26)).

## 4.1.1

- **FIX**: bring back original import file for compatibility.
Expand Down
5 changes: 2 additions & 3 deletions ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ngtest
description: >
Testing runner and library for AngularDart.
This package is necessary to write component tests for AngularDart components.
version: 4.1.1
version: 5.0.0-dev.0
repository: https://github.com/angulardart-community/angular

environment:
Expand All @@ -11,8 +11,7 @@ environment:
dependencies:
collection: ^1.17.0
meta: ^1.8.0
ngdart: ^7.1.1

ngdart: ^8.0.0-dev.0
dev_dependencies:
build_runner: ^2.3.3
build_test: ^2.1.6
Expand Down

0 comments on commit abb4cba

Please sign in to comment.