From fb6bdfac85147ac0a5b126954fdf818346c33351 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Fri, 22 Mar 2024 13:53:46 -0400 Subject: [PATCH] 2.1.2 --- 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 b4d33430..94fa1c00 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.2] - 2024-03-22 + - Include license file with published packages ([#1151](https://github.com/tailwindlabs/heroicons/pull/1151)) ## [2.1.1] - 2023-12-18 @@ -237,7 +241,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.1...HEAD +[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.2...HEAD +[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 [2.0.18]: https://github.com/tailwindlabs/heroicons/compare/v2.0.17...v2.0.18 diff --git a/package-lock.json b/package-lock.json index 1349cce0..4e0fef61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroicons", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heroicons", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", diff --git a/package.json b/package.json index 39f6a06c..f257ab29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "repository": "https://github.com/tailwindlabs/heroicons.git", "files": [ diff --git a/react/package.json b/react/package.json index 92bb3bc2..4cecd646 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index 4999329f..767a9dbf 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",