Skip to content

Commit 5e2e11b

Browse files
committed
docs: update versioning page
1 parent 9bf5310 commit 5e2e11b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

apps/docs/docs/getting-started/versioning/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
keyword: VersioningPage
33
---
44

5-
> **Note** Any minor fixes of flowbite-angular will be on the same angular version as its major
6-
> version.
5+
> **Note** No patch will bring any changes on the angular version.
76
8-
| Flowbite-angular version | Angular version | Typescript version |
9-
| ------------------------ | --------------- | ------------------ |
10-
| 1.1.1 | 18.0.0 | 5.4.5 |
11-
| 1.0.0 | 18.0.0 | 5.4.5 |
7+
| Flowbite-angular version | Angular version | TailwindCSS version |
8+
| ------------------------ | --------------- | ------------------- |
9+
| 1.2.0 | >=18.0.0 | ^3.0.0 |
10+
| 1.1.1 | 18.0.0 | ^3.0.24 |
11+
| 1.0.0 | 18.0.0 | ^3.0.24 |

apps/docs/docs/getting-started/versioning/ng-doc.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { NgDocPage } from '@ng-doc/core';
44

55
/**
66
* Here is a reference table that matches versions of flowbite-angular with its Angular version. It
7-
* also shows the Typescript version used.
7+
* also shows the TailwindCSS version used.
88
*
99
* @status:alert NEW
1010
*/

0 commit comments

Comments
 (0)