Skip to content

Commit abeb4e6

Browse files
committed
chore(release): v0.2.6
1 parent 7edbf10 commit abeb4e6

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
### [0.2.5](https://github.com/dottostack/dotto.x/compare/0.2.4...0.2.5) (2021-08-23)
29

310

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.5",
3+
"version": "0.2.6",
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.5",
3+
"version": "0.2.6",
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.5",
3+
"version": "0.2.6",
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.5"
19+
"dotto.x": "0.2.6"
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.5",
110+
"dotto.x": "^0.2.6",
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@dotto.x/react",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A tiny state manager",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",
77
"author": "Eddort <[email protected]>",
88
"license": "MIT",
99
"sideEffects": false,
10-
"private": false,
1110
"type": "module",
1211
"types": "./index.d.ts",
1312
"scripts": {
@@ -17,7 +16,7 @@
1716
"deploy": "npx clean-publish"
1817
},
1918
"peerDependencies": {
20-
"dotto.x": "0.2.5",
19+
"dotto.x": "0.2.6",
2120
"react": ">=16.8.0",
2221
"react-dom": ">=16.8.0"
2322
},
@@ -110,7 +109,7 @@
110109
"@typescript-eslint/eslint-plugin": "^4.28.0",
111110
"@typescript-eslint/parser": "^4.28.0",
112111
"check-dts": "^0.5.3",
113-
"dotto.x": "^0.2.5",
112+
"dotto.x": "^0.2.6",
114113
"eslint": "^7.29.0",
115114
"eslint-config-standard": "^16.0.3",
116115
"eslint-plugin-es5": "^1.5.0",

yarn.lock

Lines changed: 5 additions & 5 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.5
467+
dotto.x: ^0.2.6
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.5
486+
dotto.x: 0.2.6
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.5
500+
dotto.x: ^0.2.6
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.5
519+
dotto.x: 0.2.6
520520
react: ">=16.8.0"
521521
react-dom: ">=16.8.0"
522522
languageName: unknown
@@ -4162,7 +4162,7 @@ __metadata:
41624162
languageName: unknown
41634163
linkType: soft
41644164

4165-
"dotto.x@^0.2.5, dotto.x@workspace:packages/dotto.x":
4165+
"dotto.x@^0.2.6, dotto.x@workspace:packages/dotto.x":
41664166
version: 0.0.0-use.local
41674167
resolution: "dotto.x@workspace:packages/dotto.x"
41684168
dependencies:

0 commit comments

Comments
 (0)