@graphcommerce/graphql-codegen-relay-optimizer-plugin 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 +36 -0
  2. package/package.json +6 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
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
+ ## 3.0.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
15
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
16
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
17
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
18
+ duplicate packages in the node_modules folders.
19
+
20
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
21
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
22
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
23
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
24
+ implementing
25
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
26
+ soon.
27
+
28
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
29
+ frontend to be able to revalidate pages manually.
30
+
31
+ ## 3.0.1
32
+
33
+ ### Patch Changes
34
+
35
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
36
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
37
+ so that the packages link to back to the website and repository
38
+
3
39
  ## 3.0.0
4
40
 
5
41
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin",
3
- "version": "3.0.0",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.3",
4
6
  "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
5
7
  "license": "MIT",
6
8
  "main": "dist/main/index.js",
@@ -16,12 +18,12 @@
16
18
  "graphql": "14.x.x || 15.x.x || 16.x.x"
17
19
  },
18
20
  "dependencies": {
19
- "@graphql-codegen/plugin-helpers": "2.4.0",
21
+ "@graphql-codegen/plugin-helpers": "2.4.1",
20
22
  "relay-compiler": "12.0.0"
21
23
  },
22
24
  "devDependencies": {
23
- "@graphcommerce/eslint-config-pwa": "^4.0.0",
24
- "@graphcommerce/prettier-config-pwa": "^4.0.0",
25
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
26
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
25
27
  "@graphql-codegen/testing": "1.17.7",
26
28
  "@types/jest": "27.4.0",
27
29
  "@types/relay-compiler": "8.0.2",