@graphcommerce/image 9.0.0 → 9.0.1-canary.1

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 +2 -44
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Patch Changes
@@ -8,50 +10,6 @@
8
10
 
9
11
  - [#2409](https://github.com/graphcommerce-org/graphcommerce/pull/2409) [`7e7c4bc`](https://github.com/graphcommerce-org/graphcommerce/commit/7e7c4bc24c8e3a2e6ed34667db8cf3fd67b557cf) - Solve an issue where image sizes are served in higher resolution than expected. ([@bramvanderholst](https://github.com/bramvanderholst))
10
12
 
11
- ## 9.0.0-canary.118
12
-
13
- ## 9.0.0-canary.117
14
-
15
- ## 9.0.0-canary.116
16
-
17
- ## 9.0.0-canary.115
18
-
19
- ## 9.0.0-canary.114
20
-
21
- ## 9.0.0-canary.113
22
-
23
- ## 9.0.0-canary.112
24
-
25
- ## 9.0.0-canary.111
26
-
27
- ## 9.0.0-canary.110
28
-
29
- ## 9.0.0-canary.109
30
-
31
- ## 9.0.0-canary.108
32
-
33
- ## 9.0.0-canary.107
34
-
35
- ## 9.0.0-canary.106
36
-
37
- ## 9.0.0-canary.105
38
-
39
- ## 9.0.0-canary.104
40
-
41
- ## 9.0.0-canary.103
42
-
43
- ## 9.0.0-canary.101
44
-
45
- ### Patch Changes
46
-
47
- - [#2409](https://github.com/graphcommerce-org/graphcommerce/pull/2409) [`7e7c4bc`](https://github.com/graphcommerce-org/graphcommerce/commit/7e7c4bc24c8e3a2e6ed34667db8cf3fd67b557cf) - Solve an issue where image sizes are served in higher resolution than expected. ([@bramvanderholst](https://github.com/bramvanderholst))
48
-
49
- ## 8.1.0-canary.45
50
-
51
- ### Patch Changes
52
-
53
- - [#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))
54
-
55
13
  ## 7.0.0
56
14
 
57
15
  ### Patch Changes
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",
5
+ "version": "9.0.1-canary.1",
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",
19
- "@graphcommerce/framer-utils": "^9.0.0",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
19
+ "@graphcommerce/framer-utils": "^9.0.1-canary.1",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",