@graphcommerce/framer-scroller 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -60
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Patch Changes
@@ -14,66 +16,6 @@
14
16
 
15
17
  - [#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))
16
18
 
17
- ## 9.0.0-canary.118
18
-
19
- ## 9.0.0-canary.117
20
-
21
- ## 9.0.0-canary.116
22
-
23
- ## 9.0.0-canary.115
24
-
25
- ## 9.0.0-canary.114
26
-
27
- ## 9.0.0-canary.113
28
-
29
- ## 9.0.0-canary.112
30
-
31
- ## 9.0.0-canary.111
32
-
33
- ## 9.0.0-canary.110
34
-
35
- ## 9.0.0-canary.109
36
-
37
- ## 9.0.0-canary.108
38
-
39
- ### Patch Changes
40
-
41
- - [#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))
42
-
43
- ## 9.0.0-canary.107
44
-
45
- ## 9.0.0-canary.106
46
-
47
- ## 9.0.0-canary.105
48
-
49
- ## 9.0.0-canary.104
50
-
51
- ## 9.0.0-canary.103
52
-
53
- ## 9.0.0-canary.80
54
-
55
- ### Patch Changes
56
-
57
- - [#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))
58
-
59
- ## 8.1.0-canary.31
60
-
61
- ### Patch Changes
62
-
63
- - [#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))
64
-
65
- ## 8.1.0-canary.20
66
-
67
- ### Patch Changes
68
-
69
- - [#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))
70
-
71
- ## 8.1.0-canary.16
72
-
73
- ### Patch Changes
74
-
75
- - [#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))
76
-
77
19
  ## 8.0.4
78
20
 
79
21
  ### 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.0",
5
+ "version": "9.0.1-canary.1",
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.0",
22
- "@graphcommerce/framer-utils": "^9.0.0",
23
- "@graphcommerce/image": "^9.0.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
21
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
22
+ "@graphcommerce/framer-utils": "^9.0.1-canary.1",
23
+ "@graphcommerce/image": "^9.0.1-canary.1",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/react": "^4.2.1",
28
28
  "@mui/material": "^5.10.16",