Skip to content

Commit 9a25554

Browse files
authored
Merge branch 'master' into rivanova/feat-carousel-15025
2 parents 3d7b276 + fe340b4 commit 9a25554

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
16+
branches: [ master, 19.0.x, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
19+
branches: [ master, 19.0.x, 18.2.x, 17.2.x, 16.1.x, 15.1.x ]
2020
schedule:
2121
- cron: '33 4 * * 4'
2222

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ Some of the Angular chart types included are: [Polar chart](https://www.infragis
160160
|17.2.0|29-Apr-24|[Milestone #31](https://github.com/IgniteUI/igniteui-angular/blob/master/ROADMAP.md#milestone-31-version-172-released-apr-29th-2024)|
161161
|18.0.0|07-Jun-24|[Milestone #32](https://github.com/IgniteUI/igniteui-angular/blob/master/ROADMAP.md#milestone-32-version-180-released-jun-07th-2024)|
162162
|18.1.0|22-Jul-24|[Milestone #33](https://github.com/IgniteUI/igniteui-angular/blob/master/ROADMAP.md#milestone-33-due-by-jul-2024)|
163-
|18.2.0|25-Oct-24|[Milestone #34]()|
163+
|18.2.0|25-Oct-24|[Milestone #34](https://github.com/IgniteUI/igniteui-angular/blob/master/ROADMAP.md#milestone-34-version-182-released-oct-25th-2024)|
164+
|19.0.0|25-Nov-24|[Milestone #35](https://github.com/IgniteUI/igniteui-angular/blob/master/ROADMAP.md#milestone-35-version-190-released-nov-25th-2024)|
164165

165166

166167
### Components available in [igniteui-angular-charts](https://www.npmjs.com/package/igniteui-angular-charts)

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Current Milestone
44

5-
## Milestone 35, (Due by Nov, 2024)
5+
## Milestone 35, (Due by Jan, 2025)
66

77
1. Tile Manager - new component [#239](https://github.com/IgniteUI/igniteui-angular/issues/239)
88
2. Query Builder component update [#14979](https://github.com/IgniteUI/igniteui-angular/issues/14979)

SECURITY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
| Version | Supported |
66
| -------- | ------------------ |
7-
| 18.1.x | :white_check_mark: |
7+
| 19.0.x | :white_check_mark: |
8+
| 18.2.x | :white_check_mark: |
9+
| 18.1.x | :x: |
810
| 18.0.x | :x: |
911
| 17.2.x | :white_check_mark: |
1012
| 17.1.x | :x: |
13+
| 17.0.x | :x: |
1114
| 16.1.x | :white_check_mark: |
1215
| 16.0.x | :x: |
1316
| 15.1.x | :white_check_mark: |

0 commit comments

Comments
 (0)