Skip to content

Commit

Permalink
v6.38.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Mar 3, 2023
1 parent 395561c commit 98e2ff7
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.38.3",
"version": "6.38.4",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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": "6.38.3",
"version": "6.38.4",
"description": "starter pack for creating a gasket app",
"main": "lib",
"bin": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app",
"dependencies": {
"@gasket/cli": "^6.38.3"
"@gasket/cli": "^6.38.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/cli",
"version": "6.38.3",
"version": "6.38.4",
"description": "CLI for rapid application development with gasket",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-cli",
"dependencies": {
"@gasket/engine": "^6.38.1",
"@gasket/plugin-command": "^6.38.3",
"@gasket/plugin-command": "^6.38.4",
"@gasket/plugin-git": "^6.38.2",
"@gasket/plugin-lifecycle": "^6.38.1",
"@gasket/plugin-metadata": "^6.38.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-command",
"version": "6.38.3",
"version": "6.38.4",
"description": "Plugin to enable other plugins to inject new gasket commands",
"main": "lib/plugin.js",
"types": "lib/plugin.d.ts",
Expand Down
6 changes: 3 additions & 3 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": "6.38.3",
"version": "6.38.4",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -30,15 +30,15 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/typescript-tests",
"devDependencies": {
"@gasket/cli": "^6.38.3",
"@gasket/cli": "^6.38.4",
"@gasket/data": "^6.38.1",
"@gasket/engine": "^6.38.1",
"@gasket/fetch": "^6.38.1",
"@gasket/helper-intl": "^6.38.1",
"@gasket/log": "^6.38.0",
"@gasket/nextjs": "^6.38.1",
"@gasket/plugin-analyze": "^6.38.1",
"@gasket/plugin-command": "^6.38.3",
"@gasket/plugin-command": "^6.38.4",
"@gasket/plugin-config": "^6.38.2",
"@gasket/plugin-docs": "^6.38.1",
"@gasket/plugin-docsify": "^6.38.1",
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-docs-index/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "generate-docs-index",
"private": true,
"version": "6.38.3",
"version": "6.38.4",
"description": "Generate the overview index",
"dependencies": {
"@gasket/cli": "^6.38.3"
"@gasket/cli": "^6.38.4"
},
"devDependencies": {
"copy-dir": "^1.2.0",
Expand Down

0 comments on commit 98e2ff7

Please sign in to comment.