Skip to content

Commit

Permalink
v15.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daomry committed Jan 11, 2024
1 parent 2ed7ce0 commit 6b07298
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "15.2.0"
"version": "15.3.0"
}
2 changes: 1 addition & 1 deletion packages/patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/patterns",
"version": "15.2.0",
"version": "15.3.0",
"description": "A utility for saving objects to be disposed",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 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": "15.2.0",
"version": "15.3.0",
"description": "Making mocha/chai testing easier",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -20,7 +20,7 @@
"@file-services/node": "^8.3.3",
"@file-services/types": "^8.3.3",
"@wixc3/common": "^15.1.1",
"@wixc3/patterns": "^15.2.0",
"@wixc3/patterns": "^15.3.0",
"chai": "^4.3.10",
"create-temp-directory": "^2.4.0",
"promise-assist": "^2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/testing",
"version": "15.2.0",
"version": "15.3.0",
"description": "Making mocha/chai testing easier",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@file-services/types": "^8.3.3",
"@wixc3/common": "^15.1.1",
"@wixc3/patterns": "^15.2.0",
"@wixc3/patterns": "^15.3.0",
"chai": "^4.3.10",
"create-temp-directory": "^2.4.0",
"promise-assist": "^2.0.1"
Expand Down

0 comments on commit 6b07298

Please sign in to comment.