Skip to content

Commit

Permalink
v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Feb 4, 2024
1 parent 8ec679e commit 516aa21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@
15
</td>
</tr>
<tr>
<td>
11.x
</td>
<td>
17
</td>
</tr>
</tbody>
</table>

Expand Down
9 changes: 7 additions & 2 deletions libs/ngx-lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-lottie",
"version": "10.0.0",
"version": "11.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngx-lottie/ngx-lottie.git"
Expand Down Expand Up @@ -33,12 +33,17 @@
"angular 14",
"angular15",
"angular 15",
"angular 15",
"angular16",
"angular 16",
"angular17",
"angular 17",
"universal",
"ivy"
],
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=15",
"@angular/core": ">=17",
"lottie-web": ">=5.9.2"
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"angular 14",
"angular15",
"angular 15",
"angular16",
"angular 16",
"angular17",
"angular 17",
"universal",
"ivy"
],
Expand Down

0 comments on commit 516aa21

Please sign in to comment.