Skip to content

Commit

Permalink
chore(misc): publish 14.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jun 8, 2022
1 parent 869ebd8 commit ec100db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"build/packages/*"
],
"version": "14.2.2",
"version": "14.2.3",
"granularPathspec": false,
"command": {
"publish": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"format": "nx format",
"nx-release": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/nx-release",
"prepublishOnly": "node ./scripts/update-package-group.js",
"postversion": "npx prettier lerna.json --write",
"depcheck": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/depcheck",
"local-registry": "./scripts/local-registry.sh",
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/documentation.ts && yarn check-documentation-map",
Expand Down

0 comments on commit ec100db

Please sign in to comment.