Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Sep 28, 2024
1 parent 8c77d18 commit 492a863
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.1",
"version": "7.0.2",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/create-gasket-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gasket-app",
"version": "7.0.1",
"version": "7.0.2",
"description": "starter pack for creating a gasket app",
"type": "module",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-typescript-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gasket/typescript-tests",
"private": true,
"version": "7.0.1",
"version": "7.0.2",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -77,7 +77,7 @@
"@gasket/utils": "^7.0.1",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"create-gasket-app": "^7.0.1",
"create-gasket-app": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-godaddy-react-typescript": "^4.0.2",
Expand Down

0 comments on commit 492a863

Please sign in to comment.