This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.1] - 2022-05-27
11
+
10
12
### Removed
11
13
12
- - Removed unnecessary Nix deps
14
+ - Unnecessary Nix deps.
13
15
14
16
### Fixed
15
17
16
- - Fixed invalid React peer deps versions
18
+ - Invalid React peer deps versions.
17
19
18
20
## [ 1.1.0] - 2022-05-27
19
21
@@ -28,29 +30,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
29
31
## [ 1.0.5] - 2022-05-26
30
32
31
- ### Fixed
33
+ ### Changed
32
34
33
35
- Export only UMD and ESM formats.
34
36
35
37
## [ 1.0.4] - 2022-05-26
36
38
37
- ### Fix
39
+ ### Fixed
38
40
39
- - Fix modern js export.
41
+ - Modern js export.
40
42
41
43
## [ 1.0.3] - 2022-05-26
42
44
43
- ### Fix
45
+ ### Fixed
44
46
45
- - Fix Microbundle export names.
47
+ - Microbundle export names.
46
48
47
49
## [ 1.0.2] - 2022-05-26
48
50
51
+ ### Added
52
+
53
+ - Default export.
54
+
49
55
## [ 1.0.1] - 2022-05-26
50
56
57
+ ### Added
58
+
59
+ - Readme.
60
+
61
+ ### Fixed
62
+
63
+ - Microbundle exports.
64
+
51
65
## [ 1.0.0] - 2022-05-26
52
66
53
- [ unreleased ] : https://github.com/soywod/react-use-bireducer/compare/v1.1.0...HEAD
67
+ ### Added
68
+
69
+ - [ TypeScript] ( https://www.typescriptlang.org/ ) and [ Microbundle] ( https://github.com/developit/microbundle ) .
70
+
71
+ [ unreleased ] : https://github.com/soywod/react-use-bireducer/compare/v1.1.1...HEAD
72
+ [ 1.1.1 ] : https://github.com/soywod/react-use-bireducer/compare/v1.1.0...v1.1.1
54
73
[ 1.1.0 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.5...v1.1.0
55
74
[ 1.0.5 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.4...v1.0.5
56
75
[ 1.0.4 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.3...v1.0.4
Original file line number Diff line number Diff line change 2
2
"name" : " react-use-bireducer" ,
3
3
"author" : " soywod <clement.douin@posteo.net>" ,
4
4
"description" : " React hook for managing effectful reducers." ,
5
- "version" : " 1.1.0 " ,
5
+ "version" : " 1.1.1 " ,
6
6
"license" : " MIT" ,
7
7
"source" : " src/index.ts" ,
8
8
"typings" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments