Skip to content

Commit 390a298

Browse files
committed
chore(release): v0.4.0
1 parent 0b5649d commit 390a298

File tree

8 files changed

+36
-23
lines changed

8 files changed

+36
-23
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.4.0](https://github.com/dottostack/dotto.x/compare/0.3.4...0.4.0) (2021-09-04)
2+
3+
4+
### Features
5+
6+
* action operator ([0d87caa](https://github.com/dottostack/dotto.x/commit/0d87caa766f6b7152e7916a6c0c931012f6ed1bc))
7+
* remove yaspeller ([f1d8975](https://github.com/dottostack/dotto.x/commit/f1d8975f501d48221bf45c6a3e9bfde938bff121))
8+
9+
10+
### Bug Fixes
11+
12+
* react binding with atom ([cb03e4f](https://github.com/dottostack/dotto.x/commit/cb03e4fe9a0d2fe1562fad0cacbb1e34e136bbba))
13+
114
### [0.3.4](https://github.com/dottostack/dotto.x/compare/0.3.3...0.3.4) (2021-09-01)
215

316
### [0.3.3](https://github.com/dottostack/dotto.x/compare/0.3.2...0.3.3) (2021-08-31)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotto.x.monorepo",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"main": "index.js",
55
"repository": "https://github.com/dottostack/dotto.x.git",
66
"author": "Eddort <[email protected]>",

packages/dotto.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotto.x",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "A tiny state manager",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",

packages/fetch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotto.x/fetch",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "A tiny state manager",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",
@@ -16,7 +16,7 @@
1616
"deploy": "npx clean-publish"
1717
},
1818
"peerDependencies": {
19-
"dotto.x": "0.3.4"
19+
"dotto.x": "0.4.0"
2020
},
2121
"clean-publish": {
2222
"files": [
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/eslint-plugin": "^4.28.0",
8585
"@typescript-eslint/parser": "^4.28.0",
8686
"check-dts": "^0.5.3",
87-
"dotto.x": "^0.3.4",
87+
"dotto.x": "^0.4.0",
8888
"eslint": "^7.29.0",
8989
"eslint-config-standard": "^16.0.3",
9090
"eslint-plugin-es5": "^1.5.0",

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotto.x/react",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "A tiny state manager",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",
@@ -16,7 +16,7 @@
1616
"deploy": "npx clean-publish"
1717
},
1818
"peerDependencies": {
19-
"dotto.x": "0.3.4",
19+
"dotto.x": "0.4.0",
2020
"react": ">=16.8.0",
2121
"react-dom": ">=16.8.0"
2222
},
@@ -86,7 +86,7 @@
8686
"@typescript-eslint/eslint-plugin": "^4.28.0",
8787
"@typescript-eslint/parser": "^4.28.0",
8888
"check-dts": "^0.5.3",
89-
"dotto.x": "^0.3.4",
89+
"dotto.x": "^0.4.0",
9090
"eslint": "^7.29.0",
9191
"eslint-config-standard": "^16.0.3",
9292
"eslint-plugin-es5": "^1.5.0",

packages/redux-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotto.x/redux-devtools",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Plugin for usage dotto.x with redux-devtools",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",
@@ -16,7 +16,7 @@
1616
"deploy": "npx clean-publish"
1717
},
1818
"peerDependencies": {
19-
"dotto.x": "0.3.4"
19+
"dotto.x": "0.4.0"
2020
},
2121
"clean-publish": {
2222
"files": [
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/eslint-plugin": "^4.28.0",
8585
"@typescript-eslint/parser": "^4.28.0",
8686
"check-dts": "^0.5.3",
87-
"dotto.x": "^0.3.4",
87+
"dotto.x": "^0.4.0",
8888
"eslint": "^7.29.0",
8989
"eslint-config-standard": "^16.0.3",
9090
"eslint-plugin-es5": "^1.5.0",

packages/validator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotto.x/validator",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Validate plugin for dotto.x",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",
@@ -16,7 +16,7 @@
1616
"deploy": "npx clean-publish"
1717
},
1818
"peerDependencies": {
19-
"dotto.x": "0.3.4"
19+
"dotto.x": "0.4.0"
2020
},
2121
"clean-publish": {
2222
"files": [
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/eslint-plugin": "^4.28.0",
8585
"@typescript-eslint/parser": "^4.28.0",
8686
"check-dts": "^0.5.3",
87-
"dotto.x": "^0.3.4",
87+
"dotto.x": "^0.4.0",
8888
"eslint": "^7.29.0",
8989
"eslint-config-standard": "^16.0.3",
9090
"eslint-plugin-es5": "^1.5.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ __metadata:
464464
"@typescript-eslint/parser": ^4.28.0
465465
check-dts: ^0.5.3
466466
cross-fetch: ^3.1.4
467-
dotto.x: ^0.3.4
467+
dotto.x: ^0.4.0
468468
eslint: ^7.29.0
469469
eslint-config-standard: ^16.0.3
470470
eslint-plugin-es5: ^1.5.0
@@ -482,7 +482,7 @@ __metadata:
482482
ts-jest: ^27.0.3
483483
typescript: ^4.3.4
484484
peerDependencies:
485-
dotto.x: 0.3.4
485+
dotto.x: 0.4.0
486486
languageName: unknown
487487
linkType: soft
488488

@@ -496,7 +496,7 @@ __metadata:
496496
"@typescript-eslint/eslint-plugin": ^4.28.0
497497
"@typescript-eslint/parser": ^4.28.0
498498
check-dts: ^0.5.3
499-
dotto.x: ^0.3.4
499+
dotto.x: ^0.4.0
500500
eslint: ^7.29.0
501501
eslint-config-standard: ^16.0.3
502502
eslint-plugin-es5: ^1.5.0
@@ -514,7 +514,7 @@ __metadata:
514514
ts-jest: ^27.0.3
515515
typescript: ^4.3.4
516516
peerDependencies:
517-
dotto.x: 0.3.4
517+
dotto.x: 0.4.0
518518
react: ">=16.8.0"
519519
react-dom: ">=16.8.0"
520520
languageName: unknown
@@ -531,7 +531,7 @@ __metadata:
531531
"@typescript-eslint/parser": ^4.28.0
532532
check-dts: ^0.5.3
533533
cross-fetch: ^3.1.4
534-
dotto.x: ^0.3.4
534+
dotto.x: ^0.4.0
535535
eslint: ^7.29.0
536536
eslint-config-standard: ^16.0.3
537537
eslint-plugin-es5: ^1.5.0
@@ -549,7 +549,7 @@ __metadata:
549549
ts-jest: ^27.0.3
550550
typescript: ^4.3.4
551551
peerDependencies:
552-
dotto.x: 0.3.4
552+
dotto.x: 0.4.0
553553
languageName: unknown
554554
linkType: soft
555555

@@ -563,7 +563,7 @@ __metadata:
563563
"@typescript-eslint/eslint-plugin": ^4.28.0
564564
"@typescript-eslint/parser": ^4.28.0
565565
check-dts: ^0.5.3
566-
dotto.x: ^0.3.4
566+
dotto.x: ^0.4.0
567567
eslint: ^7.29.0
568568
eslint-config-standard: ^16.0.3
569569
eslint-plugin-es5: ^1.5.0
@@ -581,7 +581,7 @@ __metadata:
581581
ts-jest: ^27.0.3
582582
typescript: ^4.3.4
583583
peerDependencies:
584-
dotto.x: 0.3.4
584+
dotto.x: 0.4.0
585585
languageName: unknown
586586
linkType: soft
587587

@@ -4198,7 +4198,7 @@ __metadata:
41984198
languageName: unknown
41994199
linkType: soft
42004200

4201-
"dotto.x@^0.3.4, dotto.x@workspace:packages/dotto.x":
4201+
"dotto.x@^0.4.0, dotto.x@workspace:packages/dotto.x":
42024202
version: 0.0.0-use.local
42034203
resolution: "dotto.x@workspace:packages/dotto.x"
42044204
dependencies:

0 commit comments

Comments
 (0)