From f64c10b59dcd6417732a984ce4376bed13799485 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Tue, 9 May 2023 13:16:04 -0400 Subject: [PATCH] 2.0.18 --- 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 7cf1b50c..52fa1ae0 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.0.18] - 2023-05-09 + ### Fixed - Fix incorrect `esm` paths in package.json for both React and Vue ([#988](https://github.com/tailwindlabs/heroicons/pull/988)) @@ -220,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything! -[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.0.17...HEAD +[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.0.18...HEAD +[2.0.18]: https://github.com/tailwindlabs/heroicons/compare/v2.0.17...v2.0.18 [2.0.17]: https://github.com/tailwindlabs/heroicons/compare/v2.0.16...v2.0.17 [2.0.16]: https://github.com/tailwindlabs/heroicons/compare/v2.0.15...v2.0.16 [2.0.15]: https://github.com/tailwindlabs/heroicons/compare/v2.0.14...v2.0.15 diff --git a/package-lock.json b/package-lock.json index 6636a0a5..91cd21e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroicons", - "version": "2.0.17", + "version": "2.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heroicons", - "version": "2.0.17", + "version": "2.0.18", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", diff --git a/package.json b/package.json index 892f43a6..fa61d841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.0.17", + "version": "2.0.18", "license": "MIT", "files": [ "20/", diff --git a/react/package.json b/react/package.json index 1013a033..09fa8a2d 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.0.17", + "version": "2.0.18", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index 01990230..650fa756 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.0.17", + "version": "2.0.18", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",