Skip to content

Commit c75ddd3

Browse files
committed
chore(release): v19.0.0
1 parent 6a20bfd commit c75ddd3

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

libs/cdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.0.0](https://github.com/Angular-RU/angular-ru-sdk/compare/v18.11.0...v19.0.0) (2025-09-01)
7+
8+
### Bug Fixes
9+
10+
* **cdk:** virtual table now correctly rerenders after setting sort types manually multiple times ([c5f715c](https://github.com/Angular-RU/angular-ru-sdk/commit/c5f715c3098aa53f18d66da72b49bacdd190524a))
11+
12+
### Features
13+
14+
* angular v20 and NX v21 ([1aa382d](https://github.com/Angular-RU/angular-ru-sdk/commit/1aa382d505962c260c6f8a871bdb7d58d2b8b1cb))
15+
* standalone components and pipes; root providers instead of forRoot(); removal of ngModules ([729959c](https://github.com/Angular-RU/angular-ru-sdk/commit/729959c201623ffc4406d680d46908059d9a5754))
16+
617
# [15.2.0](https://github.com/Angular-RU/angular-ru-sdk/compare/@angular-ru/[email protected]...@angular-ru/[email protected]) (2024-04-10)
718

819
### Features

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/cdk",
3-
"version": "18.11.0",
3+
"version": "19.0.0",
44
"description": "Angular-RU package",
55
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
66
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",

libs/ngxs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [19.0.0](https://github.com/Angular-RU/angular-ru-sdk/compare/v18.11.0...v19.0.0) (2025-09-01)
7+
8+
### Features
9+
10+
* angular v20 and NX v21 ([1aa382d](https://github.com/Angular-RU/angular-ru-sdk/commit/1aa382d505962c260c6f8a871bdb7d58d2b8b1cb))
11+
* standalone components and pipes; root providers instead of forRoot(); removal of ngModules ([729959c](https://github.com/Angular-RU/angular-ru-sdk/commit/729959c201623ffc4406d680d46908059d9a5754))
12+
613
## [14.2.2](https://github.com/Angular-RU/angular-ru-sdk/compare/@angular-ru/[email protected]...@angular-ru/[email protected]) (2023-10-21)
714

815
### Bug Fixes

libs/ngxs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/ngxs",
3-
"version": "18.11.0",
3+
"version": "19.0.0",
44
"description": "Angular-RU package",
55
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
66
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdk",
3-
"version": "18.11.0",
3+
"version": "19.0.0",
44
"private": true,
55
"description": "Angular-RU SDK",
66
"homepage": "https://github.com/Angular-RU/angular-ru-sdk",

0 commit comments

Comments
 (0)