@graphcommerce/framer-scroller 8.0.3-canary.3 → 8.1.0-canary.2
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 +3 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 8.0
|
|
3
|
+
## 8.1.0-canary.2
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### Patch Changes
|
|
5
|
+
### Minor Changes
|
|
8
6
|
|
|
9
|
-
- [#2211](https://github.com/graphcommerce-org/graphcommerce/pull/2211) [`2fc62cd`](https://github.com/graphcommerce-org/graphcommerce/commit/2fc62cd550c8831071c51c1088a94da584a0790b) -
|
|
7
|
+
- [#2211](https://github.com/graphcommerce-org/graphcommerce/pull/2211) [`2fc62cd`](https://github.com/graphcommerce-org/graphcommerce/commit/2fc62cd550c8831071c51c1088a94da584a0790b) - We stopped showing the thumbnails in the sidebargallery when there is only 1 image.
|
|
10
8
|
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
11
9
|
|
|
12
10
|
## 8.0.3-canary.1
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/framer-scroller",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0
|
|
5
|
+
"version": "8.1.0-canary.2",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "tsc -W"
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"popmotion": "11.0.5"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@graphcommerce/eslint-config-pwa": "^8.0
|
|
22
|
-
"@graphcommerce/framer-utils": "^8.0
|
|
23
|
-
"@graphcommerce/image": "^8.0
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^8.0
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^8.0
|
|
21
|
+
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.2",
|
|
22
|
+
"@graphcommerce/framer-utils": "^8.1.0-canary.2",
|
|
23
|
+
"@graphcommerce/image": "^8.1.0-canary.2",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.2",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.2",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|
|
28
28
|
"@mui/material": "^5.10.16",
|