Skip to content

Commit 88ab3a0

Browse files
committed
2.1.1
1 parent 4397ab4 commit 88ab3a0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Nothing yet!
1111

12+
## [2.1.1] - 2023-12-18
13+
14+
### Fixed
15+
16+
- Fixed chevrons in mini set ([#1106](https://github.com/tailwindlabs/heroicons/pull/1106))
17+
1218
## [2.1.0] - 2023-12-18
1319

1420
### Added

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.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"files": [
66
"16/",

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

0 commit comments

Comments
 (0)