Skip to content

Commit b86d269

Browse files
committed
chore: bump to v1.9.0
1 parent 76bae71 commit b86d269

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
6-
"find-missing": "comm -23 <(ls temp/src/lib/icons/*.svelte | xargs -n1 basename -s .svelte | sort) <(ls packages/animated-icons/src/icons/*.ts | xargs -n1 basename -s .ts | sort)",
6+
"find-missing-source": "comm -23 <(ls temp/src/lib/icons/*.svelte | xargs -n1 basename -s .svelte | sort) <(ls packages/animated-icons/src/icons/*.ts | xargs -n1 basename -s .ts | sort)",
7+
"find-missing-self": "comm -23 <(ls packages/animated-icons/src/icons/*.ts | xargs -n1 basename -s .ts | sort) <(ls temp/src/lib/icons/*.svelte | xargs -n1 basename -s .svelte | sort)",
78
"format": "bunx prettier --write ."
89
},
910
"private": true,

packages/animated-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-animated-icons",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Beautifully crafted animated icons for Angular, built on Lucide. Easily customizable and lightweight.",
55
"homepage": "https://icons.ajitpanigrahi.com/",
66
"repository": {

0 commit comments

Comments
 (0)