From 752b9c04b72c1accb15815c0bb16881bc9daf139 Mon Sep 17 00:00:00 2001 From: Eddort Date: Mon, 30 Aug 2021 17:22:29 +0300 Subject: [PATCH] chore(release): v0.3.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/dotto.x/package.json | 2 +- packages/fetch/package.json | 6 +++--- packages/react/package.json | 6 +++--- packages/validator/package.json | 6 +++--- yarn.lock | 14 +++++++------- 7 files changed, 27 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f53eb..716d15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index af399fe..49a1d9b 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/packages/dotto.x/package.json b/packages/dotto.x/package.json index 0c02f1d..f43349d 100644 --- a/packages/dotto.x/package.json +++ b/packages/dotto.x/package.json @@ -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", diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 41708ec..80e0582 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -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", @@ -16,7 +16,7 @@ "deploy": "npx clean-publish" }, "peerDependencies": { - "dotto.x": "0.3.1" + "dotto.x": "0.3.2" }, "clean-publish": { "files": [ @@ -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", diff --git a/packages/react/package.json b/packages/react/package.json index 64124d9..5ded661 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -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" }, @@ -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", diff --git a/packages/validator/package.json b/packages/validator/package.json index 5be527b..f9b6007 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -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", @@ -16,7 +16,7 @@ "deploy": "npx clean-publish" }, "peerDependencies": { - "dotto.x": "0.3.1" + "dotto.x": "0.3.2" }, "clean-publish": { "files": [ @@ -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", diff --git a/yarn.lock b/yarn.lock index 0658bea..a80f384 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: