diff --git a/CHANGELOG.md b/CHANGELOG.md index b90980444..ea444f7bd 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.2.2](https://github.com/ionic-team/ionicons/compare/v7.2.1...v7.2.2) (2023-12-13) + + +### Bug Fixes + +* **icon:** add better warning when loading icons ([#1297](https://github.com/ionic-team/ionicons/issues/1297)) ([d582e62](https://github.com/ionic-team/ionicons/commit/d582e6208e626722e4350426a509a6870e90a0bc)) + + + + + ## [7.2.1](https://github.com/ionic-team/ionicons/compare/v7.2.0...v7.2.1) (2023-10-10) diff --git a/lerna.json b/lerna.json index 810082790..c87d53839 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "./" ], - "version": "7.2.1" + "version": "7.2.2" } diff --git a/package-lock.json b/package-lock.json index c2fd6c76e..1cba7a25e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionicons", - "version": "7.2.1", + "version": "7.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ionicons", - "version": "7.2.1", + "version": "7.2.2", "license": "MIT", "dependencies": { "@stencil/core": "^4.0.3" diff --git a/package.json b/package.json index 2d7121f69..c578475de 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionicons", - "version": "7.2.1", + "version": "7.2.2", "description": "Premium icons for Ionic.", "files": [ "components/",