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.1
 - ngdart@8.0.0-dev.1
 - ngforms@5.0.0-dev.1
 - ngrouter@4.0.0-dev.1
 - ngtest@5.0.0-dev.1
  • Loading branch information
GZGavinZhao committed Apr 7, 2023
1 parent 5dffbce commit 48f538e
Show file tree
Hide file tree
Showing 12 changed files with 93 additions and 14 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-04-06

### Changes

---

Packages with breaking changes:

- [`ngcompiler` - `v3.0.0-dev.1`](#ngcompiler---v300-dev1)
- [`ngdart` - `v8.0.0-dev.1`](#ngdart---v800-dev1)
- [`ngforms` - `v5.0.0-dev.1`](#ngforms---v500-dev1)

Packages with other changes:

- [`ngrouter` - `v4.0.0-dev.1`](#ngrouter---v400-dev1)
- [`ngtest` - `v5.0.0-dev.1`](#ngtest---v500-dev1)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `ngrouter` - `v4.0.0-dev.1`
- `ngtest` - `v5.0.0-dev.1`

---

#### `ngcompiler` - `v3.0.0-dev.1`

- **FIX**(ngcompiler): declare types to be X instead of XImpl. ([51bd17b3](https://github.com/angulardart-community/angular/commit/51bd17b3abaa1feac82e13ce6df231106649a231))
- **BREAKING** **REFACTOR**(ngdart): migrate ViewEncapsulation to enum. ([2e15858b](https://github.com/angulardart-community/angular/commit/2e15858b6f32a14f9874bf3f95a3daf2c930a290))
- **BREAKING** **REFACTOR**(ngdart): rename and remove deprecated values from ChangeDetectionStrategy and APP_ID ([#41](https://github.com/angulardart-community/angular/issues/41)). ([3c5523a0](https://github.com/angulardart-community/angular/commit/3c5523a089d323789f1dec6dd294b735d8a28066))

#### `ngdart` - `v8.0.0-dev.1`

- **FEAT**(ngdart): bring back DomSanitizationService. ([f1b65727](https://github.com/angulardart-community/angular/commit/f1b657276387021557bdd4987e47be960e1e1eed))
- **BREAKING** **REFACTOR**(ngdart): migrate ViewEncapsulation to enum. ([2e15858b](https://github.com/angulardart-community/angular/commit/2e15858b6f32a14f9874bf3f95a3daf2c930a290))
- **BREAKING** **REFACTOR**(ngdart): rename and remove deprecated values from ChangeDetectionStrategy and APP_ID ([#41](https://github.com/angulardart-community/angular/issues/41)). ([3c5523a0](https://github.com/angulardart-community/angular/commit/3c5523a089d323789f1dec6dd294b735d8a28066))
- **BREAKING** **REFACTOR**(ngdart): migrate ChangeDetectorState to enum. ([598cae20](https://github.com/angulardart-community/angular/commit/598cae207148fee962db9d4a6e62c90a817be443))

#### `ngforms` - `v5.0.0-dev.1`

- **BREAKING** **REFACTOR**(ngdart): rename and remove deprecated values from ChangeDetectionStrategy and APP_ID ([#41](https://github.com/angulardart-community/angular/issues/41)). ([3c5523a0](https://github.com/angulardart-community/angular/commit/3c5523a089d323789f1dec6dd294b735d8a28066))

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: ^8.0.0-dev.0
ngtest: ^5.0.0-dev.0
ngdart: ^8.0.0-dev.1
ngtest: ^5.0.0-dev.1
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.1

> Note: This release has breaking changes.
- **FIX**(ngcompiler): declare types to be X instead of XImpl. ([51bd17b3](https://github.com/angulardart-community/angular/commit/51bd17b3abaa1feac82e13ce6df231106649a231))
- **BREAKING** **REFACTOR**(ngdart): migrate ViewEncapsulation to enum. ([2e15858b](https://github.com/angulardart-community/angular/commit/2e15858b6f32a14f9874bf3f95a3daf2c930a290))
- **BREAKING** **REFACTOR**(ngdart): rename and remove deprecated values from ChangeDetectionStrategy and APP_ID ([#41](https://github.com/angulardart-community/angular/issues/41)). ([3c5523a0](https://github.com/angulardart-community/angular/commit/3c5523a089d323789f1dec6dd294b735d8a28066))

## 3.0.0-dev.0

> Note: This release has breaking changes.
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: 3.0.0-dev.0
version: 3.0.0-dev.1
repository: https://github.com/angulardart-community/angular

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

> Note: This release has breaking changes.
- **FEAT**(ngdart): bring back DomSanitizationService. ([f1b65727](https://github.com/angulardart-community/angular/commit/f1b657276387021557bdd4987e47be960e1e1eed))
- **BREAKING** **REFACTOR**(ngdart): migrate ViewEncapsulation to enum. ([2e15858b](https://github.com/angulardart-community/angular/commit/2e15858b6f32a14f9874bf3f95a3daf2c930a290))
- **BREAKING** **REFACTOR**(ngdart): rename and remove deprecated values from ChangeDetectionStrategy and APP_ID ([#41](https://github.com/angulardart-community/angular/issues/41)). ([3c5523a0](https://github.com/angulardart-community/angular/commit/3c5523a089d323789f1dec6dd294b735d8a28066))
- **BREAKING** **REFACTOR**(ngdart): migrate ChangeDetectorState to enum. ([598cae20](https://github.com/angulardart-community/angular/commit/598cae207148fee962db9d4a6e62c90a817be443))

## 8.0.0-dev.0

> Note: This release has breaking changes.
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: 8.0.0-dev.0
version: 8.0.0-dev.1
repository: https://github.com/angulardart-community/angular

environment:
Expand All @@ -19,7 +19,7 @@ dependencies:
js: ^0.6.5
meta: ^1.8.0
ngast: ^3.0.0-dev.0
ngcompiler: ^3.0.0-dev.0
ngcompiler: ^3.0.0-dev.1
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.1

> Note: This release has breaking changes.
- **BREAKING** **REFACTOR**(ngdart): rename and remove deprecated values from ChangeDetectionStrategy and APP_ID ([#41](https://github.com/angulardart-community/angular/issues/41)). ([3c5523a0](https://github.com/angulardart-community/angular/commit/3c5523a089d323789f1dec6dd294b735d8a28066))

## 5.0.0-dev.0

> Note: This release has breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: ngforms
description: >
Forms framework for AngularDart.
Easily create forms to accept input from users.
version: 5.0.0-dev.0
version: 5.0.0-dev.1
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=2.18.0 <3.0.0"

dependencies:
meta: ^1.8.0
ngdart: ^8.0.0-dev.0
ngdart: ^8.0.0-dev.1
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: ^5.0.0-dev.0
ngtest: ^5.0.0-dev.1
test: ^1.22.2
4 changes: 4 additions & 0 deletions ngrouter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.0-dev.1

- Update a dependency to the latest release.

## 4.0.0-dev.0

> Note: This release has breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: ngrouter
description: >
Router for AngularDart.
It enables navigation from one view to the next as users perform tasks.
version: 4.0.0-dev.0
version: 4.0.0-dev.1
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=2.18.0 <3.0.0"

dependencies:
collection: ^1.17.0
ngdart: ^8.0.0-dev.0
ngdart: ^8.0.0-dev.1
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: ^5.0.0-dev.0
ngtest: ^5.0.0-dev.1
test: ^1.22.2
4 changes: 4 additions & 0 deletions ngtest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.0-dev.1

- Update a dependency to the latest release.

## 5.0.0-dev.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 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: 5.0.0-dev.0
version: 5.0.0-dev.1
repository: https://github.com/angulardart-community/angular

environment:
Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
collection: ^1.17.0
meta: ^1.8.0
ngdart: ^8.0.0-dev.0
ngdart: ^8.0.0-dev.1
dev_dependencies:
build_runner: ^2.3.3
build_test: ^2.1.6
Expand Down

0 comments on commit 48f538e

Please sign in to comment.