New version 0.12.0

This commit is contained in:
Eric Fennis
2020-12-31 16:41:07 +01:00
parent 8f6062317f
commit bd3f24f160
6 changed files with 2911 additions and 3259 deletions

View File

@@ -2,4 +2,4 @@
base = "site/" base = "site/"
publish = "build/" publish = "build/"
command = "yarn deploy" command = "yarn deploy"
ignore = "git diff --quiet origin/master HEAD ../icons" ignore = "git diff --quiet origin/master HEAD ../icons ../site"

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide", "name": "lucide",
"description": "Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.", "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", "license": "ISC",
"homepage": "https://lucide.netlify.app", "homepage": "https://lucide.netlify.app",
"repository": "github:lucide-icons/lucide", "repository": "github:lucide-icons/lucide",

View File

@@ -1,7 +1,7 @@
{ {
"name": "lucide-react", "name": "lucide-react",
"description": "Lucide React package, Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.", "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", "license": "ISC",
"amdName": "lucide-react", "amdName": "lucide-react",
"source": "build/lucide-react.js", "source": "build/lucide-react.js",

View File

@@ -17,8 +17,9 @@
"fuse.js": "^6.0.4", "fuse.js": "^6.0.4",
"jszip": "^3.4.0", "jszip": "^3.4.0",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"lucide-react": "^0.1.2-beta.4", "lucide-react": "^0.11.0",
"next": "^9.5.4", "next": "^10.0.4",
"object-path": "0.11.5",
"react": "^16.13.1", "react": "^16.13.1",
"react-color": "2.17.3", "react-color": "2.17.3",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",

File diff suppressed because it is too large Load Diff

2590
yarn.lock

File diff suppressed because it is too large Load Diff