From 8611630eb952b5639804f27dc2f7608a0c45bb8a Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Wed, 11 Jun 2025 15:30:54 +0200 Subject: [PATCH] release: cut the v20.1.0-next.1 release --- .../npm_translate_lock_MzA5NzUwNzMx | 2 +- CHANGELOG.md | 22 +++++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx index ab27cd55ae1..486f118bbf7 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -6,7 +6,7 @@ adev/shared-docs/pipeline/api-gen/package.json=939673974 integration/package.json=-239561259 modules/package.json=-159368300 -package.json=-1424607356 +package.json=2130890629 packages/animations/package.json=-678724831 packages/common/package.json=1729763064 packages/compiler-cli/linker/babel/test/package.json=939673974 diff --git a/CHANGELOG.md b/CHANGELOG.md index f44435ea1db..fa5d4630bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# 20.1.0-next.1 (2025-06-11) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [ef10aa4005](https://github.com/angular/angular/commit/ef10aa400585fb66e1afde08be0f9fd9a70ce7f2) | feat | support decoding in NgOptimizedImage ([#61905](https://github.com/angular/angular/pull/61905)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [b7ab5fa256](https://github.com/angular/angular/commit/b7ab5fa2562524a0e8dfa4f3dff740ec2d31b4c7) | fix | add signal checks to handle negated calls ([#59970](https://github.com/angular/angular/pull/59970)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [3aa933acb7](https://github.com/angular/angular/commit/3aa933acb796c6c85181c798b5353caaae17e809) | fix | components marked for traversal resets reactive context ([#61663](https://github.com/angular/angular/pull/61663)) | +| [e81ea0c3dd](https://github.com/angular/angular/commit/e81ea0c3dd67fc86c7203de65896c3119813fe4c) | fix | unregister `onDestroy` in `outputToObservable` ([#61882](https://github.com/angular/angular/pull/61882)) | +### forms +| Commit | Type | Description | +| -- | -- | -- | +| [4f0221e193](https://github.com/angular/angular/commit/4f0221e1933675b24bdbf95be3825fdacee13c00) | fix | improve select performance ([#61949](https://github.com/angular/angular/pull/61949)) | + + + # 20.0.3 (2025-06-11) diff --git a/package.json b/package.json index 9459753b4b9..efe2823e7a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "20.1.0-next.0", + "version": "20.1.0-next.1", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",