File tree Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Expand file tree Collapse file tree 6 files changed +20
-14
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 0.2.6] ( https://github.com/dottostack/dotto.x/compare/0.2.5...0.2.6 ) (2021-08-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * react integration ([ 4be661c] ( https://github.com/dottostack/dotto.x/commit/4be661c1843c89a80d1ea2cc99da1db9d5bc0ade ) )
7
+
1
8
### [ 0.2.5] ( https://github.com/dottostack/dotto.x/compare/0.2.4...0.2.5 ) (2021-08-23)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dotto.x.monorepo" ,
3
- "version" : " 0.2.5 " ,
3
+ "version" : " 0.2.6 " ,
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.5 " ,
3
+ "version" : " 0.2.6 " ,
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.5 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"description" : " A tiny state manager" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/dottostack/dotto.x" ,
16
16
"deploy" : " npx clean-publish"
17
17
},
18
18
"peerDependencies" : {
19
- "dotto.x" : " 0.2.5 "
19
+ "dotto.x" : " 0.2.6 "
20
20
},
21
21
"clean-publish" : {
22
22
"files" : [
107
107
"@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
108
108
"@typescript-eslint/parser" : " ^4.28.0" ,
109
109
"check-dts" : " ^0.5.3" ,
110
- "dotto.x" : " ^0.2.5 " ,
110
+ "dotto.x" : " ^0.2.6 " ,
111
111
"eslint" : " ^7.29.0" ,
112
112
"eslint-config-standard" : " ^16.0.3" ,
113
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.5 " ,
3
+ "version" : " 0.2.6 " ,
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.5 " ,
19
+ "dotto.x" : " 0.2.6 " ,
21
20
"react" : " >=16.8.0" ,
22
21
"react-dom" : " >=16.8.0"
23
22
},
110
109
"@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
111
110
"@typescript-eslint/parser" : " ^4.28.0" ,
112
111
"check-dts" : " ^0.5.3" ,
113
- "dotto.x" : " ^0.2.5 " ,
112
+ "dotto.x" : " ^0.2.6 " ,
114
113
"eslint" : " ^7.29.0" ,
115
114
"eslint-config-standard" : " ^16.0.3" ,
116
115
"eslint-plugin-es5" : " ^1.5.0" ,
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ __metadata:
464
464
" @typescript-eslint/parser " : ^4.28.0
465
465
check-dts : ^0.5.3
466
466
cross-fetch : ^3.1.4
467
- dotto.x : ^0.2.5
467
+ dotto.x : ^0.2.6
468
468
eslint : ^7.29.0
469
469
eslint-config-standard : ^16.0.3
470
470
eslint-plugin-es5 : ^1.5.0
@@ -483,7 +483,7 @@ __metadata:
483
483
typescript : ^4.3.4
484
484
yaspeller : ^7.0.0
485
485
peerDependencies :
486
- dotto.x : 0.2.5
486
+ dotto.x : 0.2.6
487
487
languageName : unknown
488
488
linkType : soft
489
489
@@ -497,7 +497,7 @@ __metadata:
497
497
" @typescript-eslint/eslint-plugin " : ^4.28.0
498
498
" @typescript-eslint/parser " : ^4.28.0
499
499
check-dts : ^0.5.3
500
- dotto.x : ^0.2.5
500
+ dotto.x : ^0.2.6
501
501
eslint : ^7.29.0
502
502
eslint-config-standard : ^16.0.3
503
503
eslint-plugin-es5 : ^1.5.0
@@ -516,7 +516,7 @@ __metadata:
516
516
typescript : ^4.3.4
517
517
yaspeller : ^7.0.0
518
518
peerDependencies :
519
- dotto.x : 0.2.5
519
+ dotto.x : 0.2.6
520
520
react : " >=16.8.0"
521
521
react-dom : " >=16.8.0"
522
522
languageName : unknown
@@ -4162,7 +4162,7 @@ __metadata:
4162
4162
languageName : unknown
4163
4163
linkType : soft
4164
4164
4165
- " dotto.x@^0.2.5 , dotto.x@workspace:packages/dotto.x " :
4165
+ " dotto.x@^0.2.6 , dotto.x@workspace:packages/dotto.x " :
4166
4166
version : 0.0.0-use.local
4167
4167
resolution : " dotto.x@workspace:packages/dotto.x"
4168
4168
dependencies :
You can’t perform that action at this time.
0 commit comments