Skip to content

Commit

Permalink
v16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daomry committed Feb 8, 2024
1 parent 08161ca commit bb370b6
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "16.1.3"
"version": "16.2.0"
}
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/browser",
"version": "16.1.0",
"version": "16.2.0",
"description": "Browser only utils",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/common",
"version": "16.1.3",
"version": "16.2.0",
"description": "Common utils, usable in all environments",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/docs",
"version": "16.1.3",
"version": "16.2.0",
"description": "API ",
"main": "dist/cjs/index.js",
"module": "esm/index.js",
Expand All @@ -25,9 +25,9 @@
"@microsoft/api-documenter": "^7.23.23",
"@microsoft/api-extractor": "^7.40.1",
"@microsoft/api-extractor-model": "^7.28.9",
"@wixc3/common": "^16.1.3",
"@wixc3/fs-utils": "^16.1.3",
"@wixc3/typescript": "^16.1.0",
"@wixc3/common": "^16.2.0",
"@wixc3/fs-utils": "^16.2.0",
"@wixc3/typescript": "^16.2.0",
"glob": "^10.3.10",
"yargs": "^17.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/fs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/fs-utils",
"version": "16.1.3",
"version": "16.2.0",
"description": "Filesystem utils, usable in all environments",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"@file-services/memory": "^8.3.3",
"@wixc3/common": "^16.1.3"
"@wixc3/common": "^16.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/mark-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/mark-text",
"version": "16.1.0",
"version": "16.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mostly-equal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/mostly-equal",
"version": "16.1.3",
"version": "16.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
Expand All @@ -20,6 +20,6 @@
"access": "public"
},
"dependencies": {
"@wixc3/common": "^16.1.3"
"@wixc3/common": "^16.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/node",
"version": "16.1.0",
"version": "16.2.0",
"description": "Common utils, usable in all environments",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/patterns",
"version": "16.1.3",
"version": "16.2.0",
"description": "A utility for saving objects to be disposed",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@wixc3/common": "^16.1.3",
"@wixc3/common": "^16.2.0",
"promise-assist": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/performance",
"version": "16.1.0",
"version": "16.2.0",
"description": "Performance utils, usable in all environments",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/testing-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/testing-node",
"version": "16.1.3",
"version": "16.2.0",
"description": "Making mocha/chai testing easier",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@file-services/node": "^8.3.3",
"@file-services/types": "^8.3.3",
"@wixc3/common": "^16.1.3",
"@wixc3/patterns": "^16.1.3",
"@wixc3/common": "^16.2.0",
"@wixc3/patterns": "^16.2.0",
"chai": "^4.4.1",
"create-temp-directory": "^2.4.0",
"promise-assist": "^2.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/testing",
"version": "16.1.3",
"version": "16.2.0",
"description": "Making mocha/chai testing easier",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@file-services/types": "^8.3.3",
"@wixc3/common": "^16.1.3",
"@wixc3/patterns": "^16.1.3",
"@wixc3/common": "^16.2.0",
"@wixc3/patterns": "^16.2.0",
"chai": "^4.4.1",
"create-temp-directory": "^2.4.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/typescript",
"version": "16.1.0",
"version": "16.2.0",
"description": "API ",
"main": "dist/cjs/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wait-for-call/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/wait-for-call",
"version": "16.1.0",
"version": "16.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
Expand Down

0 comments on commit bb370b6

Please sign in to comment.