Skip to content

Commit

Permalink
release: cut the v14.0.0-next.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott committed Apr 21, 2022
1 parent d6ecb66 commit fbd6b51
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="14.0.0-next.10"></a>

# 14.0.0-next.10 (2022-04-20)

### @angular/cli

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- |
| [78460e995](https://github.com/angular/angular-cli/commit/78460e995a192336db3c4be9d0592b4e7a2ff2c8) | fix | remove type casting and add optional chaining for current in optionTransforms |

### @angular-devkit/build-angular

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- |
| [1a160dac0](https://github.com/angular/angular-cli/commit/1a160dac00f34aab089053281c640dba3efd597f) | fix | ensure karma sourcemap support on Windows |

### @angular-devkit/schematics

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| [464cf330a](https://github.com/angular/angular-cli/commit/464cf330a14397470e1e57450a77f421a45a927e) | feat | support null for options parameter from OptionTransform type |

## Special Thanks

Alan Agius, Charles Lyding and Daniil Dubrava

<!-- CHANGELOG SPLIT MARKER -->

<a name="14.0.0-next.9"></a>

# 14.0.0-next.9 (2022-04-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "14.0.0-next.9",
"version": "14.0.0-next.10",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down

0 comments on commit fbd6b51

Please sign in to comment.