@graphcommerce/magento-product-simple 4.0.0 → 4.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 +58 -0
  2. package/package.json +12 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.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
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)]:
13
+ - @graphcommerce/graphql@3.0.3
14
+ - @graphcommerce/magento-cart@4.1.2
15
+ - @graphcommerce/magento-product@4.0.3
16
+
17
+ ## 4.0.2
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
22
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
23
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
24
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
25
+ duplicate packages in the node_modules folders.
26
+
27
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
28
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
29
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
30
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
31
+ implementing
32
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
33
+ soon.
34
+
35
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
36
+ frontend to be able to revalidate pages manually.
37
+
38
+ * Updated dependencies
39
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
40
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
41
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
42
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
43
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
44
+ - @graphcommerce/magento-cart@4.1.1
45
+ - @graphcommerce/graphql@3.0.2
46
+ - @graphcommerce/magento-product@4.0.2
47
+
48
+ ## 4.0.1
49
+
50
+ ### Patch Changes
51
+
52
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
53
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
54
+ so that the packages link to back to the website and repository
55
+ - Updated dependencies
56
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
57
+ - @graphcommerce/graphql@3.0.1
58
+ - @graphcommerce/magento-cart@4.0.1
59
+ - @graphcommerce/magento-product@4.0.1
60
+
3
61
  ## 4.0.0
4
62
 
5
63
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-product-simple",
3
- "version": "4.0.0",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "4.0.3",
4
6
  "sideEffects": false,
5
7
  "prettier": "@graphcommerce/prettier-config-pwa",
6
8
  "eslintConfig": {
@@ -10,16 +12,18 @@
10
12
  }
11
13
  },
12
14
  "devDependencies": {
13
- "@graphcommerce/eslint-config-pwa": "^4.0.0",
14
- "@graphcommerce/prettier-config-pwa": "^4.0.0",
15
- "@graphcommerce/typescript-config-pwa": "^4.0.0",
16
- "@playwright/test": "^1.18.1",
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
16
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
17
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
+ "@playwright/test": "^1.19.1",
17
19
  "react": "^17.0.1"
18
20
  },
19
21
  "dependencies": {
20
- "@graphcommerce/graphql": "^3.0.0",
21
- "@graphcommerce/magento-cart": "^4.0.0",
22
- "@graphcommerce/magento-product": "^4.0.0",
22
+ "@graphcommerce/graphql": "^3.0.3",
23
+ "@graphcommerce/magento-cart": "^4.1.2",
24
+ "@graphcommerce/magento-product": "^4.0.3"
25
+ },
26
+ "peerDependencies": {
23
27
  "@lingui/macro": "^3.13.2",
24
28
  "next": "^12.0.10",
25
29
  "react": "^17.0.2",