diff --git a/lerna.json b/lerna.json index 3e9670ec..abbee4c8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "12.0.4" + "version": "12.1.0" } diff --git a/packages/common/package.json b/packages/common/package.json index ce7f1687..60b78ffe 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/common", - "version": "12.0.3", + "version": "12.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 d2a1795a..916f5d6e 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/docs", - "version": "12.0.4", + "version": "12.1.0", "description": "API ", "main": "dist/cjs/index.js", "module": "esm/index.js", @@ -25,8 +25,8 @@ "@microsoft/api-documenter": "^7.22.28", "@microsoft/api-extractor": "^7.36.2", "@microsoft/api-extractor-model": "^7.27.4", - "@wixc3/common": "^12.0.3", - "@wixc3/fs-utils": "^12.0.4", + "@wixc3/common": "^12.1.0", + "@wixc3/fs-utils": "^12.1.0", "@wixc3/typescript": "^12.0.1", "glob": "^10.3.3", "yargs": "^17.7.2" diff --git a/packages/fs-utils/package.json b/packages/fs-utils/package.json index ae4e9e10..21fa7c9b 100644 --- a/packages/fs-utils/package.json +++ b/packages/fs-utils/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/fs-utils", - "version": "12.0.4", + "version": "12.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.4.0", - "@wixc3/common": "^12.0.3" + "@wixc3/common": "^12.1.0" } } diff --git a/packages/mostly-equal/package.json b/packages/mostly-equal/package.json index 78c2f5dd..3b4766b3 100644 --- a/packages/mostly-equal/package.json +++ b/packages/mostly-equal/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/mostly-equal", - "version": "12.0.3", + "version": "12.1.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { @@ -20,6 +20,6 @@ "access": "public" }, "dependencies": { - "@wixc3/common": "^12.0.3" + "@wixc3/common": "^12.1.0" } } diff --git a/packages/patterns/package.json b/packages/patterns/package.json index 20448881..2318b702 100644 --- a/packages/patterns/package.json +++ b/packages/patterns/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/patterns", - "version": "12.0.3", + "version": "12.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": "^12.0.3", + "@wixc3/common": "^12.1.0", "promise-assist": "^2.0.1" } } diff --git a/packages/testing-node/package.json b/packages/testing-node/package.json index 7aaabcec..b44001e6 100644 --- a/packages/testing-node/package.json +++ b/packages/testing-node/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/testing-node", - "version": "12.0.3", + "version": "12.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.4.0", "@file-services/types": "^7.4.0", - "@wixc3/common": "^12.0.3", - "@wixc3/patterns": "^12.0.3", + "@wixc3/common": "^12.1.0", + "@wixc3/patterns": "^12.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 829b9d5f..93bed26f 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/testing", - "version": "12.0.3", + "version": "12.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.4.0", - "@wixc3/common": "^12.0.3", - "@wixc3/patterns": "^12.0.3", + "@wixc3/common": "^12.1.0", + "@wixc3/patterns": "^12.1.0", "chai": "^4.3.7", "create-temp-directory": "^2.4.0", "promise-assist": "^2.0.1"