@graphcommerce/prettier-config-pwa 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 -41
  2. package/package.json +1 -1
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,46 +12,6 @@
10
12
 
11
13
  - [#2385](https://github.com/graphcommerce-org/graphcommerce/pull/2385) [`654be83`](https://github.com/graphcommerce-org/graphcommerce/commit/654be8309cab209d95935cf06c84469726c981e7) - Enable prettier-plugin-jsdoc ([@paales](https://github.com/paales))
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
- ### Patch Changes
40
-
41
- - [#2385](https://github.com/graphcommerce-org/graphcommerce/pull/2385) [`654be83`](https://github.com/graphcommerce-org/graphcommerce/commit/654be8309cab209d95935cf06c84469726c981e7) - Enable prettier-plugin-jsdoc ([@paales](https://github.com/paales))
42
-
43
- ## 9.0.0-canary.105
44
-
45
- ## 9.0.0-canary.104
46
-
47
- ## 9.0.0-canary.103
48
-
49
- ### Patch Changes
50
-
51
- - [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
52
-
53
15
  ## 7.0.1
54
16
 
55
17
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/prettier-config-pwa",
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
  "dependencies": {
7
7
  "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
8
8
  "prettier": "^3",