diff --git a/components/ember/package.json b/components/ember/package.json index 463ee59..528a1aa 100644 --- a/components/ember/package.json +++ b/components/ember/package.json @@ -2,11 +2,11 @@ "name": "@iconify/ember", "description": "Iconify icon component for Ember.", "author": "Vjacheslav Trushkin", - "version": "2.0.0-beta.2", + "version": "2.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/components/react/package.json b/components/react/package.json index 78f9a5f..6b6b596 100644 --- a/components/react/package.json +++ b/components/react/package.json @@ -2,11 +2,11 @@ "name": "@iconify/react", "description": "Iconify icon component for React.", "author": "Vjacheslav Trushkin", - "version": "4.0.0-beta.2", + "version": "4.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/components/svelte/package.json b/components/svelte/package.json index 28a5052..f3c6141 100644 --- a/components/svelte/package.json +++ b/components/svelte/package.json @@ -2,11 +2,11 @@ "name": "@iconify/svelte", "description": "Iconify icon component for Svelte.", "author": "Vjacheslav Trushkin", - "version": "3.0.0-beta.2", + "version": "3.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://github.com/iconify/iconify", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/components/svg-framework/README.md b/components/svg-framework/README.md index 52a4854..2345761 100644 --- a/components/svg-framework/README.md +++ b/components/svg-framework/README.md @@ -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 `` section of the page or before ``): ```html - + ``` or ```html - + ``` 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: diff --git a/components/svg-framework/package.json b/components/svg-framework/package.json index ef089a2..75a41fe 100644 --- a/components/svg-framework/package.json +++ b/components/svg-framework/package.json @@ -2,7 +2,7 @@ "name": "@iconify/iconify", "description": "Unified SVG framework with over 100,000 icons to choose from", "author": "Vjacheslav Trushkin (https://iconify.design)", - "version": "3.0.0-beta.3", + "version": "3.0.0", "license": "MIT", "main": "./dist/iconify.min.js", "types": "./dist/iconify.d.ts", @@ -10,7 +10,7 @@ "module": "./dist/iconify.mjs", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/components/vue/package.json b/components/vue/package.json index 44d82a9..3fa16c7 100644 --- a/components/vue/package.json +++ b/components/vue/package.json @@ -2,11 +2,11 @@ "name": "@iconify/vue", "description": "Iconify icon component for Vue 3.", "author": "Vjacheslav Trushkin", - "version": "4.0.0-beta.2", + "version": "4.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/components/vue2/package.json b/components/vue2/package.json index 23a9f9a..fd89da4 100644 --- a/components/vue2/package.json +++ b/components/vue2/package.json @@ -2,11 +2,11 @@ "name": "@iconify/vue2", "description": "Iconify icon component for Vue 2.", "author": "Vjacheslav Trushkin", - "version": "2.0.0-beta.2", + "version": "2.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/iconify-icon/icon/README.md b/iconify-icon/icon/README.md index ac1de30..289fcd4 100644 --- a/iconify-icon/icon/README.md +++ b/iconify-icon/icon/README.md @@ -21,13 +21,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 ce2021c..07d1fa4 100644 --- a/iconify-icon/icon/package.json +++ b/iconify-icon/icon/package.json @@ -2,7 +2,7 @@ "name": "iconify-icon", "description": "Icon web component that loads icon data on demand. Over 100,000 icons to choose from", "author": "Vjacheslav Trushkin (https://iconify.design)", - "version": "1.0.0-beta.3", + "version": "1.0.0", "license": "MIT", "main": "./dist/iconify-icon.cjs", "types": "./dist/iconify-icon.d.ts", @@ -11,7 +11,7 @@ "module": "./dist/iconify-icon.mjs", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/iconify-icon/react/package.json b/iconify-icon/react/package.json index 48341d7..ee4352b 100644 --- a/iconify-icon/react/package.json +++ b/iconify-icon/react/package.json @@ -2,11 +2,11 @@ "name": "@iconify-icon/react", "description": "React wrapper for Iconify Icon web component", "author": "Vjacheslav Trushkin", - "version": "1.0.0-beta.3", + "version": "1.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/iconify-icon/solid/package.json b/iconify-icon/solid/package.json index 760dedf..301216f 100644 --- a/iconify-icon/solid/package.json +++ b/iconify-icon/solid/package.json @@ -3,11 +3,11 @@ "type": "module", "description": "SolidJS wrapper for Iconify Icon web component", "author": "Vjacheslav Trushkin", - "version": "1.0.0-beta.3", + "version": "1.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", - "funding": "http://github.com/sponsors/cyberalien", + "funding": "https://github.com/sponsors/cyberalien", "repository": { "type": "git", "url": "https://github.com/iconify/iconify.git", diff --git a/packages/core/package.json b/packages/core/package.json index bf7a555..58773d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "type": "module", "description": "Reusable files used by multiple Iconify packages", "author": "Vjacheslav Trushkin (https://iconify.design)", - "version": "2.0.0-beta.3", + "version": "2.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/", diff --git a/packages/types/package.json b/packages/types/package.json index 8d96683..e00b246 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -2,7 +2,7 @@ "name": "@iconify/types", "type": "module", "description": "Types for Iconify data", - "version": "2.0.0-beta.1", + "version": "2.0.0", "author": "Vjacheslav Trushkin", "license": "MIT", "main": "./types.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 23be9ff..b7c3582 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -3,7 +3,7 @@ "type": "module", "description": "Common functions for working with Iconify icon sets used by various packages.", "author": "Vjacheslav Trushkin", - "version": "2.0.0-beta.4", + "version": "2.0.0", "license": "MIT", "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://iconify.design/",