@graphcommerce/image 9.0.1-canary.0 → 9.0.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 +3 -45
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
@@ -10,50 +12,6 @@
10
12
 
11
13
  - [#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))
12
14
 
13
- ## 9.0.0-canary.118
14
-
15
- ## 9.0.0-canary.117
16
-
17
- ## 9.0.0-canary.116
18
-
19
- ## 9.0.0-canary.115
20
-
21
- ## 9.0.0-canary.114
22
-
23
- ## 9.0.0-canary.113
24
-
25
- ## 9.0.0-canary.112
26
-
27
- ## 9.0.0-canary.111
28
-
29
- ## 9.0.0-canary.110
30
-
31
- ## 9.0.0-canary.109
32
-
33
- ## 9.0.0-canary.108
34
-
35
- ## 9.0.0-canary.107
36
-
37
- ## 9.0.0-canary.106
38
-
39
- ## 9.0.0-canary.105
40
-
41
- ## 9.0.0-canary.104
42
-
43
- ## 9.0.0-canary.103
44
-
45
- ## 9.0.0-canary.101
46
-
47
- ### Patch Changes
48
-
49
- - [#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))
50
-
51
- ## 8.1.0-canary.45
52
-
53
- ### Patch Changes
54
-
55
- - [#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))
56
-
57
15
  ## 7.0.0
58
16
 
59
17
  ### 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.1-canary.0",
5
+ "version": "9.0.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.1-canary.0",
19
- "@graphcommerce/framer-utils": "^9.0.1-canary.0",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
19
+ "@graphcommerce/framer-utils": "^9.0.1",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",