Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextjs 12 support #1237

Merged
merged 6 commits into from
Nov 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
v2.0.14
  • Loading branch information
omeraplak committed Nov 12, 2021
commit a175f16f3cf74b2a188c613f469b2dd86f322748
2 changes: 1 addition & 1 deletion examples/fineFoods/client/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 examples/fineFoods/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fine-foods-client",
"version": "2.0.13",
"version": "2.0.14",
"private": true,
"scripts": {
"start": "next dev -p 3001",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@pankod/refine": "^2.0.12",
"@pankod/refine-nextjs-router": "^2.0.13",
"@pankod/refine-nextjs-router": "^2.0.14",
"@pankod/refine-simple-rest": "^2.0.12",
"gsap": "^3.8.0",
"js-confetti": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.13"
"version": "2.0.14"
}
2 changes: 1 addition & 1 deletion packages/nextjs-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pankod/refine-nextjs-router",
"description": "refine Next.js router provider. refine is a React-based framework for building data-intensive applications in no time. It ships with Ant Design System, an enterprise-level UI toolkit.",
"version": "2.0.13",
"version": "2.0.14",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down