Skip to content

Commit 0435d4c

Browse files
committed
2.2.0
1 parent f327cbe commit 0435d4c

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [2.2.0] - 2024-11-18
13+
1014
### Added
1115

1216
- 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
263267

264268
- Everything!
265269

266-
[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.5...HEAD
270+
[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.2.0...HEAD
271+
[2.2.0]: https://github.com/tailwindlabs/heroicons/compare/v2.1.5...v2.2.0
267272
[2.1.5]: https://github.com/tailwindlabs/heroicons/compare/v2.1.4...v2.1.5
268273
[2.1.4]: https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4
269274
[2.1.3]: https://github.com/tailwindlabs/heroicons/compare/v2.1.2...v2.1.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heroicons",
3-
"version": "2.1.5",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"repository": "https://github.com/tailwindlabs/heroicons.git",
66
"files": [

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroicons/react",
33
"license": "MIT",
4-
"version": "2.1.5",
4+
"version": "2.2.0",
55
"description": "",
66
"keywords": [],
77
"homepage": "https://github.com/tailwindlabs/heroicons#readme",

vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroicons/vue",
33
"license": "MIT",
4-
"version": "2.1.5",
4+
"version": "2.2.0",
55
"description": "",
66
"keywords": [],
77
"homepage": "https://github.com/tailwindlabs/heroicons#readme",

0 commit comments

Comments
 (0)