From 7f85f2a26d9f5190702a28e521558d2a59ea6eae Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 20 Dec 2021 09:18:47 +0200 Subject: [PATCH] Update Pepicons, Simple Icons --- collections.json | 6 +++--- collections.md | 6 +++--- composer.json | 2 +- json/pepicons.json | 2 +- json/simple-icons.json | 27 ++++++++++++++++++--------- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 29 insertions(+), 20 deletions(-) diff --git a/collections.json b/collections.json index 5906f55..1e66506 100644 --- a/collections.json +++ b/collections.json @@ -1486,7 +1486,7 @@ "pepicons": { "name": "Pepicons", "total": 316, - "version": "1.0.4", + "version": "1.0.9", "author": { "name": "CyCraft", "url": "https://github.com/CyCraft/pepicons" @@ -2088,8 +2088,8 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 2121, - "version": "6.2.0", + "total": 2124, + "version": "6.3.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" diff --git a/collections.md b/collections.md index 50ac504..87c97c2 100644 --- a/collections.md +++ b/collections.md @@ -655,7 +655,7 @@ * URL: https://github.com/CyCraft/pepicons * License: CC BY 4.0 * License URL: https://github.com/CyCraft/pepicons/blob/dev/LICENSE -* Version: 1.0.4 +* Version: 1.0.9 * Palette: Colorless @@ -931,12 +931,12 @@ ### Simple Icons -* Number of icons: 2121 +* Number of icons: 2124 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 6.2.0 +* Version: 6.3.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 567dd1e..c3a96b4 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.12", + "version": "2.0.13", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/pepicons.json b/json/pepicons.json index 8751474..7ab5a92 100644 --- a/json/pepicons.json +++ b/json/pepicons.json @@ -12,7 +12,7 @@ "spdx": "CC-BY-4.0", "url": "https://github.com/CyCraft/pepicons/blob/dev/LICENSE" }, - "version": "1.0.4", + "version": "1.0.9", "samples": [ "bookmark-print", "moon", diff --git a/json/simple-icons.json b/json/simple-icons.json index 2d046de..fe21cc6 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 2121, + "total": 2124, "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -12,7 +12,7 @@ "spdx": "CC0-1.0", "url": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md" }, - "version": "6.2.0", + "version": "6.3.0", "samples": [ "adobephotoshop", "bing", @@ -1147,6 +1147,9 @@ "cmake": { "body": "" }, + "cncf": { + "body": "" + }, "cnn": { "body": "" }, @@ -2353,7 +2356,7 @@ "body": "" }, "googlekeep": { - "body": "" + "body": "" }, "googlelens": { "body": "" @@ -2361,11 +2364,14 @@ "googlemaps": { "body": "" }, + "googlemarketingplatform": { + "body": "" + }, "googlemeet": { - "body": "" + "body": "" }, "googlemessages": { - "body": "" + "body": "" }, "googlemybusiness": { "body": "" @@ -2461,6 +2467,9 @@ "gridsome": { "body": "" }, + "groupme": { + "body": "" + }, "groupon": { "body": "" }, @@ -4463,7 +4472,7 @@ "body": "" }, "prestashop": { - "body": "" + "body": "" }, "presto": { "body": "" @@ -4918,7 +4927,7 @@ "body": "" }, "ruby": { - "body": "" + "body": "" }, "rubygems": { "body": "" @@ -5517,7 +5526,7 @@ "body": "" }, "strongswan": { - "body": "" + "body": "" }, "stubhub": { "body": "" @@ -6018,7 +6027,7 @@ "body": "" }, "unity": { - "body": "" + "body": "" }, "unraid": { "body": "" diff --git a/package-lock.json b/package-lock.json index a3bbf04..53b265c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.12", + "version": "2.0.13", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index 9287535..1852f2b 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.12", + "version": "2.0.13", "publishConfig": { "tag": "next" },