Skip to content

Commit 1c1bb99

Browse files
committed
chore(release): v0.4.1
1 parent ec75142 commit 1c1bb99

File tree

9 files changed

+35
-28
lines changed

9 files changed

+35
-28
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [0.4.1](https://github.com/dottostack/dotto.x/compare/0.4.0...0.4.1) (2021-09-09)
2+
3+
4+
### Features
5+
6+
* Vue binding ([a550f71](https://github.com/dottostack/dotto.x/commit/a550f71ca5c188a365eae64182d6fb1a6c00e967))
7+
18
## [0.4.0](https://github.com/dottostack/dotto.x/compare/0.3.4...0.4.0) (2021-09-04)
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.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0"
19+
"dotto.x": "0.4.1"
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.4.0",
87+
"dotto.x": "^0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0",
19+
"dotto.x": "0.4.1",
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.4.0",
89+
"dotto.x": "^0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0"
19+
"dotto.x": "0.4.1"
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.4.0",
87+
"dotto.x": "^0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0"
19+
"dotto.x": "0.4.1"
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.4.0",
87+
"dotto.x": "^0.4.1",
8888
"eslint": "^7.29.0",
8989
"eslint-config-standard": "^16.0.3",
9090
"eslint-plugin-es5": "^1.5.0",

packages/vue/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/vue",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
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.4.0",
19+
"dotto.x": "0.4.1",
2020
"vue": ">=3.2.10"
2121
},
2222
"clean-publish": {
@@ -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.4.0",
89+
"dotto.x": "^0.4.1",
9090
"eslint": "^7.29.0",
9191
"eslint-config-standard": "^16.0.3",
9292
"eslint-plugin-es5": "^1.5.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ __metadata:
473473
"@typescript-eslint/parser": ^4.28.0
474474
check-dts: ^0.5.3
475475
cross-fetch: ^3.1.4
476-
dotto.x: ^0.4.0
476+
dotto.x: ^0.4.1
477477
eslint: ^7.29.0
478478
eslint-config-standard: ^16.0.3
479479
eslint-plugin-es5: ^1.5.0
@@ -491,7 +491,7 @@ __metadata:
491491
ts-jest: ^27.0.3
492492
typescript: ^4.3.4
493493
peerDependencies:
494-
dotto.x: 0.4.0
494+
dotto.x: 0.4.1
495495
languageName: unknown
496496
linkType: soft
497497

@@ -505,7 +505,7 @@ __metadata:
505505
"@typescript-eslint/eslint-plugin": ^4.28.0
506506
"@typescript-eslint/parser": ^4.28.0
507507
check-dts: ^0.5.3
508-
dotto.x: ^0.4.0
508+
dotto.x: ^0.4.1
509509
eslint: ^7.29.0
510510
eslint-config-standard: ^16.0.3
511511
eslint-plugin-es5: ^1.5.0
@@ -523,7 +523,7 @@ __metadata:
523523
ts-jest: ^27.0.3
524524
typescript: ^4.3.4
525525
peerDependencies:
526-
dotto.x: 0.4.0
526+
dotto.x: 0.4.1
527527
react: ">=16.8.0"
528528
react-dom: ">=16.8.0"
529529
languageName: unknown
@@ -540,7 +540,7 @@ __metadata:
540540
"@typescript-eslint/parser": ^4.28.0
541541
check-dts: ^0.5.3
542542
cross-fetch: ^3.1.4
543-
dotto.x: ^0.4.0
543+
dotto.x: ^0.4.1
544544
eslint: ^7.29.0
545545
eslint-config-standard: ^16.0.3
546546
eslint-plugin-es5: ^1.5.0
@@ -558,7 +558,7 @@ __metadata:
558558
ts-jest: ^27.0.3
559559
typescript: ^4.3.4
560560
peerDependencies:
561-
dotto.x: 0.4.0
561+
dotto.x: 0.4.1
562562
languageName: unknown
563563
linkType: soft
564564

@@ -572,7 +572,7 @@ __metadata:
572572
"@typescript-eslint/eslint-plugin": ^4.28.0
573573
"@typescript-eslint/parser": ^4.28.0
574574
check-dts: ^0.5.3
575-
dotto.x: ^0.4.0
575+
dotto.x: ^0.4.1
576576
eslint: ^7.29.0
577577
eslint-config-standard: ^16.0.3
578578
eslint-plugin-es5: ^1.5.0
@@ -590,7 +590,7 @@ __metadata:
590590
ts-jest: ^27.0.3
591591
typescript: ^4.3.4
592592
peerDependencies:
593-
dotto.x: 0.4.0
593+
dotto.x: 0.4.1
594594
languageName: unknown
595595
linkType: soft
596596

@@ -605,7 +605,7 @@ __metadata:
605605
"@typescript-eslint/eslint-plugin": ^4.28.0
606606
"@typescript-eslint/parser": ^4.28.0
607607
check-dts: ^0.5.3
608-
dotto.x: ^0.4.0
608+
dotto.x: ^0.4.1
609609
eslint: ^7.29.0
610610
eslint-config-standard: ^16.0.3
611611
eslint-plugin-es5: ^1.5.0
@@ -624,7 +624,7 @@ __metadata:
624624
typescript: ^4.3.4
625625
vue: ^3.2.10
626626
peerDependencies:
627-
dotto.x: 0.4.0
627+
dotto.x: 0.4.1
628628
vue: ">=3.2.10"
629629
languageName: unknown
630630
linkType: soft
@@ -4348,7 +4348,7 @@ __metadata:
43484348
languageName: unknown
43494349
linkType: soft
43504350

4351-
"dotto.x@^0.4.0, dotto.x@workspace:packages/dotto.x":
4351+
"dotto.x@^0.4.1, dotto.x@workspace:packages/dotto.x":
43524352
version: 0.0.0-use.local
43534353
resolution: "dotto.x@workspace:packages/dotto.x"
43544354
dependencies:

0 commit comments

Comments
 (0)