From 9edb6a889dcb471a59e20ed6a22b02b737475b15 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 26 Nov 2021 09:01:55 +0200 Subject: [PATCH] Update Pixelarticons --- collections.md | 2 +- composer.json | 2 +- json/pixelarticons.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/collections.md b/collections.md index 598c923..41d2b78 100644 --- a/collections.md +++ b/collections.md @@ -244,7 +244,7 @@ * URL: https://github.com/halfmage/pixelarticons * License: MIT * License URL: https://github.com/halfmage/pixelarticons/blob/master/LICENSE -* Version: 1.4.0 +* Version: 1.5.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 13cbb6b..9d05e91 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.1", + "version": "2.0.2", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/pixelarticons.json b/json/pixelarticons.json index 9683bb4..3278614 100644 --- a/json/pixelarticons.json +++ b/json/pixelarticons.json @@ -12,7 +12,7 @@ "spdx": "MIT", "url": "https://github.com/halfmage/pixelarticons/blob/master/LICENSE" }, - "version": "1.4.0", + "version": "1.5.0", "samples": [ "drag-and-drop", "arrows-horizontal", diff --git a/package-lock.json b/package-lock.json index 80456d1..732b25e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.0", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.0", + "version": "2.0.2", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index 80e7b25..b92c0c2 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.1", + "version": "2.0.2", "publishConfig": { "tag": "next" },