@graphcommerce/graphql 3.0.0 → 3.0.3

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 +51 -0
  2. package/package.json +15 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
8
+ Thanks [@paales](https://github.com/paales)! - made packages public
9
+
10
+ - Updated dependencies
11
+ [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)]:
12
+ - @graphcommerce/graphql-codegen-near-operation-file@3.0.3
13
+ - @graphcommerce/graphql-codegen-relay-optimizer-plugin@3.0.3
14
+
15
+ ## 3.0.2
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
20
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
21
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
22
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
23
+ duplicate packages in the node_modules folders.
24
+
25
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
26
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
27
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
28
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
29
+ implementing
30
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
31
+ soon.
32
+
33
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
34
+ frontend to be able to revalidate pages manually.
35
+
36
+ * Updated dependencies
37
+ [[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
38
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
39
+ - @graphcommerce/graphql-codegen-near-operation-file@3.0.2
40
+ - @graphcommerce/graphql-codegen-relay-optimizer-plugin@3.0.2
41
+
42
+ ## 3.0.1
43
+
44
+ ### Patch Changes
45
+
46
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
47
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
48
+ so that the packages link to back to the website and repository
49
+ - Updated dependencies
50
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
51
+ - @graphcommerce/graphql-codegen-near-operation-file@3.0.1
52
+ - @graphcommerce/graphql-codegen-relay-optimizer-plugin@3.0.1
53
+
3
54
  ## 3.0.0
4
55
 
5
56
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql",
3
- "version": "3.0.0",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.3",
4
6
  "sideEffects": false,
5
7
  "main": "index.ts",
6
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -11,24 +13,24 @@
11
13
  }
12
14
  },
13
15
  "devDependencies": {
14
- "@graphcommerce/eslint-config-pwa": "^4.0.0",
15
- "@graphcommerce/prettier-config-pwa": "^4.0.0",
16
- "@graphcommerce/typescript-config-pwa": "^4.0.0",
17
- "@playwright/test": "^1.18.1"
16
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
17
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
18
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
19
+ "@playwright/test": "^1.19.1"
18
20
  },
19
21
  "dependencies": {
20
- "@apollo/client": "^3.5.8",
21
- "@graphcommerce/graphql-codegen-near-operation-file": "^3.0.0",
22
- "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "^3.0.0",
22
+ "@apollo/client": "^3.5.9",
23
+ "@graphcommerce/graphql-codegen-near-operation-file": "^3.0.3",
24
+ "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "^3.0.3",
23
25
  "@graphql-codegen/add": "^3.1.1",
24
26
  "@graphql-codegen/fragment-matcher": "3.2.1",
25
27
  "@graphql-codegen/introspection": "2.1.1",
26
28
  "@graphql-codegen/schema-ast": "^2.4.1",
27
- "@graphql-codegen/typed-document-node": "^2.2.3",
28
- "@graphql-codegen/typescript": "^2.4.3",
29
- "@graphql-codegen/typescript-apollo-client-helpers": "^2.1.10",
30
- "@graphql-codegen/typescript-document-nodes": "2.2.3",
31
- "@graphql-codegen/typescript-operations": "2.3.0",
29
+ "@graphql-codegen/typed-document-node": "^2.2.5",
30
+ "@graphql-codegen/typescript": "^2.4.5",
31
+ "@graphql-codegen/typescript-apollo-client-helpers": "^2.1.12",
32
+ "@graphql-codegen/typescript-document-nodes": "2.2.5",
33
+ "@graphql-codegen/typescript-operations": "2.3.2",
32
34
  "apollo3-cache-persist": "^0.14.0",
33
35
  "graphql": "^16.3.0"
34
36
  }