Skip to content

Commit

Permalink
chore: fix next js release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jan 3, 2025
1 parent 5311e42 commit c597277
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ory/nextjs": "^0.0.1",
"@ory/nextjs": "*",
"next": "^15.0.3",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@ory/nextjs": "^0.0.1",
"@ory/nextjs": "*",
"next": "^15.0.3",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release": {
"projectsRelationship": "independent",
"releaseTagPattern": "release/{projectName}/{version}",
"projects": ["@ory/elements-react"],
"projects": ["@ory/elements-react", "@ory/nextjs"],
"version": {
"generatorOptions": {
"preid": "next",
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.

0 comments on commit c597277

Please sign in to comment.