From 9283cdfeda8b24add800ddae1f848666a4549c11 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 7 Dec 2024 09:09:51 +0200 Subject: [PATCH] chore: publish new minor versions of all components and plugins --- components/react/package.json | 2 +- components/svelte/package.json | 2 +- components/vue/package.json | 5 +---- iconify-icon/icon/README.md | 4 ++-- iconify-icon/icon/package.json | 5 +---- iconify-icon/react/package.json | 2 +- iconify-icon/solid/package.json | 2 +- plugins/tailwind/package.json | 2 +- 8 files changed, 9 insertions(+), 15 deletions(-) diff --git a/components/react/package.json b/components/react/package.json index 716ab8e..909ad0c 100644 --- a/components/react/package.json +++ b/components/react/package.json @@ -3,7 +3,7 @@ "description": "Iconify icon component for React.", "author": "Vjacheslav Trushkin", "type": "module", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", diff --git a/components/svelte/package.json b/components/svelte/package.json index f9595fc..8805b88 100644 --- a/components/svelte/package.json +++ b/components/svelte/package.json @@ -2,7 +2,7 @@ "name": "@iconify/svelte", "description": "Iconify icon component for Svelte.", "author": "Vjacheslav Trushkin", - "version": "4.0.2", + "version": "4.1.0", "type": "module", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", diff --git a/components/vue/package.json b/components/vue/package.json index b30bb1c..f7dce9b 100644 --- a/components/vue/package.json +++ b/components/vue/package.json @@ -2,10 +2,7 @@ "name": "@iconify/vue", "description": "Iconify icon component for Vue 3.", "author": "Vjacheslav Trushkin", - "version": "4.2.0-dev.2", - "publishConfig": { - "tag": "next" - }, + "version": "4.2.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", diff --git a/iconify-icon/icon/README.md b/iconify-icon/icon/README.md index d31c0c9..2920a5d 100644 --- a/iconify-icon/icon/README.md +++ b/iconify-icon/icon/README.md @@ -20,13 +20,13 @@ Iconify Icon web component renders icons. Add this line to your page to load IconifyIcon (you can add it to `` section of the page or before ``): ```html - + ``` or ```html - + ``` or, if you are building a project with a bundler, you can include the script by installing `iconify-icon` as a dependency and importing it in your project: diff --git a/iconify-icon/icon/package.json b/iconify-icon/icon/package.json index 1c297a7..a7c9a35 100644 --- a/iconify-icon/icon/package.json +++ b/iconify-icon/icon/package.json @@ -2,10 +2,7 @@ "name": "iconify-icon", "description": "Icon web component that loads icon data on demand. Over 200,000 icons to choose from", "author": "Vjacheslav Trushkin (https://iconify.design)", - "version": "2.2.0-dev.2", - "publishConfig": { - "tag": "next" - }, + "version": "2.2.0", "license": "MIT", "main": "./dist/iconify-icon.cjs", "types": "./dist/iconify-icon.d.ts", diff --git a/iconify-icon/react/package.json b/iconify-icon/react/package.json index c5738f5..9fae70b 100644 --- a/iconify-icon/react/package.json +++ b/iconify-icon/react/package.json @@ -2,7 +2,7 @@ "name": "@iconify-icon/react", "description": "React wrapper for Iconify Icon web component", "author": "Vjacheslav Trushkin", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", diff --git a/iconify-icon/solid/package.json b/iconify-icon/solid/package.json index fc2b975..66fd035 100644 --- a/iconify-icon/solid/package.json +++ b/iconify-icon/solid/package.json @@ -3,7 +3,7 @@ "type": "module", "description": "SolidJS wrapper for Iconify Icon web component", "author": "Vjacheslav Trushkin", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", diff --git a/plugins/tailwind/package.json b/plugins/tailwind/package.json index ed7043a..d701b74 100644 --- a/plugins/tailwind/package.json +++ b/plugins/tailwind/package.json @@ -2,7 +2,7 @@ "name": "@iconify/tailwind", "description": "Iconify plugin for Tailwind CSS", "author": "Vjacheslav Trushkin (https://iconify.design)", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT", "main": "./dist/plugin.js", "types": "./dist/plugin.d.ts",