Skip to content

Commit

Permalink
v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Oct 18, 2024
1 parent 5ed79ee commit 91ac287
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.4",
"version": "7.0.5",
"$schema": "https://json.schemastore.org/lerna.json",
"useWorkspaces": true,
"useNx": true,
Expand Down
12 changes: 6 additions & 6 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/gasket-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-nextjs",
"version": "7.0.4",
"version": "7.0.5",
"description": "Adds Next support to your application",
"types": "lib/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-preset-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/preset-nextjs",
"version": "7.0.4",
"version": "7.0.5",
"description": "Basic NextJS Framework",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@gasket/plugin-jest": "^7.0.1",
"@gasket/plugin-lint": "^7.0.3",
"@gasket/plugin-mocha": "^7.0.4",
"@gasket/plugin-nextjs": "^7.0.4",
"@gasket/plugin-nextjs": "^7.0.5",
"@gasket/plugin-typescript": "^7.0.1",
"@gasket/plugin-webpack": "^7.0.4",
"@gasket/plugin-winston": "^7.0.4",
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": "7.0.4",
"version": "7.0.5",
"description": "Not a published package; hosts unit tests to verify TypeScript support",
"files": [
"lib"
Expand Down Expand Up @@ -62,7 +62,7 @@
"@gasket/plugin-metadata": "^7.0.4",
"@gasket/plugin-mocha": "^7.0.4",
"@gasket/plugin-morgan": "^7.0.1",
"@gasket/plugin-nextjs": "^7.0.4",
"@gasket/plugin-nextjs": "^7.0.5",
"@gasket/plugin-redux": "^7.0.1",
"@gasket/plugin-service-worker": "^7.0.1",
"@gasket/plugin-swagger": "^7.0.1",
Expand All @@ -71,7 +71,7 @@
"@gasket/plugin-winston": "^7.0.4",
"@gasket/plugin-workbox": "^7.0.1",
"@gasket/preset-api": "^7.0.4",
"@gasket/preset-nextjs": "^7.0.4",
"@gasket/preset-nextjs": "^7.0.5",
"@gasket/react-intl": "^7.0.1",
"@gasket/redux": "^7.0.1",
"@gasket/utils": "^7.0.1",
Expand Down

0 comments on commit 91ac287

Please sign in to comment.