@graphcommerce/next-ui 8.0.0-canary.83 → 8.0.0-canary.85
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,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0-canary.85
|
|
4
|
+
|
|
5
|
+
## 8.0.0-canary.84
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#2161](https://github.com/graphcommerce-org/graphcommerce/pull/2161) [`cc5c636`](https://github.com/graphcommerce-org/graphcommerce/commit/cc5c636f9f2b3d9fa33384b9a02d6ad3631aa414) - Removed whitespace on top of the zoomed in image on the PDP.
|
|
10
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
11
|
+
|
|
3
12
|
## 8.0.0-canary.83
|
|
4
13
|
|
|
5
14
|
## 8.0.0-canary.82
|
package/LayoutParts/Logo.tsx
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/next-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.85",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"typescript": "5.3.3"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.0-canary.
|
|
30
|
-
"@graphcommerce/framer-next-pages": "^8.0.0-canary.
|
|
31
|
-
"@graphcommerce/framer-scroller": "^8.0.0-canary.
|
|
32
|
-
"@graphcommerce/framer-utils": "^8.0.0-canary.
|
|
33
|
-
"@graphcommerce/image": "^8.0.0-canary.
|
|
34
|
-
"@graphcommerce/lingui-next": "^8.0.0-canary.
|
|
35
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.
|
|
36
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.0-canary.
|
|
29
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0-canary.85",
|
|
30
|
+
"@graphcommerce/framer-next-pages": "^8.0.0-canary.85",
|
|
31
|
+
"@graphcommerce/framer-scroller": "^8.0.0-canary.85",
|
|
32
|
+
"@graphcommerce/framer-utils": "^8.0.0-canary.85",
|
|
33
|
+
"@graphcommerce/image": "^8.0.0-canary.85",
|
|
34
|
+
"@graphcommerce/lingui-next": "^8.0.0-canary.85",
|
|
35
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.85",
|
|
36
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0-canary.85",
|
|
37
37
|
"@lingui/core": "^4.2.1",
|
|
38
38
|
"@lingui/macro": "^4.2.1",
|
|
39
39
|
"@lingui/react": "^4.2.1",
|