2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-07 15:44:05 +00:00

Publish stable versions of all packages

This commit is contained in:
Vjacheslav Trushkin 2022-09-08 09:40:06 +03:00
parent 059eb2ee8c
commit fd2bff92e1
14 changed files with 25 additions and 25 deletions

View File

@ -2,11 +2,11 @@
"name": "@iconify/ember", "name": "@iconify/ember",
"description": "Iconify icon component for Ember.", "description": "Iconify icon component for Ember.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "2.0.0-beta.2", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -2,11 +2,11 @@
"name": "@iconify/react", "name": "@iconify/react",
"description": "Iconify icon component for React.", "description": "Iconify icon component for React.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "4.0.0-beta.2", "version": "4.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -2,11 +2,11 @@
"name": "@iconify/svelte", "name": "@iconify/svelte",
"description": "Iconify icon component for Svelte.", "description": "Iconify icon component for Svelte.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "3.0.0-beta.2", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify", "homepage": "https://github.com/iconify/iconify",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -21,13 +21,13 @@ Iconify SVG framework is designed to be as easy to use as possible.
Add this line to your page to load Iconify SVG framework (you can add it to `<head>` section of the page or before `</body>`): Add this line to your page to load Iconify SVG framework (you can add it to `<head>` section of the page or before `</body>`):
```html ```html
<script src="https://code.iconify.design/3/3.0.0-beta.3/iconify.min.js"></script> <script src="https://code.iconify.design/3/3.0.0/iconify.min.js"></script>
``` ```
or or
```html ```html
<script src="https://cdn.jsdelivr.net/npm/@iconify/iconify@3.0.0-beta.3/dist/iconify.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@iconify/iconify@3.0.0/dist/iconify.min.js"></script>
``` ```
or, if you are building a project with something like WebPack or Rollup, you can include the script by installing `@iconify/iconify` as a dependency and importing it in your project: or, if you are building a project with something like WebPack or Rollup, you can include the script by installing `@iconify/iconify` as a dependency and importing it in your project:

View File

@ -2,7 +2,7 @@
"name": "@iconify/iconify", "name": "@iconify/iconify",
"description": "Unified SVG framework with over 100,000 icons to choose from", "description": "Unified SVG framework with over 100,000 icons to choose from",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)", "author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"version": "3.0.0-beta.3", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"main": "./dist/iconify.min.js", "main": "./dist/iconify.min.js",
"types": "./dist/iconify.d.ts", "types": "./dist/iconify.d.ts",
@ -10,7 +10,7 @@
"module": "./dist/iconify.mjs", "module": "./dist/iconify.mjs",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -2,11 +2,11 @@
"name": "@iconify/vue", "name": "@iconify/vue",
"description": "Iconify icon component for Vue 3.", "description": "Iconify icon component for Vue 3.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "4.0.0-beta.2", "version": "4.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -2,11 +2,11 @@
"name": "@iconify/vue2", "name": "@iconify/vue2",
"description": "Iconify icon component for Vue 2.", "description": "Iconify icon component for Vue 2.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "2.0.0-beta.2", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -21,13 +21,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>`): Add this line to your page to load IconifyIcon (you can add it to `<head>` section of the page or before `</body>`):
```html ```html
<script src="https://code.iconify.design/iconify-icon/1.0.0-beta.3/iconify-icon.min.js"></script> <script src="https://code.iconify.design/iconify-icon/1.0.0/iconify-icon.min.js"></script>
``` ```
or or
```html ```html
<script src="https://cdn.jsdelivr.net/npm/iconify-icon@1.0.0-beta.3/dist/iconify-icon.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/iconify-icon@1.0.0/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: 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,7 @@
"name": "iconify-icon", "name": "iconify-icon",
"description": "Icon web component that loads icon data on demand. Over 100,000 icons to choose from", "description": "Icon web component that loads icon data on demand. Over 100,000 icons to choose from",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)", "author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"version": "1.0.0-beta.3", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"main": "./dist/iconify-icon.cjs", "main": "./dist/iconify-icon.cjs",
"types": "./dist/iconify-icon.d.ts", "types": "./dist/iconify-icon.d.ts",
@ -11,7 +11,7 @@
"module": "./dist/iconify-icon.mjs", "module": "./dist/iconify-icon.mjs",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -2,11 +2,11 @@
"name": "@iconify-icon/react", "name": "@iconify-icon/react",
"description": "React wrapper for Iconify Icon web component", "description": "React wrapper for Iconify Icon web component",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "1.0.0-beta.3", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -3,11 +3,11 @@
"type": "module", "type": "module",
"description": "SolidJS wrapper for Iconify Icon web component", "description": "SolidJS wrapper for Iconify Icon web component",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "1.0.0-beta.3", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",
"funding": "http://github.com/sponsors/cyberalien", "funding": "https://github.com/sponsors/cyberalien",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git", "url": "https://github.com/iconify/iconify.git",

View File

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"description": "Reusable files used by multiple Iconify packages", "description": "Reusable files used by multiple Iconify packages",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)", "author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"version": "2.0.0-beta.3", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",

View File

@ -2,7 +2,7 @@
"name": "@iconify/types", "name": "@iconify/types",
"type": "module", "type": "module",
"description": "Types for Iconify data", "description": "Types for Iconify data",
"version": "2.0.0-beta.1", "version": "2.0.0",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"license": "MIT", "license": "MIT",
"main": "./types.js", "main": "./types.js",

View File

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"description": "Common functions for working with Iconify icon sets used by various packages.", "description": "Common functions for working with Iconify icon sets used by various packages.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "2.0.0-beta.4", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/", "homepage": "https://iconify.design/",