@graphcommerce/framer-scroller 2.1.22 → 2.1.23

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
+ ## 2.1.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1550](https://github.com/graphcommerce-org/graphcommerce/pull/1550) [`b4936e961`](https://github.com/graphcommerce-org/graphcommerce/commit/b4936e96175fe80717895822e245274db05638bd) Thanks [@paales](https://github.com/paales)! - Upgraded Framer Motion to latest version, which reduces initial bundle size load
8
+
9
+ - Updated dependencies [[`18054c441`](https://github.com/graphcommerce-org/graphcommerce/commit/18054c441962ba750bed3acc39ab46c8d3a341ce), [`c5c539c44`](https://github.com/graphcommerce-org/graphcommerce/commit/c5c539c44eeac524cd62ce649e132d2e00333794), [`6f69bc54c`](https://github.com/graphcommerce-org/graphcommerce/commit/6f69bc54c6e0224452817c532ae58d9c332b61ea), [`21886d6fa`](https://github.com/graphcommerce-org/graphcommerce/commit/21886d6fa64a48d9e932bfaf8d138c9b13c36e43)]:
10
+ - @graphcommerce/next-ui@4.13.1
11
+
3
12
  ## 2.1.22
4
13
 
5
14
  ### Patch Changes
@@ -25,6 +25,7 @@ export function useScrollTo() {
25
25
  // return
26
26
  // }
27
27
 
28
+ // @ts-expect-error private api, but we're updating the animation value here manually instead of relying on the event listener.
28
29
  // eslint-disable-next-line @typescript-eslint/no-floating-promises
29
30
  scroll.scroll.start(() => () => {})
30
31
 
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": "2.1.22",
5
+ "version": "2.1.23",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "dev": "tsc -W"
@@ -17,12 +17,12 @@
17
17
  "dependencies": {
18
18
  "@graphcommerce/framer-utils": "3.1.4",
19
19
  "@graphcommerce/image": "3.1.7",
20
- "@graphcommerce/next-ui": "4.13.0"
20
+ "@graphcommerce/next-ui": "4.13.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@graphcommerce/eslint-config-pwa": "^4.1.8",
23
+ "@graphcommerce/eslint-config-pwa": "^4.1.9",
24
24
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
25
- "@graphcommerce/typescript-config-pwa": "^4.0.3",
25
+ "@graphcommerce/typescript-config-pwa": "^4.0.4",
26
26
  "@playwright/test": "^1.21.1"
27
27
  },
28
28
  "peerDependencies": {