Skip to content

Commit f64c10b

Browse files
committed
2.0.18
1 parent 1f7551e commit f64c10b

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.0.18] - 2023-05-09
13+
1014
### Fixed
1115

1216
- Fix incorrect `esm` paths in package.json for both React and Vue ([#988](https://github.com/tailwindlabs/heroicons/pull/988))
@@ -220,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220224

221225
- Everything!
222226

223-
[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.0.17...HEAD
227+
[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.0.18...HEAD
228+
[2.0.18]: https://github.com/tailwindlabs/heroicons/compare/v2.0.17...v2.0.18
224229
[2.0.17]: https://github.com/tailwindlabs/heroicons/compare/v2.0.16...v2.0.17
225230
[2.0.16]: https://github.com/tailwindlabs/heroicons/compare/v2.0.15...v2.0.16
226231
[2.0.15]: https://github.com/tailwindlabs/heroicons/compare/v2.0.14...v2.0.15

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.0.17",
3+
"version": "2.0.18",
44
"license": "MIT",
55
"files": [
66
"20/",

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

0 commit comments

Comments
 (0)