Skip to content

Commit 8c28747

Browse files
committed
chore(release): v0.3.0
1 parent 4508bc3 commit 8c28747

File tree

7 files changed

+27
-18
lines changed

7 files changed

+27
-18
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.3.0](https://github.com/dottostack/dotto.x/compare/0.2.6...0.3.0) (2021-08-25)
2+
3+
4+
### Features
5+
6+
* minimal doc for validator ([4699138](https://github.com/dottostack/dotto.x/commit/4699138202b7c71d494314c77b6803f1bc8a8742))
7+
* refator effect ([b363f9f](https://github.com/dottostack/dotto.x/commit/b363f9ffa8e47d52986e51bb1571bd2ce1e77091))
8+
* validator ([b3eee63](https://github.com/dottostack/dotto.x/commit/b3eee633399297319b2bdea83e01573d75cb96bf))
9+
110
### [0.2.6](https://github.com/dottostack/dotto.x/compare/0.2.5...0.2.6) (2021-08-24)
211

312

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.2.6",
3+
"version": "0.3.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.2.6",
3+
"version": "0.3.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.2.6",
3+
"version": "0.3.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.2.6"
19+
"dotto.x": "0.3.0"
2020
},
2121
"clean-publish": {
2222
"files": [
@@ -107,7 +107,7 @@
107107
"@typescript-eslint/eslint-plugin": "^4.28.0",
108108
"@typescript-eslint/parser": "^4.28.0",
109109
"check-dts": "^0.5.3",
110-
"dotto.x": "^0.2.6",
110+
"dotto.x": "^0.3.0",
111111
"eslint": "^7.29.0",
112112
"eslint-config-standard": "^16.0.3",
113113
"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.2.6",
3+
"version": "0.3.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.2.6",
19+
"dotto.x": "0.3.0",
2020
"react": ">=16.8.0",
2121
"react-dom": ">=16.8.0"
2222
},
@@ -109,7 +109,7 @@
109109
"@typescript-eslint/eslint-plugin": "^4.28.0",
110110
"@typescript-eslint/parser": "^4.28.0",
111111
"check-dts": "^0.5.3",
112-
"dotto.x": "^0.2.6",
112+
"dotto.x": "^0.3.0",
113113
"eslint": "^7.29.0",
114114
"eslint-config-standard": "^16.0.3",
115115
"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.2.6",
3+
"version": "0.3.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.2.6"
19+
"dotto.x": "0.3.0"
2020
},
2121
"clean-publish": {
2222
"files": [
@@ -109,7 +109,7 @@
109109
"@typescript-eslint/eslint-plugin": "^4.28.0",
110110
"@typescript-eslint/parser": "^4.28.0",
111111
"check-dts": "^0.5.3",
112-
"dotto.x": "^0.2.6",
112+
"dotto.x": "^0.3.0",
113113
"eslint": "^7.29.0",
114114
"eslint-config-standard": "^16.0.3",
115115
"eslint-plugin-es5": "^1.5.0",

yarn.lock

Lines changed: 7 additions & 7 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.2.6
467+
dotto.x: ^0.3.0
468468
eslint: ^7.29.0
469469
eslint-config-standard: ^16.0.3
470470
eslint-plugin-es5: ^1.5.0
@@ -483,7 +483,7 @@ __metadata:
483483
typescript: ^4.3.4
484484
yaspeller: ^7.0.0
485485
peerDependencies:
486-
dotto.x: 0.2.6
486+
dotto.x: 0.3.0
487487
languageName: unknown
488488
linkType: soft
489489

@@ -497,7 +497,7 @@ __metadata:
497497
"@typescript-eslint/eslint-plugin": ^4.28.0
498498
"@typescript-eslint/parser": ^4.28.0
499499
check-dts: ^0.5.3
500-
dotto.x: ^0.2.6
500+
dotto.x: ^0.3.0
501501
eslint: ^7.29.0
502502
eslint-config-standard: ^16.0.3
503503
eslint-plugin-es5: ^1.5.0
@@ -516,7 +516,7 @@ __metadata:
516516
typescript: ^4.3.4
517517
yaspeller: ^7.0.0
518518
peerDependencies:
519-
dotto.x: 0.2.6
519+
dotto.x: 0.3.0
520520
react: ">=16.8.0"
521521
react-dom: ">=16.8.0"
522522
languageName: unknown
@@ -532,7 +532,7 @@ __metadata:
532532
"@typescript-eslint/eslint-plugin": ^4.28.0
533533
"@typescript-eslint/parser": ^4.28.0
534534
check-dts: ^0.5.3
535-
dotto.x: ^0.2.6
535+
dotto.x: ^0.3.0
536536
eslint: ^7.29.0
537537
eslint-config-standard: ^16.0.3
538538
eslint-plugin-es5: ^1.5.0
@@ -551,7 +551,7 @@ __metadata:
551551
typescript: ^4.3.4
552552
yaspeller: ^7.0.0
553553
peerDependencies:
554-
dotto.x: 0.2.6
554+
dotto.x: 0.3.0
555555
languageName: unknown
556556
linkType: soft
557557

@@ -4195,7 +4195,7 @@ __metadata:
41954195
languageName: unknown
41964196
linkType: soft
41974197

4198-
"dotto.x@^0.2.6, dotto.x@workspace:packages/dotto.x":
4198+
"dotto.x@^0.3.0, dotto.x@workspace:packages/dotto.x":
41994199
version: 0.0.0-use.local
42004200
resolution: "dotto.x@workspace:packages/dotto.x"
42014201
dependencies:

0 commit comments

Comments
 (0)