release: cut the v15.1.0-next.3 release

This commit is contained in:
Jessica Janiuk 2022-12-14 19:54:33 +00:00 committed by Jessica Janiuk
parent 6ade57cfdd
commit eb52d9eabd
2 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,27 @@
<a name="15.1.0-next.3"></a>
# 15.1.0-next.3 (2022-12-14)
### animations
| Commit | Type | Description |
| -- | -- | -- |
| [c86484507f](https://github.com/angular/angular/commit/c86484507fdc0a44b3d20ea8b988b23f25ad9ac2) | fix | fix incorrect handling of camel-case css properties ([#48436](https://github.com/angular/angular/pull/48436)) |
### common
| Commit | Type | Description |
| -- | -- | -- |
| [fe50813664](https://github.com/angular/angular/commit/fe50813664809a1177132a77bd2a316ad0858b9e) | feat | Add BrowserPlatformLocation to the public API ([#48488](https://github.com/angular/angular/pull/48488)) |
| [e362214924](https://github.com/angular/angular/commit/e362214924dbb784e5bd0efd96530134f8c91d32) | fix | Fix TestBed.overrideProvider type to include multi ([#48424](https://github.com/angular/angular/pull/48424)) |
### compiler-cli
| Commit | Type | Description |
| -- | -- | -- |
| [a6849f27af](https://github.com/angular/angular/commit/a6849f27af129588091f635c6ae7a326241344fc) | fix | evaluate const tuple types statically ([#48091](https://github.com/angular/angular/pull/48091)) |
### router
| Commit | Type | Description |
| -- | -- | -- |
| [f58ad86e51](https://github.com/angular/angular/commit/f58ad86e51817f83ff18db790a347528262b850b) | feat | Add feature provider for enabling hash navigation ([#48301](https://github.com/angular/angular/pull/48301)) |
## Special Thanks
Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, BrowserPerson, Jens, Jessica Janiuk, Joey Perrott, JoostK, Konstantin Kharitonov, Lukas Matta, Matthieu Riegler, Piotr Kowalski, Virginia Dooley, Yannick Baron, dario-piotrowicz, lsst25, piyush132000 and why520crazy
<!-- CHANGELOG SPLIT MARKER -->
<a name="15.0.4"></a>
# 15.0.4 (2022-12-14)
### animations

View file

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "15.1.0-next.2",
"version": "15.1.0-next.3",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",