Skip to content

Commit

Permalink
chore: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitzero committed Jun 21, 2024
1 parent 600e591 commit 1014d89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/ng-auto-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-auto-animate",
"version": "0.3.0",
"version": "0.3.2",
"description": "Add motion to your apps with a single line of code. An Angular Directive to use FormKit's auto-animate library.",
"repository": "https://github.com/ajitzero/ng-auto-animate.git",
"homepage": "https://github.com/ajitzero/ng-auto-animate/tree/main/libs/ng-auto-animate#readme",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@ng-auto-animate/source",
"version": "0.3.0",
"name": "ng-auto-animate",
"version": "0.3.2",
"license": "MIT",
"scripts": {
"clean": "rimraf dist ./node_modules ./.angular",
"format": "prettier -w --cache **.{ts,js,json,html,scss,css}"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.4",
"@angular/common": "18.0.4",
Expand Down

0 comments on commit 1014d89

Please sign in to comment.