Skip to content

Commit 37d0eec

Browse files
committed
bump to 2.1.1
1 parent 08a2c4b commit 37d0eec

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
# Changelog
22

3+
## 2.1.1 - 2024-08-21
4+
- Removed obsoleted *.map from published modules (2.1.0 is considered as a broken package)
5+
- Removed `prop-types` completely
6+
- Upgraded to React 18
7+
38
## 2.1.0 - 2024-08-19
49

5-
- Remove `defaultProps`
6-
- Add new size variant `insane` (144px)
7-
- Update examples
10+
- Removed `defaultProps`
11+
- Added new size variant `insane` (144px)
12+
- Updated examples
813

914
## 2.0.0 - 2023-11-19
1015

1116
- Breaking change: Set minimal React version to v17
12-
- Fix propTypes warning
13-
- Update examples
17+
- Fixed propTypes warning
18+
- Updated examples
1419

1520
## 1.4.0 - 2021-01-01
1621

1722
- Breaking change: Must specify either a number (e.g. 48) or style string (e.g. '48px') for arrow size.
18-
- Update examples
23+
- Updated examples
1924

2025
## 1.3.0 - 2020-07-28
2126

22-
- Fix propTypes warning (actually not working)
27+
- Fixed propTypes warning (actually not working)
2328
- Updated readme
2429

2530
## 1.2.0 - 2020-06-05
@@ -30,7 +35,7 @@
3035
## 1.1.1 - 2019-07-03
3136

3237
- Added webpack build
33-
- Build checkmark style with LESS
38+
- Builds checkmark style with LESS
3439

3540
## 1.1 - 2019-07-03
3641

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-checkmark",
33
"description": "Animated checkmark for React",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/stanleyxu2005/react-checkmark",
77
"author": "Stanley Xu (https://github.com/stanleyxu2005)",

0 commit comments

Comments
 (0)