@graphcommerce/image 9.0.0-canary.55 → 9.0.0-canary.57

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 +5 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
5
+ ## 9.0.0-canary.56
6
+
3
7
  ## 9.0.0-canary.55
4
8
 
5
9
  ## 9.0.0-canary.54
@@ -24,8 +28,7 @@
24
28
 
25
29
  ### Patch Changes
26
30
 
27
- - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`16b5767`](https://github.com/graphcommerce-org/graphcommerce/commit/16b576721785c2cc9fe92570e00ca092aaae4c23) - When viewing the website on a 1x monitor, serve a little bit smaller images.
28
- ([@paales](https://github.com/paales))
31
+ - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`16b5767`](https://github.com/graphcommerce-org/graphcommerce/commit/16b576721785c2cc9fe92570e00ca092aaae4c23) - When viewing the website on a 1x monitor, serve a little bit smaller images. ([@paales](https://github.com/paales))
29
32
 
30
33
  ## 8.1.0-canary.44
31
34
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/image",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.55",
5
+ "version": "9.0.0-canary.57",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "dev": "tsc -W"
@@ -15,10 +15,10 @@
15
15
  }
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
19
- "@graphcommerce/framer-utils": "^9.0.0-canary.55",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
19
+ "@graphcommerce/framer-utils": "^9.0.0-canary.57",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",