@graphcommerce/framer-scroller 8.0.4-canary.1 → 8.0.4

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 +7 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2225](https://github.com/graphcommerce-org/graphcommerce/pull/2225) [`29407d2`](https://github.com/graphcommerce-org/graphcommerce/commit/29407d28c4f7c2629f8c5ead658bfb203f5d81cf) - Fixed a bug on Firefox in which all overlays would retrigger the scrollTo function on opening or closing.
8
+ ([@mikekeehnen](https://github.com/mikekeehnen))
9
+
3
10
  ## 8.0.4-canary.1
4
11
 
5
12
  ## 8.0.4-canary.0
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.4-canary.1",
5
+ "version": "8.0.4",
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.4-canary.1",
22
- "@graphcommerce/framer-utils": "^8.0.4-canary.1",
23
- "@graphcommerce/image": "^8.0.4-canary.1",
24
- "@graphcommerce/prettier-config-pwa": "^8.0.4-canary.1",
25
- "@graphcommerce/typescript-config-pwa": "^8.0.4-canary.1",
21
+ "@graphcommerce/eslint-config-pwa": "^8.0.4",
22
+ "@graphcommerce/framer-utils": "^8.0.4",
23
+ "@graphcommerce/image": "^8.0.4",
24
+ "@graphcommerce/prettier-config-pwa": "^8.0.4",
25
+ "@graphcommerce/typescript-config-pwa": "^8.0.4",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/react": "^4.2.1",
28
28
  "@mui/material": "^5.10.16",