Skip to content

Commit 752b9c0

Browse files
committed
chore(release): v0.3.2
1 parent a683bd3 commit 752b9c0

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.2](https://github.com/dottostack/dotto.x/compare/0.3.1...0.3.2) (2021-08-30)
2+
3+
4+
### Features
5+
6+
* atomic store ([ca31c19](https://github.com/dottostack/dotto.x/commit/ca31c190e5fb64cec4e39a267e67f7adb2036e43))
7+
* deep computed operator ([3d8f24c](https://github.com/dottostack/dotto.x/commit/3d8f24c1d606b90c260f9104a37e77433bd9ee1f))
8+
* update operator ([46545a9](https://github.com/dottostack/dotto.x/commit/46545a92eb440a90b57621149f40ad7ae345aa4e))
9+
110
### [0.3.1](https://github.com/dottostack/dotto.x/compare/0.3.0...0.3.1) (2021-08-26)
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.3.1",
3+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
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.1"
19+
"dotto.x": "0.3.2"
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.3.1",
110+
"dotto.x": "^0.3.2",
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.3.1",
3+
"version": "0.3.2",
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.1",
19+
"dotto.x": "0.3.2",
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.3.1",
112+
"dotto.x": "^0.3.2",
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.3.1",
3+
"version": "0.3.2",
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.1"
19+
"dotto.x": "0.3.2"
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.3.1",
112+
"dotto.x": "^0.3.2",
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.3.1
467+
dotto.x: ^0.3.2
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.3.1
486+
dotto.x: 0.3.2
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.3.1
500+
dotto.x: ^0.3.2
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.3.1
519+
dotto.x: 0.3.2
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.3.1
535+
dotto.x: ^0.3.2
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.3.1
554+
dotto.x: 0.3.2
555555
languageName: unknown
556556
linkType: soft
557557

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

4198-
"dotto.x@^0.3.1, dotto.x@workspace:packages/dotto.x":
4198+
"dotto.x@^0.3.2, 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)