@graphcommerce/framer-utils 6.0.0-canary.53 → 6.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1829](https://github.com/graphcommerce-org/graphcommerce/pull/1829) [`52ecfc2ad`](https://github.com/graphcommerce-org/graphcommerce/commit/52ecfc2ad25fc6ef92465862fb94c1829bdd7c52) - CSS dvh property is now used when supported by browsers, causing less rerenders with overlays. ([@bramvanderholst](https://github.com/bramvanderholst))
8
+
9
+ ## 6.0.0-canary.54
10
+
3
11
  ## 6.0.0-canary.53
4
12
 
5
13
  ## 6.0.0-canary.52
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": "6.0.0-canary.53",
5
+ "version": "6.0.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": "6.0.0-canary.53",
19
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.53",
20
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.53"
18
+ "@graphcommerce/eslint-config-pwa": "6.0.0",
19
+ "@graphcommerce/prettier-config-pwa": "6.0.0",
20
+ "@graphcommerce/typescript-config-pwa": "6.0.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "framer-motion": "^10.0.0",