2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-22 01:38:56 +00:00

chore: publish next versions of web component and vue component

This commit is contained in:
Vjacheslav Trushkin 2024-12-21 14:14:47 +02:00
parent 3fe6adc34e
commit 50cb461652
3 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,10 @@
"name": "@iconify/vue",
"description": "Iconify icon component for Vue 3.",
"author": "Vjacheslav Trushkin",
"version": "4.2.0",
"version": "4.3.0-dev.1",
"publishConfig": {
"tag": "next"
},
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",

View File

@ -20,13 +20,13 @@ Iconify Icon web component renders icons.
Add this line to your page to load IconifyIcon (you can add it to `<head>` section of the page or before `</body>`):
```html
<script src="https://code.iconify.design/iconify-icon/2.2.0/iconify-icon.min.js"></script>
<script src="https://code.iconify.design/iconify-icon/2.3.0-dev.1/iconify-icon.min.js"></script>
```
or
```html
<script src="https://cdn.jsdelivr.net/npm/iconify-icon@2.2.0/dist/iconify-icon.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/iconify-icon@2.3.0-dev.1/dist/iconify-icon.min.js"></script>
```
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:

View File

@ -2,7 +2,10 @@
"name": "iconify-icon",
"description": "Icon web component that loads icon data on demand. Over 200,000 icons to choose from",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"version": "2.2.0",
"version": "2.3.0-dev.1",
"publishConfig": {
"tag": "next"
},
"license": "MIT",
"main": "./dist/iconify-icon.cjs",
"types": "./dist/iconify-icon.d.ts",