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 +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.5] - 2022-05-26
11
+
12
+ ### Fix
13
+
14
+ - Export only UMD and ESM formats
15
+
10
16
## [ 1.0.4] - 2022-05-26
11
17
12
18
### Fix
@@ -25,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
31
26
32
## [ 1.0.0] - 2022-05-26
27
33
28
- [ unreleased ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.4...HEAD
34
+ [ unreleased ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.5...HEAD
35
+ [ 1.0.5 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.4...v1.0.5
29
36
[ 1.0.4 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.3...v1.0.4
30
37
[ 1.0.3 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.2...v1.0.3
31
38
[ 1.0.2 ] : https://github.com/soywod/react-use-bireducer/compare/v1.0.1...v1.0.2
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 effects from reducers." ,
5
- "version" : " 1.0.4 " ,
5
+ "version" : " 1.0.5 " ,
6
6
"license" : " MIT" ,
7
7
"source" : " src/index.ts" ,
8
8
"typings" : " dist/index.d.ts" ,
9
9
"main" : " dist/index.umd.js" ,
10
10
"module" : " dist/index.esm.js" ,
11
- "exports" : " dist/index.modern.js" ,
12
11
"files" : [
13
12
" dist/index.d.ts" ,
14
13
" dist/index.umd.js" ,
15
- " dist/index.esm.js" ,
16
- " dist/index.modern.js"
14
+ " dist/index.esm.js"
17
15
],
18
16
"devDependencies" : {
19
17
"@jest/types" : " ^28.1.0" ,
54
52
"scripts" : {
55
53
"prepare" : " husky install" ,
56
54
"start" : " microbundle watch" ,
57
- "build" : " microbundle" ,
55
+ "build" : " microbundle --no-sourcemap -f esm,umd " ,
58
56
"test" : " yarn jest" ,
59
57
"lint" : " yarn eslint --ext ts src"
60
58
}
You can’t perform that action at this time.
0 commit comments