From 4c53f0ff72bbb1aabbdd47709eb41adda392715f Mon Sep 17 00:00:00 2001 From: vladyslav-baliuk Date: Mon, 10 Apr 2023 16:04:39 +0300 Subject: [PATCH] v8.1.0 --- lerna.json | 2 +- packages/browser/package.json | 2 +- packages/common/package.json | 2 +- packages/docs/package.json | 6 +++--- packages/fs-utils/package.json | 4 ++-- packages/node/package.json | 2 +- packages/patterns/package.json | 4 ++-- packages/performance/package.json | 2 +- packages/testing-node/package.json | 6 +++--- packages/testing/package.json | 6 +++--- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index ca3a67ef..718ce896 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "8.0.0" + "version": "8.1.0" } diff --git a/packages/browser/package.json b/packages/browser/package.json index 5dc47daa..3dc6fbb2 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/browser", - "version": "8.0.0", + "version": "8.1.0", "description": "Browser only utils", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/common/package.json b/packages/common/package.json index a5ce51eb..6b69affb 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/common", - "version": "8.0.0", + "version": "8.1.0", "description": "Common utils, usable in all environments", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index fca3ee26..211c40a5 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/docs", - "version": "8.0.0", + "version": "8.1.0", "description": "API ", "main": "dist/cjs/index.js", "module": "esm/index.js", @@ -25,8 +25,8 @@ "@microsoft/api-documenter": "^7.21.7", "@microsoft/api-extractor": "^7.34.4", "@microsoft/api-extractor-model": "^7.26.4", - "@wixc3/common": "^8.0.0", - "@wixc3/fs-utils": "^8.0.0", + "@wixc3/common": "^8.1.0", + "@wixc3/fs-utils": "^8.1.0", "@wixc3/typescript": "^8.0.0", "glob": "^9.3.4", "yargs": "^17.7.1" diff --git a/packages/fs-utils/package.json b/packages/fs-utils/package.json index 7aa4a72d..4c01d31c 100644 --- a/packages/fs-utils/package.json +++ b/packages/fs-utils/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/fs-utils", - "version": "8.0.0", + "version": "8.1.0", "description": "Filesystem utils, usable in all environments", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -19,6 +19,6 @@ }, "dependencies": { "@file-services/memory": "^7.2.5", - "@wixc3/common": "^8.0.0" + "@wixc3/common": "^8.1.0" } } diff --git a/packages/node/package.json b/packages/node/package.json index 23451bfc..554cc37f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/node", - "version": "8.0.0", + "version": "8.1.0", "description": "Common utils, usable in all environments", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/patterns/package.json b/packages/patterns/package.json index 9e1e1820..54ba0a2a 100644 --- a/packages/patterns/package.json +++ b/packages/patterns/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/patterns", - "version": "8.0.0", + "version": "8.1.0", "description": "A utility for saving objects to be disposed", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@wixc3/common": "^8.0.0", + "@wixc3/common": "^8.1.0", "promise-assist": "^2.0.1" } } diff --git a/packages/performance/package.json b/packages/performance/package.json index 1929b9b6..42c4ec51 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/performance", - "version": "8.0.0", + "version": "8.1.0", "description": "Performance utils, usable in all environments", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/testing-node/package.json b/packages/testing-node/package.json index 51e525f2..25e62da3 100644 --- a/packages/testing-node/package.json +++ b/packages/testing-node/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/testing-node", - "version": "8.0.0", + "version": "8.1.0", "description": "Making mocha/chai testing easier", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -19,8 +19,8 @@ "dependencies": { "@file-services/node": "^7.2.5", "@file-services/types": "^7.2.5", - "@wixc3/common": "^8.0.0", - "@wixc3/patterns": "^8.0.0", + "@wixc3/common": "^8.1.0", + "@wixc3/patterns": "^8.1.0", "chai": "^4.3.7", "create-temp-directory": "^2.4.0", "promise-assist": "^2.0.1" diff --git a/packages/testing/package.json b/packages/testing/package.json index 124e29ae..6c7c0935 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/testing", - "version": "8.0.0", + "version": "8.1.0", "description": "Making mocha/chai testing easier", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -18,8 +18,8 @@ }, "dependencies": { "@file-services/types": "^7.2.5", - "@wixc3/common": "^8.0.0", - "@wixc3/patterns": "^8.0.0", + "@wixc3/common": "^8.1.0", + "@wixc3/patterns": "^8.1.0", "chai": "^4.3.7", "create-temp-directory": "^2.4.0", "promise-assist": "^2.0.1"