diff --git a/docs/en/package-version-changes.md b/docs/en/package-version-changes.md index 8d9c634dc2..349f261a47 100644 --- a/docs/en/package-version-changes.md +++ b/docs/en/package-version-changes.md @@ -23,6 +23,6 @@ | Package | Old Version | New Version | PR | |---------|-------------|-------------|-----| -| Microsoft.SemanticKernel | 1.67.1 | 1.71.0 | #24891 | -| Microsoft.SemanticKernel.Abstractions | 1.67.1 | 1.71.0 | #24891 | +| Microsoft.SemanticKernel | 1.67.1 | 1.71.0 | [#24891](https://github.com/abpframework/abp/pull/24891) | +| Microsoft.SemanticKernel.Abstractions | 1.67.1 | 1.71.0 | [#24891](https://github.com/abpframework/abp/pull/24891) | diff --git a/docs/en/release-info/migration-guides/abp-10-1.md b/docs/en/release-info/migration-guides/abp-10-1.md index 341b1827d0..ad0db21a37 100644 --- a/docs/en/release-info/migration-guides/abp-10-1.md +++ b/docs/en/release-info/migration-guides/abp-10-1.md @@ -7,7 +7,7 @@ # ABP Version 10.1 Migration Guide -This document is a guide for upgrading ABP v10.0 solutions to ABP v10.1. There are some changes in this version that may affect your applications. Please read them carefully and apply the necessary changes to your application. +This document is a guide for upgrading ABP v10.0 solutions to ABP v10.1. There are some changes in this version that may affect your applications. Please read them carefully and apply the necessary changes to your application. You may also need to update or check package versions; for internal NuGet package changes, see [package-version-changes.md](../../package-version-changes.md) for reference. ## Open-Source (Framework) @@ -88,7 +88,7 @@ ABP now targets Angular v21 (up from v20). For existing Angular projects, apply } ``` -For more details, see the [Angular version reference](https://angular.dev/reference/versions#actively-supported-versions). +You may need to update your Node.js version as well. For more details, see the [Angular version reference](https://angular.dev/reference/versions#actively-supported-versions). ## PRO