Skip to content

Commit 90f3fe4

Browse files
committed
chore(release): v0.2.4
1 parent 2d59b2b commit 90f3fe4

File tree

6 files changed

+27
-14
lines changed

6 files changed

+27
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### [0.2.4](https://github.com/dottostack/dotto.x/compare/0.2.3...0.2.4) (2021-08-21)
2+
3+
4+
### Features
5+
6+
* bind operator ([ab8d23d](https://github.com/dottostack/dotto.x/commit/ab8d23d30dea558c2a63f0c92e4b7d4af53f51d2))
7+
* monorepo readme ([7029776](https://github.com/dottostack/dotto.x/commit/70297763f2c03b3178c2cd8cbff0da8061d256b5))
8+
* react packet base ([ad08465](https://github.com/dottostack/dotto.x/commit/ad084657b81c9611cc372394adfab22ffb0f1dbf))
9+
10+
11+
### Bug Fixes
12+
13+
* delete unused packages ([0291674](https://github.com/dottostack/dotto.x/commit/0291674046d40afef7ab70efb890c84963c9397c))
14+
115
### [0.2.3](https://github.com/dottostack/dotto.x/compare/0.2.2...0.2.3) (2021-08-18)
216

317

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.3",
3+
"version": "0.2.4",
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.3",
3+
"version": "0.2.4",
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@dotto.x/fetch",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
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.3"
19+
"dotto.x": "0.2.4"
2120
},
2221
"clean-publish": {
2322
"files": [
@@ -108,7 +107,7 @@
108107
"@typescript-eslint/eslint-plugin": "^4.28.0",
109108
"@typescript-eslint/parser": "^4.28.0",
110109
"check-dts": "^0.5.3",
111-
"dotto.x": "^0.2.3",
110+
"dotto.x": "^0.2.4",
112111
"eslint": "^7.29.0",
113112
"eslint-config-standard": "^16.0.3",
114113
"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.3",
3+
"version": "0.2.4",
44
"description": "A tiny state manager",
55
"main": "index.js",
66
"repository": "https://github.com/dottostack/dotto.x",
@@ -18,7 +18,7 @@
1818
"deploy": "npx clean-publish"
1919
},
2020
"peerDependencies": {
21-
"dotto.x": "0.2.3",
21+
"dotto.x": "0.2.4",
2222
"react": ">=16.8.0",
2323
"react-dom": ">=16.8.0"
2424
},
@@ -111,7 +111,7 @@
111111
"@typescript-eslint/eslint-plugin": "^4.28.0",
112112
"@typescript-eslint/parser": "^4.28.0",
113113
"check-dts": "^0.5.3",
114-
"dotto.x": "^0.2.3",
114+
"dotto.x": "^0.2.4",
115115
"eslint": "^7.29.0",
116116
"eslint-config-standard": "^16.0.3",
117117
"eslint-plugin-es5": "^1.5.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ __metadata:
445445
"@typescript-eslint/parser": ^4.28.0
446446
check-dts: ^0.5.3
447447
cross-fetch: ^3.1.4
448-
dotto.x: ^0.2.3
448+
dotto.x: ^0.2.4
449449
eslint: ^7.29.0
450450
eslint-config-standard: ^16.0.3
451451
eslint-plugin-es5: ^1.5.0
@@ -464,7 +464,7 @@ __metadata:
464464
typescript: ^4.3.4
465465
yaspeller: ^7.0.0
466466
peerDependencies:
467-
dotto.x: 0.2.3
467+
dotto.x: 0.2.4
468468
languageName: unknown
469469
linkType: soft
470470

@@ -478,7 +478,7 @@ __metadata:
478478
"@typescript-eslint/eslint-plugin": ^4.28.0
479479
"@typescript-eslint/parser": ^4.28.0
480480
check-dts: ^0.5.3
481-
dotto.x: ^0.2.3
481+
dotto.x: ^0.2.4
482482
eslint: ^7.29.0
483483
eslint-config-standard: ^16.0.3
484484
eslint-plugin-es5: ^1.5.0
@@ -497,7 +497,7 @@ __metadata:
497497
typescript: ^4.3.4
498498
yaspeller: ^7.0.0
499499
peerDependencies:
500-
dotto.x: 0.2.3
500+
dotto.x: 0.2.4
501501
react: ">=16.8.0"
502502
react-dom: ">=16.8.0"
503503
languageName: unknown
@@ -3984,7 +3984,7 @@ __metadata:
39843984
languageName: unknown
39853985
linkType: soft
39863986

3987-
"dotto.x@^0.2.3, dotto.x@workspace:packages/dotto.x":
3987+
"dotto.x@^0.2.4, dotto.x@workspace:packages/dotto.x":
39883988
version: 0.0.0-use.local
39893989
resolution: "dotto.x@workspace:packages/dotto.x"
39903990
dependencies:

0 commit comments

Comments
 (0)