From 4fd96975e1b536fe59572d85f73094668309bc15 Mon Sep 17 00:00:00 2001 From: Omry Nachman Date: Mon, 11 Mar 2024 12:30:25 +0100 Subject: [PATCH] v16.3.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/mark-text/package.json | 2 +- packages/mostly-equal/package.json | 4 ++-- packages/patterns/package.json | 4 ++-- packages/testing-node/package.json | 6 +++--- packages/testing/package.json | 6 +++--- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index 8bdd02c8..1c69d796 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "16.2.1" + "version": "16.3.0" } diff --git a/packages/browser/package.json b/packages/browser/package.json index ed35d9f3..97633265 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/browser", - "version": "16.2.1", + "version": "16.3.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 994f4dcd..d17c0547 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/common", - "version": "16.2.1", + "version": "16.3.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 597f40d1..18cf0d80 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/docs", - "version": "16.2.1", + "version": "16.3.0", "description": "API ", "main": "dist/cjs/index.js", "module": "esm/index.js", @@ -26,8 +26,8 @@ "@microsoft/api-documenter": "^7.23.37", "@microsoft/api-extractor": "^7.42.3", "@microsoft/api-extractor-model": "^7.28.13", - "@wixc3/common": "^16.2.1", - "@wixc3/fs-utils": "^16.2.1", + "@wixc3/common": "^16.3.0", + "@wixc3/fs-utils": "^16.3.0", "@wixc3/typescript": "^16.2.1", "glob": "^10.3.10", "yargs": "^17.7.2" diff --git a/packages/fs-utils/package.json b/packages/fs-utils/package.json index 440c36f3..9a20d07d 100644 --- a/packages/fs-utils/package.json +++ b/packages/fs-utils/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/fs-utils", - "version": "16.2.1", + "version": "16.3.0", "description": "Filesystem utils, usable in all environments", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -20,6 +20,6 @@ "dependencies": { "@file-services/path": "^9.0.0", "@file-services/types": "^9.0.0", - "@wixc3/common": "^16.2.1" + "@wixc3/common": "^16.3.0" } } diff --git a/packages/mark-text/package.json b/packages/mark-text/package.json index f8dfdfa9..b175761a 100644 --- a/packages/mark-text/package.json +++ b/packages/mark-text/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/mark-text", - "version": "16.2.1", + "version": "16.3.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { diff --git a/packages/mostly-equal/package.json b/packages/mostly-equal/package.json index 10a5e775..6310849a 100644 --- a/packages/mostly-equal/package.json +++ b/packages/mostly-equal/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/mostly-equal", - "version": "16.2.1", + "version": "16.3.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { @@ -20,6 +20,6 @@ "access": "public" }, "dependencies": { - "@wixc3/common": "^16.2.1" + "@wixc3/common": "^16.3.0" } } diff --git a/packages/patterns/package.json b/packages/patterns/package.json index f1e4eed6..c4ec527b 100644 --- a/packages/patterns/package.json +++ b/packages/patterns/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/patterns", - "version": "16.2.1", + "version": "16.3.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": "^16.2.1", + "@wixc3/common": "^16.3.0", "promise-assist": "^2.0.1" } } diff --git a/packages/testing-node/package.json b/packages/testing-node/package.json index e77a7dff..a5477f29 100644 --- a/packages/testing-node/package.json +++ b/packages/testing-node/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/testing-node", - "version": "16.2.1", + "version": "16.3.0", "description": "Making mocha/chai testing easier", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -18,8 +18,8 @@ }, "dependencies": { "@file-services/node": "^9.0.0", - "@wixc3/common": "^16.2.1", - "@wixc3/patterns": "^16.2.1", + "@wixc3/common": "^16.3.0", + "@wixc3/patterns": "^16.3.0", "chai": "^4.4.1", "create-temp-directory": "^2.4.0", "promise-assist": "^2.0.1" diff --git a/packages/testing/package.json b/packages/testing/package.json index b0f072bc..11bba0ba 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@wixc3/testing", - "version": "16.2.1", + "version": "16.3.0", "description": "Making mocha/chai testing easier", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -17,8 +17,8 @@ "access": "public" }, "dependencies": { - "@wixc3/common": "^16.2.1", - "@wixc3/patterns": "^16.2.1", + "@wixc3/common": "^16.3.0", + "@wixc3/patterns": "^16.3.0", "chai": "^4.4.1", "create-temp-directory": "^2.4.0", "prettier": "^3.2.5",