Skip to content

Commit

Permalink
release: cut the v13.0.0-rc.3 release (#44011)
Browse files Browse the repository at this point in the history
PR Close #44011
  • Loading branch information
alxhub committed Nov 2, 2021
1 parent 4fd388b commit d24cbce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="13.0.0-rc.3"></a>
# 13.0.0-rc.3 (2021-11-01)
### core
| Commit | Type | Description |
| -- | -- | -- |
| [8ae99821d6](https://github.com/angular/angular/commit/8ae99821d657ba940df998f6abec425f8a1f4cb1) | fix | support `InjectFlags` argument in `NodeInjector.get()` ([#41592](https://github.com/angular/angular/pull/41592)) |
### elements
| Commit | Type | Description |
| -- | -- | -- |
| [a468213f34](https://github.com/angular/angular/commit/a468213f34943b7ddf234e6f9fd406431173d6a0) | fix | remove `ng-add` schematic ([#43975](https://github.com/angular/angular/pull/43975)) |
| [f544a53f5f](https://github.com/angular/angular/commit/f544a53f5f3667b4c557537543a9b74a122d5f24) | fix | remove incorrect `@angular/platform-browser` peer dependency ([#43975](https://github.com/angular/angular/pull/43975)) |
## Special Thanks
Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, George Kalpakas, Jessica Janiuk, Jochen Kraushaar, Joe Martin (Crowdstaffing), Pete Bacon Darwin, mgechev and vthinkxie

<!-- CHANGELOG SPLIT MARKER -->

<a name="13.0.0-rc.2"></a>
# 13.0.0-rc.2 (2021-10-27)
### compiler-cli
Expand Down Expand Up @@ -8844,4 +8860,4 @@ Note: 2.1.0-beta.0 release also contains all the changes present in the 2.0.1 re
<!-- CHANGELOG SPLIT MARKER -->

<a name="2.0.0"></a>
# [2.0.0 proprioception-reinforcement](https://github.com/angular/angular/compare/2.0.0-rc.7...2.0.0) (2016-09-14)
# [2.0.0 proprioception-reinforcement](https://github.com/angular/angular/compare/2.0.0-rc.7...2.0.0) (2016-09-14)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "13.0.0-rc.2",
"version": "13.0.0-rc.3",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",
Expand Down

0 comments on commit d24cbce

Please sign in to comment.