@graphcommerce/magento-product-grouped 2.105.48 → 3.0.2

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 +105 -40
  2. package/package.json +17 -18
package/CHANGELOG.md CHANGED
@@ -1,67 +1,132 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
8
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
9
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
10
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
11
+ duplicate packages in the node_modules folders.
12
+
13
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
14
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
15
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
16
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
17
+ implementing
18
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
19
+ soon.
20
+
21
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
22
+ frontend to be able to revalidate pages manually.
23
+
24
+ * Updated dependencies
25
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
26
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
27
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
28
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
29
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
30
+ - @graphcommerce/magento-cart@4.1.1
31
+ - @graphcommerce/graphql@3.0.2
32
+ - @graphcommerce/magento-product@4.0.2
33
+ - @graphcommerce/magento-product-simple@4.0.2
34
+ - @graphcommerce/magento-product-virtual@4.0.2
35
+
36
+ ## 3.0.1
37
+
38
+ ### Patch Changes
39
+
40
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
41
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
42
+ so that the packages link to back to the website and repository
43
+ - Updated dependencies
44
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
45
+ - @graphcommerce/graphql@3.0.1
46
+ - @graphcommerce/magento-cart@4.0.1
47
+ - @graphcommerce/magento-product@4.0.1
48
+ - @graphcommerce/magento-product-simple@4.0.1
49
+ - @graphcommerce/magento-product-virtual@4.0.1
50
+
51
+ ## 3.0.0
52
+
53
+ ### Major Changes
54
+
55
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
56
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
57
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies
62
+ [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
63
+ - @graphcommerce/graphql@3.0.0
64
+ - @graphcommerce/magento-cart@4.0.0
65
+ - @graphcommerce/magento-product@4.0.0
66
+ - @graphcommerce/magento-product-simple@4.0.0
67
+ - @graphcommerce/magento-product-virtual@4.0.0
5
68
 
6
- # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-grouped@2.104.31...@graphcommerce/magento-product-grouped@2.105.0) (2021-11-12)
69
+ All notable changes to this project will be documented in this file. See
70
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
71
 
72
+ # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-grouped@2.104.31...@graphcommerce/magento-product-grouped@2.105.0) (2021-11-12)
8
73
 
9
74
  ### Features
10
75
 
11
- * added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
12
-
13
-
14
-
15
-
76
+ - added tons of translations
77
+ ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
16
78
 
17
79
  # [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-grouped@2.103.37...@graphcommerce/magento-product-grouped@2.104.0) (2021-10-27)
18
80
 
19
-
20
81
  ### Features
21
82
 
22
- * **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
23
-
24
-
25
-
26
-
83
+ - **nextjs:** upgraded to nextjs 12
84
+ ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
27
85
 
28
86
  ## [2.103.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-grouped@2.103.0...@graphcommerce/magento-product-grouped@2.103.1) (2021-09-27)
29
87
 
30
88
  **Note:** Version bump only for package @graphcommerce/magento-product-grouped
31
89
 
32
-
33
-
34
-
35
-
36
90
  # 2.103.0 (2021-09-27)
37
91
 
38
-
39
92
  ### Bug Fixes
40
93
 
41
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
42
- * product specs on product pages ([098798a](https://github.com/ho-nl/m2-pwa/commit/098798aec353a8a571928faae02a303fed395977))
43
- * remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
44
- * update magento-product imports ([63621b4](https://github.com/ho-nl/m2-pwa/commit/63621b44be7149014f4a5af8ac87ad1c4b0327be))
45
-
94
+ - ignore md files from triggering version updates
95
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
96
+ - product specs on product pages
97
+ ([098798a](https://github.com/ho-nl/m2-pwa/commit/098798aec353a8a571928faae02a303fed395977))
98
+ - remove conflicting files
99
+ ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
100
+ - update magento-product imports
101
+ ([63621b4](https://github.com/ho-nl/m2-pwa/commit/63621b44be7149014f4a5af8ac87ad1c4b0327be))
46
102
 
47
103
  ### Features
48
104
 
49
- * barrel files for magento-product pages ([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
50
- * created magento-product-grouped package ([8f4ff5e](https://github.com/ho-nl/m2-pwa/commit/8f4ff5ec0f7e7cbb9ee0f0c49082504f8458f8d3))
51
- * created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
52
- * **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
53
- * groundwork for complete reimplementation of product pages ([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
54
- * introduced magento-product-types package ([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
55
- * **magento-graphql:** added core magentoTypePolicies ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
56
- * next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
57
- * **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
58
- * renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
59
- * upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
60
- * upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
61
-
62
-
63
-
64
-
105
+ - barrel files for magento-product pages
106
+ ([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
107
+ - created magento-product-grouped package
108
+ ([8f4ff5e](https://github.com/ho-nl/m2-pwa/commit/8f4ff5ec0f7e7cbb9ee0f0c49082504f8458f8d3))
109
+ - created stacked-pages package
110
+ ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
111
+ - **graphql:** introduced new graphql package that holds all generated files
112
+ ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
113
+ - groundwork for complete reimplementation of product pages
114
+ ([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
115
+ - introduced magento-product-types package
116
+ ([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
117
+ - **magento-graphql:** added core magentoTypePolicies
118
+ ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
119
+ - next.js 11
120
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
121
+ - **playwright:** added new playwright package to enable browser testing
122
+ ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
123
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
124
+ [@reachdigital](https://github.com/reachdigital)
125
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
126
+ - upgrade to node 14
127
+ ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
128
+ - upgraded to nextjs 11
129
+ ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
65
130
 
66
131
  # Change Log
67
132
 
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-product-grouped",
3
- "version": "2.105.48",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.2",
4
6
  "sideEffects": false,
5
7
  "prettier": "@graphcommerce/prettier-config-pwa",
6
- "browserslist": [
7
- "extends @graphcommerce/browserslist-config-pwa"
8
- ],
9
8
  "eslintConfig": {
10
9
  "extends": "@graphcommerce/eslint-config-pwa",
11
10
  "parserOptions": {
@@ -13,23 +12,23 @@
13
12
  }
14
13
  },
15
14
  "devDependencies": {
16
- "@graphcommerce/browserslist-config-pwa": "^3.0.3",
17
- "@graphcommerce/eslint-config-pwa": "^3.1.10",
18
- "@graphcommerce/prettier-config-pwa": "^3.0.5",
19
- "@graphcommerce/typescript-config-pwa": "^3.1.2",
20
- "@playwright/test": "^1.17.1",
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.2",
16
+ "@graphcommerce/prettier-config-pwa": "^4.0.1",
17
+ "@graphcommerce/typescript-config-pwa": "^4.0.1",
18
+ "@playwright/test": "^1.19.1",
21
19
  "react": "^17.0.1"
22
20
  },
23
21
  "dependencies": {
24
- "@graphcommerce/graphql": "^2.105.13",
25
- "@graphcommerce/magento-cart": "^3.10.3",
26
- "@graphcommerce/magento-product": "^3.8.13",
27
- "@graphcommerce/magento-product-simple": "^3.2.48",
28
- "@graphcommerce/magento-product-virtual": "^3.2.48",
29
- "@lingui/macro": "^3.13.0",
30
- "next": "^12.0.7",
22
+ "@graphcommerce/graphql": "^3.0.2",
23
+ "@graphcommerce/magento-cart": "^4.1.1",
24
+ "@graphcommerce/magento-product": "^4.0.2",
25
+ "@graphcommerce/magento-product-simple": "^4.0.2",
26
+ "@graphcommerce/magento-product-virtual": "^4.0.2"
27
+ },
28
+ "peerDependencies": {
29
+ "@lingui/macro": "^3.13.2",
30
+ "next": "^12.0.10",
31
31
  "react": "^17.0.2",
32
32
  "react-dom": "^17.0.2"
33
- },
34
- "gitHead": "41e42c8cd6f565ab0cbba81a1954a0041dc46768"
33
+ }
35
34
  }