From 8320bff82e18cf3e57435fbe8047e6a5ce2a4edf Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 9 Nov 2018 09:53:41 +0200 Subject: [PATCH] 2018-11-09 update --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/maki.json | 34 ++++++++++++++++++++++++---------- package.json | 2 +- 5 files changed, 28 insertions(+), 14 deletions(-) diff --git a/collections.json b/collections.json index 6172980..39f540c 100644 --- a/collections.json +++ b/collections.json @@ -198,7 +198,7 @@ "url": "https://github.com/mapbox/maki", "license": "CC0", "licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/", - "version": "4.0.0", + "version": "5.0.0", "category": "General" }, "raphael": { diff --git a/collections.md b/collections.md index f160498..d2a5576 100644 --- a/collections.md +++ b/collections.md @@ -200,7 +200,7 @@ * URL: https://github.com/mapbox/maki * License: CC0 * License URL: http://creativecommons.org/publicdomain/zero/1.0/ -* Version: 4.0.0 +* Version: 5.0.0 * Category: General diff --git a/composer.json b/composer.json index e7732c8..feb5865 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/maki.json b/json/maki.json index 8012e1a..b3f37a8 100644 --- a/json/maki.json +++ b/json/maki.json @@ -185,14 +185,6 @@ "width": 15, "height": 15 }, - "buddhism-11": { - "body": "" - }, - "buddhism-15": { - "body": "", - "width": 15, - "height": 15 - }, "building-11": { "body": "" }, @@ -689,10 +681,10 @@ "width": 15, "height": 15 }, - "jewelry-11": { + "jewelry-store-11": { "body": "" }, - "jewelry-15": { + "jewelry-store-15": { "body": "", "width": 15, "height": 15 @@ -977,6 +969,14 @@ "width": 15, "height": 15 }, + "religious-buddhist-11": { + "body": "" + }, + "religious-buddhist-15": { + "body": "", + "width": 15, + "height": 15 + }, "religious-christian-11": { "body": "" }, @@ -1410,6 +1410,20 @@ "height": 15 } }, + "aliases": { + "buddhism-11": { + "parent": "religious-buddhist-11" + }, + "buddhism-15": { + "parent": "religious-buddhist-15" + }, + "jewelry-11": { + "parent": "jewelry-store-11" + }, + "jewelry-15": { + "parent": "jewelry-store-15" + } + }, "width": 11, "height": 11 } \ No newline at end of file diff --git a/package.json b/package.json index f4ed7eb..6d95fb6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.0.13", + "version": "1.0.14", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js" } \ No newline at end of file