Skip to content

Commit

Permalink
v7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jan 21, 2025
1 parent 865a514 commit c776477
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.1.4",
"version": "7.1.5",
"$schema": "https://json.schemastore.org/lerna.json",
"useNx": true,
"packages": [
Expand Down
10 changes: 5 additions & 5 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": "7.1.4",
"version": "7.1.5",
"description": "starter pack for creating a gasket app",
"type": "module",
"bin": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@gasket/plugin-command": "^7.1.4",
"@gasket/plugin-docs": "^7.1.4",
"@gasket/plugin-docusaurus": "^7.1.4",
"@gasket/plugin-dynamic-plugins": "^7.1.4",
"@gasket/plugin-dynamic-plugins": "^7.1.5",
"@gasket/plugin-git": "^7.1.4",
"@gasket/plugin-logger": "^7.1.4",
"@gasket/plugin-metadata": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-dynamic-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-dynamic-plugins",
"version": "7.1.4",
"version": "7.1.5",
"description": "Gasket plugin for dynamically adding plugins to Gasket",
"type": "module",
"main": "lib/index.js",
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.1.4",
"version": "7.1.5",
"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.1.4",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"create-gasket-app": "^7.1.4",
"create-gasket-app": "^7.1.5",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-godaddy-react-typescript": "^4.0.2",
Expand Down

0 comments on commit c776477

Please sign in to comment.