From ad0ad1f6d51bd64dcd67e363d2b2833a8de25154 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Wed, 10 Jul 2024 13:55:22 -0400 Subject: [PATCH] 2.1.5 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- react/package.json | 2 +- vue/package.json | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a7d260..f0eceeae 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.5] - 2024-07-10 + ### Added - Add new icons (`arrow-turn-*`, `bold`, `calendar-date-range`, `divide`, `document-currency-*`, `equals`, `h1`, `h2`, `h3`, `italic`, `link-slash`, `numbered-list`, `percent-badge`, `slash`, `strikethrough`, `underline`) @@ -253,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything! -[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.4...HEAD +[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.5...HEAD +[2.1.5]: https://github.com/tailwindlabs/heroicons/compare/v2.1.4...v2.1.5 [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 diff --git a/package-lock.json b/package-lock.json index f61e43a1..b3282dfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroicons", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heroicons", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", diff --git a/package.json b/package.json index 5e56f739..9a571e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "repository": "https://github.com/tailwindlabs/heroicons.git", "files": [ diff --git a/react/package.json b/react/package.json index 173c5fba..8b627296 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.1.4", + "version": "2.1.5", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index 2a72e75f..22eb5cee 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.1.4", + "version": "2.1.5", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",