@graphcommerce/framer-scroller 9.0.1-canary.0 → 9.0.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -61
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.2
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
@@ -16,66 +18,6 @@
16
18
 
17
19
  - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
18
20
 
19
- ## 9.0.0-canary.118
20
-
21
- ## 9.0.0-canary.117
22
-
23
- ## 9.0.0-canary.116
24
-
25
- ## 9.0.0-canary.115
26
-
27
- ## 9.0.0-canary.114
28
-
29
- ## 9.0.0-canary.113
30
-
31
- ## 9.0.0-canary.112
32
-
33
- ## 9.0.0-canary.111
34
-
35
- ## 9.0.0-canary.110
36
-
37
- ## 9.0.0-canary.109
38
-
39
- ## 9.0.0-canary.108
40
-
41
- ### Patch Changes
42
-
43
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
44
-
45
- ## 9.0.0-canary.107
46
-
47
- ## 9.0.0-canary.106
48
-
49
- ## 9.0.0-canary.105
50
-
51
- ## 9.0.0-canary.104
52
-
53
- ## 9.0.0-canary.103
54
-
55
- ## 9.0.0-canary.80
56
-
57
- ### Patch Changes
58
-
59
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e01fd4a`](https://github.com/graphcommerce-org/graphcommerce/commit/e01fd4a933aa852e97ccfbee15378d8479e2b49f) - Prevent retriggering a scrollTo animation when the current scrollLeft/scrollTop is a float ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
60
-
61
- ## 8.1.0-canary.31
62
-
63
- ### Patch Changes
64
-
65
- - [#2297](https://github.com/graphcommerce-org/graphcommerce/pull/2297) [`e41cb6f`](https://github.com/graphcommerce-org/graphcommerce/commit/e41cb6fcdde95629d29c03b1a700c6097f00c901) - Prevent gallery thunbnails from scrolling when opening or closing a layout overlay ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
66
-
67
- ## 8.1.0-canary.20
68
-
69
- ### Patch Changes
70
-
71
- - [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`13524f9`](https://github.com/graphcommerce-org/graphcommerce/commit/13524f991a810c1679db49b3b8b4f04f90d0d6c1) - SidebarGallery now supports two more props disableSticky and variantMd default|oneColumn ([@Jessevdpoel](https://github.com/Jessevdpoel))
72
-
73
- ## 8.1.0-canary.16
74
-
75
- ### Patch Changes
76
-
77
- - [#2275](https://github.com/graphcommerce-org/graphcommerce/pull/2275) [`29e496c`](https://github.com/graphcommerce-org/graphcommerce/commit/29e496ca815d102ac7952dc81c6c4ab9e164d031) - Prevent ScrollerThumbnail from scrolling the page horizontally ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
78
-
79
21
  ## 8.0.4
80
22
 
81
23
  ### Patch Changes
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": "9.0.1-canary.0",
5
+ "version": "9.0.1-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": "^9.0.1-canary.0",
22
- "@graphcommerce/framer-utils": "^9.0.1-canary.0",
23
- "@graphcommerce/image": "^9.0.1-canary.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
21
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
22
+ "@graphcommerce/framer-utils": "^9.0.1-canary.2",
23
+ "@graphcommerce/image": "^9.0.1-canary.2",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/react": "^4.2.1",
28
28
  "@mui/material": "^5.10.16",