@graphcommerce/graphql-codegen-near-operation-file 9.0.1-canary.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 +3 -43
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,57 +1,17 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.1
4
4
 
5
5
  ## 9.0.0
6
6
 
7
- ### Patch Changes
8
-
9
- - [#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))
10
-
11
- - [#2289](https://github.com/graphcommerce-org/graphcommerce/pull/2289) [`d2a6f58`](https://github.com/graphcommerce-org/graphcommerce/commit/d2a6f58276abadb132473d4da2d7d25e0b996106) - Do not require fragments to be marked `@injectable` but always accept `@inject` directives. ([@paales](https://github.com/paales))
12
-
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
7
+ ### Major Changes
42
8
 
43
- ## 9.0.0-canary.103
9
+ - [#2289](https://github.com/graphcommerce-org/graphcommerce/pull/2289) [`d2a6f58`](https://github.com/graphcommerce-org/graphcommerce/commit/d2a6f58276abadb132473d4da2d7d25e0b996106) - All fragments are now `@injectable` by default and the `@injectable` directive isn't required anymore. Always accept `@inject` directives. ([@paales](https://github.com/paales))
44
10
 
45
11
  ### Patch Changes
46
12
 
47
13
  - [#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))
48
14
 
49
- ## 8.1.0-canary.24
50
-
51
- ### Patch Changes
52
-
53
- - [#2289](https://github.com/graphcommerce-org/graphcommerce/pull/2289) [`d2a6f58`](https://github.com/graphcommerce-org/graphcommerce/commit/d2a6f58276abadb132473d4da2d7d25e0b996106) - Do not require fragments to be marked @injectable but always accept @inject directives. ([@paales](https://github.com/paales))
54
-
55
15
  ## 7.0.1
56
16
 
57
17
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/graphql-codegen-near-operation-file",
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-canary.1",
6
6
  "sideEffects": false,
7
7
  "type": "commonjs",
8
8
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "parse-filepath": "^1.0.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
33
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
34
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0"
32
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
33
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
34
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1"
35
35
  }
36
36
  }