Skip to content

Commit

Permalink
ci: bump v0.4.0, allow Angular v19
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitzero committed Nov 30, 2024
1 parent ff70b79 commit e3eaf49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libs/ng-auto-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ng-auto-animate",
"version": "0.3.2",
"version": "0.4.0",
"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",
"author": "Ajit Panigrahi <hello@ajitpanigrahi.com>",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@formkit/auto-animate": "^0.8.2"
},
"dependencies": {
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "ng-auto-animate",
"version": "0.3.2",
"version": "0.4.0",
"license": "MIT",
"scripts": {
"start": "nx serve demo",
"build": "nx run ng-auto-animate:build:production",
"publish": "pnpm publish dist/libs/ng-auto-animate",
"prepublish": "pnpm run format && pnpm run build",
"clean": "rimraf dist ./node_modules ./.angular",
"format": "prettier -w --cache **.{ts,js,json,html,scss,css}"
},
Expand Down

0 comments on commit e3eaf49

Please sign in to comment.