File tree Expand file tree Collapse file tree 6 files changed +27
-14
lines changed Expand file tree Collapse file tree 6 files changed +27
-14
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 0.2.4] ( https://github.com/dottostack/dotto.x/compare/0.2.3...0.2.4 ) (2021-08-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * bind operator ([ ab8d23d] ( https://github.com/dottostack/dotto.x/commit/ab8d23d30dea558c2a63f0c92e4b7d4af53f51d2 ) )
7
+ * monorepo readme ([ 7029776] ( https://github.com/dottostack/dotto.x/commit/70297763f2c03b3178c2cd8cbff0da8061d256b5 ) )
8
+ * react packet base ([ ad08465] ( https://github.com/dottostack/dotto.x/commit/ad084657b81c9611cc372394adfab22ffb0f1dbf ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * delete unused packages ([ 0291674] ( https://github.com/dottostack/dotto.x/commit/0291674046d40afef7ab70efb890c84963c9397c ) )
14
+
1
15
### [ 0.2.3] ( https://github.com/dottostack/dotto.x/compare/0.2.2...0.2.3 ) (2021-08-18)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dotto.x.monorepo" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"main" : " index.js" ,
5
5
"repository" : " https://github.com/dottostack/dotto.x.git" ,
6
6
"author" :
" Eddort <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dotto.x" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A tiny state manager" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/dottostack/dotto.x" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotto.x/fetch" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A tiny state manager" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/dottostack/dotto.x" ,
7
7
"author" :
" Eddort <[email protected] >" ,
8
8
"license" : " MIT" ,
9
9
"sideEffects" : false ,
10
- "private" : false ,
11
10
"type" : " module" ,
12
11
"types" : " ./index.d.ts" ,
13
12
"scripts" : {
17
16
"deploy" : " npx clean-publish"
18
17
},
19
18
"peerDependencies" : {
20
- "dotto.x" : " 0.2.3 "
19
+ "dotto.x" : " 0.2.4 "
21
20
},
22
21
"clean-publish" : {
23
22
"files" : [
108
107
"@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
109
108
"@typescript-eslint/parser" : " ^4.28.0" ,
110
109
"check-dts" : " ^0.5.3" ,
111
- "dotto.x" : " ^0.2.3 " ,
110
+ "dotto.x" : " ^0.2.4 " ,
112
111
"eslint" : " ^7.29.0" ,
113
112
"eslint-config-standard" : " ^16.0.3" ,
114
113
"eslint-plugin-es5" : " ^1.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotto.x/react" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A tiny state manager" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/dottostack/dotto.x" ,
18
18
"deploy" : " npx clean-publish"
19
19
},
20
20
"peerDependencies" : {
21
- "dotto.x" : " 0.2.3 " ,
21
+ "dotto.x" : " 0.2.4 " ,
22
22
"react" : " >=16.8.0" ,
23
23
"react-dom" : " >=16.8.0"
24
24
},
111
111
"@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
112
112
"@typescript-eslint/parser" : " ^4.28.0" ,
113
113
"check-dts" : " ^0.5.3" ,
114
- "dotto.x" : " ^0.2.3 " ,
114
+ "dotto.x" : " ^0.2.4 " ,
115
115
"eslint" : " ^7.29.0" ,
116
116
"eslint-config-standard" : " ^16.0.3" ,
117
117
"eslint-plugin-es5" : " ^1.5.0" ,
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ __metadata:
445
445
" @typescript-eslint/parser " : ^4.28.0
446
446
check-dts : ^0.5.3
447
447
cross-fetch : ^3.1.4
448
- dotto.x : ^0.2.3
448
+ dotto.x : ^0.2.4
449
449
eslint : ^7.29.0
450
450
eslint-config-standard : ^16.0.3
451
451
eslint-plugin-es5 : ^1.5.0
@@ -464,7 +464,7 @@ __metadata:
464
464
typescript : ^4.3.4
465
465
yaspeller : ^7.0.0
466
466
peerDependencies :
467
- dotto.x : 0.2.3
467
+ dotto.x : 0.2.4
468
468
languageName : unknown
469
469
linkType : soft
470
470
@@ -478,7 +478,7 @@ __metadata:
478
478
" @typescript-eslint/eslint-plugin " : ^4.28.0
479
479
" @typescript-eslint/parser " : ^4.28.0
480
480
check-dts : ^0.5.3
481
- dotto.x : ^0.2.3
481
+ dotto.x : ^0.2.4
482
482
eslint : ^7.29.0
483
483
eslint-config-standard : ^16.0.3
484
484
eslint-plugin-es5 : ^1.5.0
@@ -497,7 +497,7 @@ __metadata:
497
497
typescript : ^4.3.4
498
498
yaspeller : ^7.0.0
499
499
peerDependencies :
500
- dotto.x : 0.2.3
500
+ dotto.x : 0.2.4
501
501
react : " >=16.8.0"
502
502
react-dom : " >=16.8.0"
503
503
languageName : unknown
@@ -3984,7 +3984,7 @@ __metadata:
3984
3984
languageName : unknown
3985
3985
linkType : soft
3986
3986
3987
- " dotto.x@^0.2.3 , dotto.x@workspace:packages/dotto.x " :
3987
+ " dotto.x@^0.2.4 , dotto.x@workspace:packages/dotto.x " :
3988
3988
version : 0.0.0-use.local
3989
3989
resolution : " dotto.x@workspace:packages/dotto.x"
3990
3990
dependencies :
You can’t perform that action at this time.
0 commit comments