@graphcommerce/framer-next-pages 8.0.2 → 8.0.3-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.3-canary.1
4
+
5
+ ## 8.0.3-canary.0
6
+
3
7
  ## 8.0.2
4
8
 
5
9
  ## 8.0.2-canary.3
@@ -1,5 +1,8 @@
1
1
  import { useRouter } from 'next/router'
2
2
 
3
+ /**
4
+ * @deprecated Use next/router useRouter instead
5
+ */
3
6
  export const usePageRouter = () => {
4
7
  console.warn('usePageRouter does nothing, use next/router useRouter instead')
5
8
  return useRouter()
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/framer-next-pages",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.2",
5
+ "version": "8.0.3-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,10 +12,10 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.0.2",
16
- "@graphcommerce/framer-utils": "^8.0.2",
17
- "@graphcommerce/prettier-config-pwa": "^8.0.2",
18
- "@graphcommerce/typescript-config-pwa": "^8.0.2",
15
+ "@graphcommerce/eslint-config-pwa": "^8.0.3-canary.1",
16
+ "@graphcommerce/framer-utils": "^8.0.3-canary.1",
17
+ "@graphcommerce/prettier-config-pwa": "^8.0.3-canary.1",
18
+ "@graphcommerce/typescript-config-pwa": "^8.0.3-canary.1",
19
19
  "framer-motion": "^10.0.0",
20
20
  "next": "*",
21
21
  "react": "^18.2.0",