diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c07bf7..905bcb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet! + +## [2.1.4] - 2024-06-17 + ### Fixed - Improve tree-shakability of React package ([#1192](https://github.com/tailwindlabs/heroicons/pull/1192)) @@ -247,8 +251,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything! -[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.3...HEAD -[2.1.2]: https://github.com/tailwindlabs/heroicons/compare/v2.1.2...v2.1.3 +[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.4...HEAD +[2.1.4]: https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4 +[2.1.3]: https://github.com/tailwindlabs/heroicons/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/tailwindlabs/heroicons/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/tailwindlabs/heroicons/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/tailwindlabs/heroicons/compare/v2.0.18...v2.1.0 diff --git a/package-lock.json b/package-lock.json index 6fed1d2f..f61e43a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroicons", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heroicons", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", diff --git a/package.json b/package.json index ded6c860..5e56f739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "repository": "https://github.com/tailwindlabs/heroicons.git", "files": [ diff --git a/react/package.json b/react/package.json index a178eb28..173c5fba 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.1.3", + "version": "2.1.4", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index dd933d47..2a72e75f 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.1.3", + "version": "2.1.4", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",