Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
<Version>10.0.0-rc.13</Version>
<Version>10.0.0-rc.14</Version>
<!-- Pinned explicitly and never bumped in lockstep with <Version>: without this the SDK derives
AssemblyVersion from <Version>, moving it on every release and breaking
AssemblyQualifiedName-based lookups. notifications/'s NotificationData deserialization
Expand Down
2 changes: 1 addition & 1 deletion file-storing/angular/projects/file-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dignite/ng.file-explorer",
"version": "10.0.0-rc.13",
"version": "10.0.0-rc.14",
"homepage": "https://github.com/dignite-projects/abp-modules",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dignite/ng.flex-fields-ckeditor",
"version": "10.0.0-rc.13",
"version": "10.0.0-rc.14",
"homepage": "https://github.com/dignite-projects/abp-modules",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@ckeditor/ckeditor5-angular": "^11.2.0",
"@ckeditor/ckeditor5-integrations-common": "^2.4.0",
"@dignite/ng.flex-fields": "^10.0.0-rc.13",
"@dignite/ng.flex-fields": "^10.0.0-rc.14",
"ckeditor5": "^48.0.0",
"marked": "^18.0.0",
"tslib": "^2.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@dignite/ng.flex-fields-file-explorer",
"version": "10.0.0-rc.13",
"version": "10.0.0-rc.14",
"homepage": "https://github.com/dignite-projects/abp-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/dignite-projects/abp-modules.git"
},
"dependencies": {
"@dignite/ng.file-explorer": "^10.0.0-rc.13",
"@dignite/ng.flex-fields": "^10.0.0-rc.13",
"@dignite/ng.file-explorer": "^10.0.0-rc.14",
"@dignite/ng.flex-fields": "^10.0.0-rc.14",
"tslib": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion flex-fields/angular/projects/flex-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dignite/ng.flex-fields",
"version": "10.0.0-rc.13",
"version": "10.0.0-rc.14",
"homepage": "https://github.com/dignite-projects/abp-modules",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dignite/ng.notification-center",
"version": "10.0.0-rc.13",
"version": "10.0.0-rc.14",
"description": "Angular UI library for the Dignite Notification Center — notification bell, subscriptions management, and ABP-generated API proxies over /api/notifications.",
"author": "Dignite",
"license": "LGPL-3.0-only",
Expand Down
Loading