Skip to content

Commit

Permalink
chore(release): v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Aug 30, 2021
1 parent a683bd3 commit 752b9c0
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [0.3.2](https://github.com/dottostack/dotto.x/compare/0.3.1...0.3.2) (2021-08-30)


### Features

* atomic store ([ca31c19](https://github.com/dottostack/dotto.x/commit/ca31c190e5fb64cec4e39a267e67f7adb2036e43))
* deep computed operator ([3d8f24c](https://github.com/dottostack/dotto.x/commit/3d8f24c1d606b90c260f9104a37e77433bd9ee1f))
* update operator ([46545a9](https://github.com/dottostack/dotto.x/commit/46545a92eb440a90b57621149f40ad7ae345aa4e))

### [0.3.1](https://github.com/dottostack/dotto.x/compare/0.3.0...0.3.1) (2021-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotto.x.monorepo",
"version": "0.3.1",
"version": "0.3.2",
"main": "index.js",
"repository": "https://github.com/dottostack/dotto.x.git",
"author": "Eddort <webisforce@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotto.x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotto.x",
"version": "0.3.1",
"version": "0.3.2",
"description": "A tiny state manager",
"main": "index.js",
"repository": "https://github.com/dottostack/dotto.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotto.x/fetch",
"version": "0.3.1",
"version": "0.3.2",
"description": "A tiny state manager",
"main": "index.js",
"repository": "https://github.com/dottostack/dotto.x",
Expand All @@ -16,7 +16,7 @@
"deploy": "npx clean-publish"
},
"peerDependencies": {
"dotto.x": "0.3.1"
"dotto.x": "0.3.2"
},
"clean-publish": {
"files": [
Expand Down Expand Up @@ -107,7 +107,7 @@
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"check-dts": "^0.5.3",
"dotto.x": "^0.3.1",
"dotto.x": "^0.3.2",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-es5": "^1.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotto.x/react",
"version": "0.3.1",
"version": "0.3.2",
"description": "A tiny state manager",
"main": "index.js",
"repository": "https://github.com/dottostack/dotto.x",
Expand All @@ -16,7 +16,7 @@
"deploy": "npx clean-publish"
},
"peerDependencies": {
"dotto.x": "0.3.1",
"dotto.x": "0.3.2",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down Expand Up @@ -109,7 +109,7 @@
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"check-dts": "^0.5.3",
"dotto.x": "^0.3.1",
"dotto.x": "^0.3.2",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-es5": "^1.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotto.x/validator",
"version": "0.3.1",
"version": "0.3.2",
"description": "Validate plugin for dotto.x",
"main": "index.js",
"repository": "https://github.com/dottostack/dotto.x",
Expand All @@ -16,7 +16,7 @@
"deploy": "npx clean-publish"
},
"peerDependencies": {
"dotto.x": "0.3.1"
"dotto.x": "0.3.2"
},
"clean-publish": {
"files": [
Expand Down Expand Up @@ -109,7 +109,7 @@
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"check-dts": "^0.5.3",
"dotto.x": "^0.3.1",
"dotto.x": "^0.3.2",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-es5": "^1.5.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ __metadata:
"@typescript-eslint/parser": ^4.28.0
check-dts: ^0.5.3
cross-fetch: ^3.1.4
dotto.x: ^0.3.1
dotto.x: ^0.3.2
eslint: ^7.29.0
eslint-config-standard: ^16.0.3
eslint-plugin-es5: ^1.5.0
Expand All @@ -483,7 +483,7 @@ __metadata:
typescript: ^4.3.4
yaspeller: ^7.0.0
peerDependencies:
dotto.x: 0.3.1
dotto.x: 0.3.2
languageName: unknown
linkType: soft

Expand All @@ -497,7 +497,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^4.28.0
"@typescript-eslint/parser": ^4.28.0
check-dts: ^0.5.3
dotto.x: ^0.3.1
dotto.x: ^0.3.2
eslint: ^7.29.0
eslint-config-standard: ^16.0.3
eslint-plugin-es5: ^1.5.0
Expand All @@ -516,7 +516,7 @@ __metadata:
typescript: ^4.3.4
yaspeller: ^7.0.0
peerDependencies:
dotto.x: 0.3.1
dotto.x: 0.3.2
react: ">=16.8.0"
react-dom: ">=16.8.0"
languageName: unknown
Expand All @@ -532,7 +532,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^4.28.0
"@typescript-eslint/parser": ^4.28.0
check-dts: ^0.5.3
dotto.x: ^0.3.1
dotto.x: ^0.3.2
eslint: ^7.29.0
eslint-config-standard: ^16.0.3
eslint-plugin-es5: ^1.5.0
Expand All @@ -551,7 +551,7 @@ __metadata:
typescript: ^4.3.4
yaspeller: ^7.0.0
peerDependencies:
dotto.x: 0.3.1
dotto.x: 0.3.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4195,7 +4195,7 @@ __metadata:
languageName: unknown
linkType: soft

"dotto.x@^0.3.1, dotto.x@workspace:packages/dotto.x":
"dotto.x@^0.3.2, dotto.x@workspace:packages/dotto.x":
version: 0.0.0-use.local
resolution: "dotto.x@workspace:packages/dotto.x"
dependencies:
Expand Down

0 comments on commit 752b9c0

Please sign in to comment.