From 04b510ed9507d7956164d4e5c43b853ac0ab78ed Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 31 Dec 2021 10:06:43 +0200 Subject: [PATCH] Update Element Plus --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/ep.json | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/collections.json b/collections.json index e27118f..594bdd8 100644 --- a/collections.json +++ b/collections.json @@ -800,7 +800,7 @@ }, "ep": { "name": "Element Plus", - "total": 280, + "total": 281, "version": "0.2.4", "author": { "name": "Element Plus", diff --git a/collections.md b/collections.md index 70e2c99..67006a9 100644 --- a/collections.md +++ b/collections.md @@ -353,7 +353,7 @@ ### Element Plus -* Number of icons: 280 +* Number of icons: 281 * Author: Element Plus * URL: https://github.com/element-plus/element-plus-icons * License: MIT diff --git a/composer.json b/composer.json index 19d3f1a..c51cd75 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.0.17", + "version": "2.0.18", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ep.json b/json/ep.json index 9f19351..f2b826f 100644 --- a/json/ep.json +++ b/json/ep.json @@ -2,7 +2,7 @@ "prefix": "ep", "info": { "name": "Element Plus", - "total": 280, + "total": 281, "author": { "name": "Element Plus", "url": "https://github.com/element-plus/element-plus-icons" @@ -300,6 +300,9 @@ "edit": { "body": "" }, + "edit-pen": { + "body": "" + }, "eleme": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index bd14e4a..e15271a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.17", + "version": "2.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.17", + "version": "2.0.18", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index 133c4f5..845acc8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.0.17", + "version": "2.0.18", "publishConfig": { "tag": "next" },