@graphcommerce/framer-utils 5.1.0-canary.8 → 5.1.0
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 +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 5.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`0025ad80f`](https://github.com/graphcommerce-org/graphcommerce/commit/0025ad80fb82d5d1e6c786bb8b5f39b2456c0932) - Renamed clientSizeCssVar.y/x to dvh(100) and dvw(100) ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
10
|
+
|
|
11
|
+
- Updated the @mui/material package
|
|
12
|
+
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
13
|
+
- Upgraded dependencies including type-fest and graphql-mesh
|
|
14
|
+
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
15
|
+
|
|
16
|
+
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`f44a05a6c`](https://github.com/graphcommerce-org/graphcommerce/commit/f44a05a6cedadc17e44c87f53cad5f462bc52aba) - Use a singlular useElementScroll and provide ther scroll from the useScrollerContext ([@paales](https://github.com/paales))
|
|
17
|
+
|
|
18
|
+
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`c77f49e6e`](https://github.com/graphcommerce-org/graphcommerce/commit/c77f49e6ed6af0bf2890d51da4eaa4ac70ee2cc9) - clientSizeCssVar.x had a fallback to 100vw instead of 100vh ([@paales](https://github.com/paales))
|
|
19
|
+
|
|
20
|
+
## 5.1.0-canary.11
|
|
21
|
+
|
|
22
|
+
## 5.1.0-canary.10
|
|
23
|
+
|
|
24
|
+
## 5.1.0-canary.9
|
|
25
|
+
|
|
3
26
|
## 5.1.0-canary.8
|
|
4
27
|
|
|
5
28
|
## 5.1.0-canary.7
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/framer-utils",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "5.1.0
|
|
5
|
+
"version": "5.1.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "tsc -W"
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@graphcommerce/eslint-config-pwa": "5.1.0
|
|
19
|
-
"@graphcommerce/prettier-config-pwa": "5.1.0
|
|
20
|
-
"@graphcommerce/typescript-config-pwa": "5.1.0
|
|
18
|
+
"@graphcommerce/eslint-config-pwa": "5.1.0",
|
|
19
|
+
"@graphcommerce/prettier-config-pwa": "5.1.0",
|
|
20
|
+
"@graphcommerce/typescript-config-pwa": "5.1.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"framer-motion": "^7.0.0",
|