diff --git a/CHANGELOG.md b/CHANGELOG.md index bb65f44fe..9a3868342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.1.1](https://github.com/ionic-team/ionicons/compare/v7.1.0...v7.1.1) (2023-05-23) + + +### Bug Fixes + +* **icon:** respond to changes of document dir ([#1210](https://github.com/ionic-team/ionicons/issues/1210)) ([e70bf21](https://github.com/ionic-team/ionicons/commit/e70bf214b82cd2187ea9394803283570d28ab28c)) + + + + + +## [7.1.1](https://github.com/ionic-team/ionicons/compare/v7.1.0...v7.1.1) (2023-05-23) + + +### Bug Fixes + +* **icon:** respond to changes of document dir ([#1210](https://github.com/ionic-team/ionicons/issues/1210)) ([e70bf21](https://github.com/ionic-team/ionicons/commit/e70bf214b82cd2187ea9394803283570d28ab28c)) + + + + + # [7.1.0](https://github.com/ionic-team/ionicons/compare/v7.0.0...v7.1.0) (2023-03-23) diff --git a/lerna.json b/lerna.json index 95902c084..1ecfd50bd 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "./" ], - "version": "7.1.0" + "version": "7.1.1" } diff --git a/package-lock.json b/package-lock.json index 7b94fb5f2..1a23823a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionicons", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ionicons", - "version": "7.1.0", + "version": "7.1.1", "license": "MIT", "dependencies": { "@stencil/core": "^2.18.0" diff --git a/package.json b/package.json index 7c0045e1e..1ca753240 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionicons", - "version": "7.1.0", + "version": "7.1.1", "description": "Premium icons for Ionic.", "files": [ "components/",