@graphcommerce/framer-next-pages 9.0.0 → 9.0.1-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 +4 -46
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,59 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.
|
|
3
|
+
## 9.0.1-canary.1
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## 9.0.0
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Major Changes
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- [#
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.118
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.117
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.116
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.115
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.114
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.113
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.112
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.111
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.110
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.109
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.108
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.107
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.106
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.105
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.104
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.103
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.79
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
11
|
+
- [#2284](https://github.com/graphcommerce-org/graphcommerce/pull/2284) [`5ee712c`](https://github.com/graphcommerce-org/graphcommerce/commit/5ee712c962c6b0dda903172660d70cf433321b7e) - Prevent checkout from looping back and forth with the cart overlay when navigating directly to the checkout. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
48
12
|
|
|
49
13
|
- [#2356](https://github.com/graphcommerce-org/graphcommerce/pull/2356) [`d283901`](https://github.com/graphcommerce-org/graphcommerce/commit/d283901cb537c3e7bf6f5500e9f52f47f452cf10) - Loading an overlay page directly would animate in the overlay instead of directly showing it. ([@paales](https://github.com/paales))
|
|
50
14
|
|
|
51
|
-
## 8.1.0-canary.36
|
|
52
|
-
|
|
53
|
-
### Minor Changes
|
|
54
|
-
|
|
55
|
-
- [#2284](https://github.com/graphcommerce-org/graphcommerce/pull/2284) [`5ee712c`](https://github.com/graphcommerce-org/graphcommerce/commit/5ee712c962c6b0dda903172660d70cf433321b7e) - Prevent checkout on looping back and forth with the cart overlay when navigating directly to the checkout. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
56
|
-
|
|
57
15
|
## 8.0.5
|
|
58
16
|
|
|
59
17
|
### Patch Changes
|
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": "9.0.
|
|
5
|
+
"version": "9.0.1-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": "^9.0.
|
|
16
|
-
"@graphcommerce/framer-utils": "^9.0.
|
|
17
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
18
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
|
16
|
+
"@graphcommerce/framer-utils": "^9.0.1-canary.1",
|
|
17
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
|
18
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
|
19
19
|
"framer-motion": "^11.0.0",
|
|
20
20
|
"next": "*",
|
|
21
21
|
"react": "^18.2.0",
|