From c5fee51a9fb13eb83aba9b00c63be8550f3efa23 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 10 Jul 2021 09:19:51 +0300 Subject: [PATCH] Update Carbon, HeroIcons Outline, HeroIcons Solid --- collections.json | 6 +++--- collections.md | 6 +++--- composer.json | 2 +- json/carbon.json | 2 +- json/heroicons-outline.json | 4 ++-- json/heroicons-solid.json | 4 ++-- package.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/collections.json b/collections.json index 1c9d67c..3203686 100644 --- a/collections.json +++ b/collections.json @@ -273,7 +273,7 @@ "humidity", "edit-off" ], - "version": "10.35.0-rc.0", + "version": "10.35.0", "palette": "Colorless", "category": "General" }, @@ -781,7 +781,7 @@ "library", "receipt-refund" ], - "version": "1.0.1", + "version": "1.0.2", "palette": "Colorless", "category": "General" }, @@ -797,7 +797,7 @@ "library", "receipt-refund" ], - "version": "1.0.1", + "version": "1.0.2", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 417f295..e95a460 100644 --- a/collections.md +++ b/collections.md @@ -156,7 +156,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons * License: Apache 2.0 -* Version: 10.35.0-rc.0 +* Version: 10.35.0 * Palette: Colorless @@ -446,7 +446,7 @@ * Author: Steve Schoger * URL: https://github.com/refactoringui/heroicons * License: MIT -* Version: 1.0.1 +* Version: 1.0.2 * Palette: Colorless @@ -455,7 +455,7 @@ * Author: Steve Schoger * URL: https://github.com/refactoringui/heroicons * License: MIT -* Version: 1.0.1 +* Version: 1.0.2 * Palette: Colorless diff --git a/composer.json b/composer.json index ea6b3cf..e81f1b9 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.1.372", + "version": "1.1.373", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index 30374bb..28146bc 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -11,7 +11,7 @@ "title": "Apache 2.0", "spdx": "Apache-2.0" }, - "version": "10.35.0-rc.0", + "version": "10.35.0", "samples": [ "user-certification", "humidity", diff --git a/json/heroicons-outline.json b/json/heroicons-outline.json index 9646553..854fad7 100644 --- a/json/heroicons-outline.json +++ b/json/heroicons-outline.json @@ -11,7 +11,7 @@ "title": "MIT", "spdx": "MIT" }, - "version": "1.0.1", + "version": "1.0.2", "samples": [ "color-swatch", "library", @@ -497,7 +497,7 @@ "body": "" }, "plus": { - "body": "" + "body": "" }, "plus-circle": { "body": "" diff --git a/json/heroicons-solid.json b/json/heroicons-solid.json index 5e7afdf..a5197b8 100644 --- a/json/heroicons-solid.json +++ b/json/heroicons-solid.json @@ -11,7 +11,7 @@ "title": "MIT", "spdx": "MIT" }, - "version": "1.0.1", + "version": "1.0.2", "samples": [ "color-swatch", "library", @@ -497,7 +497,7 @@ "body": "" }, "plus": { - "body": "" + "body": "" }, "plus-circle": { "body": "" diff --git a/package.json b/package.json index 3279471..dbba117 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.1.372", + "version": "1.1.373", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",