Skip to content

Commit 0ba6f12

Browse files
chore: fix formatting
1 parent 59b161e commit 0ba6f12

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.github/workflows/deploy-apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Deploy
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ['main']
66
paths:
77
- 'apps/**'
88
- 'libs/**'
@@ -20,7 +20,7 @@ permissions:
2020
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2121
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2222
concurrency:
23-
group: "pages"
23+
group: 'pages'
2424
cancel-in-progress: false
2525

2626
jobs:
@@ -91,7 +91,7 @@ jobs:
9191
cp -r dist/tooltip-demo/* deploy/tooltip-demo/
9292
mkdir deploy/virtual-table-demo
9393
cp -r dist/virtual-table-demo/* deploy/virtual-table-demo/
94-
94+
9595
# Create a 404.html to handle SPA routing redirects
9696
cp deploy/index.html deploy/404.html
9797

libs/cdk/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ All notable changes to this project will be documented in this file. See
77

88
### Bug Fixes
99

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))
10+
- **cdk:** virtual table now correctly rerenders after setting sort types manually multiple times
11+
([c5f715c](https://github.com/Angular-RU/angular-ru-sdk/commit/c5f715c3098aa53f18d66da72b49bacdd190524a))
1112

1213
### Features
1314

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))
15+
- angular v20 and NX v21
16+
([1aa382d](https://github.com/Angular-RU/angular-ru-sdk/commit/1aa382d505962c260c6f8a871bdb7d58d2b8b1cb))
17+
- standalone components and pipes; root providers instead of forRoot(); removal of ngModules
18+
([729959c](https://github.com/Angular-RU/angular-ru-sdk/commit/729959c201623ffc4406d680d46908059d9a5754))
1619

1720
# [15.2.0](https://github.com/Angular-RU/angular-ru-sdk/compare/@angular-ru/[email protected]...@angular-ru/[email protected]) (2024-04-10)
1821

libs/ngxs/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file. See
66
## [19.0.0](https://github.com/Angular-RU/angular-ru-sdk/compare/v18.11.0...v19.0.0) (2025-09-01)
77

88
### 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))
9+
10+
- angular v20 and NX v21
11+
([1aa382d](https://github.com/Angular-RU/angular-ru-sdk/commit/1aa382d505962c260c6f8a871bdb7d58d2b8b1cb))
12+
- standalone components and pipes; root providers instead of forRoot(); removal of ngModules
13+
([729959c](https://github.com/Angular-RU/angular-ru-sdk/commit/729959c201623ffc4406d680d46908059d9a5754))
1214

1315
## [14.2.2](https://github.com/Angular-RU/angular-ru-sdk/compare/@angular-ru/[email protected]...@angular-ru/[email protected]) (2023-10-21)
1416

0 commit comments

Comments
 (0)