@graphcommerce/prettier-config-pwa 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 -40
  2. package/package.json +1 -1
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,46 +10,6 @@
8
10
 
9
11
  - [#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))
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
- ### Patch Changes
38
-
39
- - [#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))
40
-
41
- ## 9.0.0-canary.105
42
-
43
- ## 9.0.0-canary.104
44
-
45
- ## 9.0.0-canary.103
46
-
47
- ### Patch Changes
48
-
49
- - [#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))
50
-
51
13
  ## 7.0.1
52
14
 
53
15
  ### 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.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "dependencies": {
7
7
  "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
8
8
  "prettier": "^3",