Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Jan 28, 2022
1 parent 6d20eff commit ec445c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-gallery",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
5 changes: 3 additions & 2 deletions projects/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-gallery",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple responsive native gallery component for Angular 8+ and 13+.",
"author": "Andrey Kolkov <[email protected]>",
"repository": "https://github.com/kolkov/ngx-gallery",
Expand All @@ -11,7 +11,8 @@
},
"peerDependencies": {
"@angular/common": ">=13.0.0 <14",
"@angular/core": ">=13.0.0 <14"
"@angular/core": ">=13.0.0 <14",
"@angular/animations": ">=13.0.0 <14"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit ec445c3

Please sign in to comment.