diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa341eb..e6142e36 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.2.0] - 2024-11-18 + ### Added - Add React 19 support ([#1247](https://github.com/tailwindlabs/heroicons/pull/1247)) @@ -263,7 +267,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.5...HEAD +[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/tailwindlabs/heroicons/compare/v2.1.5...v2.2.0 [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 diff --git a/package-lock.json b/package-lock.json index b3282dfc..efbc4574 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroicons", - "version": "2.1.5", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heroicons", - "version": "2.1.5", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", diff --git a/package.json b/package.json index 9a571e60..e634e380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.1.5", + "version": "2.2.0", "license": "MIT", "repository": "https://github.com/tailwindlabs/heroicons.git", "files": [ diff --git a/react/package.json b/react/package.json index 5e7b52a2..60c23672 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.1.5", + "version": "2.2.0", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index 22eb5cee..327b98a3 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.1.5", + "version": "2.2.0", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",