Skip to content

Commit

Permalink
fix: bump to up version (#59)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop angular < 16 support
  • Loading branch information
sevaru authored Oct 19, 2023
1 parent 31e6295 commit 211cb6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ It is a small tool that allows you to add and render multiple apps on one page.

## Angular version support

| Version | Angular version |
| ------- | --------------- |
| v2.x | 16+ |
| v1.x | 12 - 15 |
| Microzord Version | Angular version |
| ----------------- | --------------- |
| v2.x | 16+ |
| v1.x | 12 - 15 |

## Installation and usage

Expand Down
3 changes: 2 additions & 1 deletion libs/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"authors": ["Igor Katsuba <[email protected]>", "Roman Sedov <[email protected]>"],
"contributors": [
"Igor Katsuba <[email protected]>",
"Roman Sedov <[email protected]>"
"Roman Sedov <[email protected]>",
"Vsevolod Arutyunov <[email protected]>"
],
"repository": "https://github.com/taiga-family/microzord",
"homepage": "https://taiga-family.github.io/microzord"
Expand Down
3 changes: 2 additions & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"authors": ["Igor Katsuba <[email protected]>", "Roman Sedov <[email protected]>"],
"contributors": [
"Igor Katsuba <[email protected]>",
"Roman Sedov <[email protected]>"
"Roman Sedov <[email protected]>",
"Vsevolod Arutyunov <[email protected]>"
],
"repository": "https://github.com/taiga-family/microzord",
"homepage": "https://taiga-family.github.io/microzord"
Expand Down

0 comments on commit 211cb6a

Please sign in to comment.