diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d22eda7c..b084c6940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/ionic-team/ionicons/compare/v6.1.3...v7.0.0) (2023-03-07) + +**Migration Note:** Developers should ensure that their `` usages have either `aria-label` or `aria-hidden` to avoid accessibility issues. See https://ionic.io/ionicons/usage for more information. + +### Bug Fixes + +* **icon:** remove auto-generated aria-label ([#1170](https://github.com/ionic-team/ionicons/issues/1170)) ([98975ec](https://github.com/ionic-team/ionicons/commit/98975ec0f54b825c33f528683834a5e38298d598)) + + + + ## [6.1.3](https://github.com/ionic-team/ionicons/compare/v6.1.2...v6.1.3) (2023-02-09) diff --git a/lerna.json b/lerna.json index b5c8e20fc..13dd0f077 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "./" ], - "version": "6.1.3" + "version": "7.0.0" } diff --git a/package-lock.json b/package-lock.json index be853d717..7c0e6e2a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionicons", - "version": "6.1.3", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ionicons", - "version": "6.1.3", + "version": "7.0.0", "license": "MIT", "dependencies": { "@stencil/core": "^2.18.0" diff --git a/package.json b/package.json index 8e8804476..a58e6b2f2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionicons", - "version": "6.1.3", + "version": "7.0.0", "description": "Premium icons for Ionic.", "files": [ "components/",