Skip to content

Commit ad0ad1f

Browse files
committed
2.1.5
1 parent 58d511e commit ad0ad1f

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.1.5] - 2024-07-10
13+
1014
### Added
1115

1216
- Add new icons (`arrow-turn-*`, `bold`, `calendar-date-range`, `divide`, `document-currency-*`, `equals`, `h1`, `h2`, `h3`, `italic`, `link-slash`, `numbered-list`, `percent-badge`, `slash`, `strikethrough`, `underline`)
@@ -253,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253257

254258
- Everything!
255259

256-
[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.4...HEAD
260+
[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.1.5...HEAD
261+
[2.1.5]: https://github.com/tailwindlabs/heroicons/compare/v2.1.4...v2.1.5
257262
[2.1.4]: https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4
258263
[2.1.3]: https://github.com/tailwindlabs/heroicons/compare/v2.1.2...v2.1.3
259264
[2.1.2]: https://github.com/tailwindlabs/heroicons/compare/v2.1.1...v2.1.2

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.4",
3+
"version": "2.1.5",
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.4",
4+
"version": "2.1.5",
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.4",
4+
"version": "2.1.5",
55
"description": "",
66
"keywords": [],
77
"homepage": "https://github.com/tailwindlabs/heroicons#readme",

0 commit comments

Comments
 (0)