From 13b1878902c7a8176cfa0dcf24f64fd8b2e2cefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=86=A0=E9=AD=81?= Date: Fri, 4 Sep 2026 21:41:27 +0900 Subject: [PATCH] chore(release): bump version to 10.0.0-rc.14 Cuts the release documented under [Unreleased]: the release.yml failures that broke every tag-triggered publish since the npm Trusted Publishing migration, the npm dist-tag rule, and the flex-fields dark-theme and ng-zorro peer-range fixes. Moves the lockstep version in Directory.Build.props and all five Angular package.json files, including the two intra-repo sibling ranges in flex-fields-ckeditor and flex-fields-file-explorer that verify-version-lockstep.ps1 requires to track the release version. --- CHANGELOG.md | 2 ++ Directory.Build.props | 2 +- file-storing/angular/projects/file-explorer/package.json | 2 +- .../angular/projects/flex-fields-ckeditor/package.json | 4 ++-- .../angular/projects/flex-fields-file-explorer/package.json | 6 +++--- flex-fields/angular/projects/flex-fields/package.json | 2 +- .../angular/projects/notification-center/package.json | 2 +- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93548f7..2a95b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ so it stays clear which part of the repository actually moved. ## [Unreleased] +## [10.0.0-rc.14] - 2026-09-04 + ### Fixed - **Every tag-triggered release since the npm Trusted Publishing migration (`v10.0.0-rc.12` and diff --git a/Directory.Build.props b/Directory.Build.props index e6227e1..9b549a8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ Framework major version targeted in Directory.Packages.props (currently 10.5.0 -> MAJOR = 10) and must stay >= 10 forever, permanently ahead of the legacy Dignite.FileExplorer.* / Dignite.Abp.Notifications* package lines already published on NuGet up to 3.8.2 under these same PackageIds. --> - 10.0.0-rc.13 + 10.0.0-rc.14