Skip to content

Commit

Permalink
New version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Fennis committed Dec 31, 2020
1 parent 8f60623 commit bd3f24f
Show file tree
Hide file tree
Showing 6 changed files with 2,905 additions and 3,253 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
base = "site/"
publish = "build/"
command = "yarn deploy"
ignore = "git diff --quiet origin/master HEAD ../icons"
ignore = "git diff --quiet origin/master HEAD ../icons ../site"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lucide",
"description": "Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.",
"version": "0.11.0",
"version": "0.12.0",
"license": "ISC",
"homepage": "https://lucide.netlify.app",
"repository": "github:lucide-icons/lucide",
Expand Down
2 changes: 1 addition & 1 deletion packages/lucide-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lucide-react",
"description": "Lucide React package, Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.",
"version": "0.11.0",
"version": "0.12.0",
"license": "ISC",
"amdName": "lucide-react",
"source": "build/lucide-react.js",
Expand Down
5 changes: 3 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"fuse.js": "^6.0.4",
"jszip": "^3.4.0",
"lodash": "^4.17.20",
"lucide-react": "^0.1.2-beta.4",
"next": "^9.5.4",
"lucide-react": "^0.11.0",
"next": "^10.0.4",
"object-path": "0.11.5",
"react": "^16.13.1",
"react-color": "2.17.3",
"react-dom": "^16.13.1",
Expand Down

0 comments on commit bd3f24f

Please sign in to comment.