diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf9279e6..e74c7de03 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.3.1](https://github.com/ionic-team/ionicons/compare/v7.3.0...v7.3.1) (2024-03-27) + + +### Bug Fixes + +* filled ellipsis circle icons renders correctly ([#1353](https://github.com/ionic-team/ionicons/issues/1353)) ([63e60ec](https://github.com/ionic-team/ionicons/commit/63e60ec44c11bda5902b5a496113f65a5e6f3d85)), closes [#1320](https://github.com/ionic-team/ionicons/issues/1320) + + + + + # [7.3.0](https://github.com/ionic-team/ionicons/compare/v7.2.3...v7.3.0) (2024-03-20) diff --git a/lerna.json b/lerna.json index a4864469b..536598f23 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "./" ], - "version": "7.3.0" + "version": "7.3.1" } diff --git a/package-lock.json b/package-lock.json index 927963acb..154def361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionicons", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ionicons", - "version": "7.3.0", + "version": "7.3.1", "license": "MIT", "dependencies": { "@stencil/core": "^4.0.3" diff --git a/package.json b/package.json index 92f71396f..88bba6e52 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionicons", - "version": "7.3.0", + "version": "7.3.1", "description": "Premium icons for Ionic.", "files": [ "components/",