diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afbcf94..a4b627b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing yet! +## [2.1.1] - 2023-12-18 + +### Fixed + +- Fixed chevrons in mini set ([#1106](https://github.com/tailwindlabs/heroicons/pull/1106)) + ## [2.1.0] - 2023-12-18 ### Added diff --git a/package.json b/package.json index 3f4e771a..cd5a17b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "files": [ "16/", diff --git a/react/package.json b/react/package.json index 92b22ec9..73b6c254 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index ef107d69..c0a2b9be 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",