Skip to content

Commit

Permalink
build: update to angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Jun 10, 2024
1 parent c95074c commit 091fc9a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
11 changes: 4 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@ We only fix vulnerability in the code distributed through our main source code r
| 1.x.x | :white_check_mark: |
| < 1.0 | :x: |

### dfts-qrcode

| Version | Supported |
| ------- | ------------------ |
| 1.x.x | :white_check_mark: |
| < 1.0 | :x: |

### dfx-helper

| Version | Supported |
| ------- | ------------------ |
| 8.x.x | :white_check_mark: |
| 7.x.x | :white_check_mark: |
| 6.x.x | :white_check_mark: |
| < 6.0 | :x: |
Expand All @@ -45,13 +39,15 @@ We only fix vulnerability in the code distributed through our main source code r

| Version | Supported |
| ------- | ------------------ |
| 3.x.x | :white_check_mark: |
| 2.x.x | :white_check_mark: |
| < 2.0 | :x: |

### dfx-bootstrap-table

| Version | Supported |
| ------- | ------------------ |
| 4.x.x | :white_check_mark: |
| 3.x.x | :white_check_mark: |
| 2.x.x | :white_check_mark: |
| < 2.0 | :x: |
Expand All @@ -60,5 +56,6 @@ We only fix vulnerability in the code distributed through our main source code r

| Version | Supported |
| ------- | ------------------ |
| 2.x.x | :white_check_mark: |
| 1.x.x | :white_check_mark: |
| < 1.0 | :x: |
1 change: 1 addition & 0 deletions libs/dfx-bootstrap-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Build upon the excellence of Bootstrap Icons providing you with over 2,000 icons

| Angular | dfx-bootstrap-icons |
| ------- | ------------------- |
| 18.x.x | 2.x.x |
| 17.x.x | 1.x.x |

## Installation
Expand Down
1 change: 1 addition & 0 deletions libs/dfx-bootstrap-icons/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"push": true,
"changelogHeader": " "
}
}
Expand Down
17 changes: 9 additions & 8 deletions libs/dfx-bootstrap-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ For more information on the interface and a detailed look at how the table is im

### Version compatibility

| Angular | dfx-helper | Bootstrap |
| ------- | ---------- | --------- |
| 17.x.x | 3.x.x | 5.x.x |
| 16.x.x | 2.x.x | 5.x.x |
| 15.x.x | 1.4.x | 5.x.x |
| 14.x.x | 1.3.x | 5.x.x |
| 13.x.x | 1.1.x | 5.x.x |
| 12.x.x | 1.0.x | 5.x.x |
| Angular | dfx-bootstrap-table | Bootstrap |
| ------- | ------------------- | --------- |
| 18.x.x | 4.x.x | 5.x.x |
| 17.x.x | 3.x.x | 5.x.x |
| 16.x.x | 2.x.x | 5.x.x |
| 15.x.x | 1.4.x | 5.x.x |
| 14.x.x | 1.3.x | 5.x.x |
| 13.x.x | 1.1.x | 5.x.x |
| 12.x.x | 1.0.x | 5.x.x |

### Credits

Expand Down
1 change: 1 addition & 0 deletions libs/dfx-bootstrap-table/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"push": true,
"changelogHeader": " "
}
}
Expand Down
1 change: 1 addition & 0 deletions libs/dfx-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Angular Library with tons of utility tools helping in all projects.

| Angular | dfx-helper |
| ------- | ---------- |
| 18.x.x | 8.x.x |
| 17.x.x | 7.x.x |
| 16.x.x | 6.1.x |
| 15.x.x | 6.0.x |
Expand Down
1 change: 1 addition & 0 deletions libs/dfx-qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

| Angular | dfx-qrcode |
| ------- | ---------- |
| 18.x.x | 3.x.x |
| 17.x.x | 2.x.x |
| 16.x.x | 1.x.x |

Expand Down

0 comments on commit 091fc9a

Please sign in to comment.