Skip to content

Commit

Permalink
v12.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daomry committed Jul 11, 2023
1 parent 388ecbc commit ddbb6df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "12.0.3"
"version": "12.0.4"
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/docs",
"version": "12.0.3",
"version": "12.0.4",
"description": "API ",
"main": "dist/cjs/index.js",
"module": "esm/index.js",
Expand All @@ -26,7 +26,7 @@
"@microsoft/api-extractor": "^7.36.1",
"@microsoft/api-extractor-model": "^7.27.3",
"@wixc3/common": "^12.0.3",
"@wixc3/fs-utils": "^12.0.3",
"@wixc3/fs-utils": "^12.0.4",
"@wixc3/typescript": "^12.0.1",
"glob": "^10.3.3",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/fs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/fs-utils",
"version": "12.0.3",
"version": "12.0.4",
"description": "Filesystem utils, usable in all environments",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ddbb6df

Please sign in to comment.