@graphcommerce/magento-store 6.0.0-canary.54 → 6.0.0

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 +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1822](https://github.com/graphcommerce-org/graphcommerce/pull/1822) [`cc02c46e3`](https://github.com/graphcommerce-org/graphcommerce/commit/cc02c46e32c9a44a90789591f43d91ae234dac84) - Added Facebook Open Graph tags to product pages:
8
+
9
+ - og:title
10
+ - og:image
11
+ - og:url
12
+ - type
13
+ - product:retailer_part_no
14
+ - product:price:amount
15
+ - product:sale_price:amount
16
+ - product:price:currency
17
+ - product:category ([@KMalkowski](https://github.com/KMalkowski))
18
+
19
+ - [#1828](https://github.com/graphcommerce-org/graphcommerce/pull/1828) [`3df85faf1`](https://github.com/graphcommerce-org/graphcommerce/commit/3df85faf189b95e2c7d9c3fc756474fcafb1c8b4) - Added a new `productRoute` configuration to create freedom in the actual product route used (default: /p/). Simplified redirects from legacy product routes to new routes by creating redirects. ([@paales](https://github.com/paales))
20
+
21
+ ### Patch Changes
22
+
23
+ - [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`16e91da42`](https://github.com/graphcommerce-org/graphcommerce/commit/16e91da42dcb454ea4761d1780b9338c88ef1463) - Corrected spelling mistake: incomming to incoming ([@paales](https://github.com/paales))
24
+
25
+ - [#1790](https://github.com/graphcommerce-org/graphcommerce/pull/1790) [`875a595da`](https://github.com/graphcommerce-org/graphcommerce/commit/875a595da5f52b77bc2535cf4a660267b0046a1e) - ApolloClient cache size would balloon with all redirects and make sure redirects work ([@LaurensFranken](https://github.com/LaurensFranken))
26
+
3
27
  ## 6.0.0-canary.54
4
28
 
5
29
  ## 6.0.0-canary.53
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-store",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.0.0-canary.54",
5
+ "version": "6.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,15 +12,15 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.54",
16
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.54",
17
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.54"
15
+ "@graphcommerce/eslint-config-pwa": "6.0.0",
16
+ "@graphcommerce/prettier-config-pwa": "6.0.0",
17
+ "@graphcommerce/typescript-config-pwa": "6.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/graphql": "6.0.0-canary.54",
21
- "@graphcommerce/graphql-mesh": "6.0.0-canary.54",
22
- "@graphcommerce/image": "6.0.0-canary.54",
23
- "@graphcommerce/next-ui": "6.0.0-canary.54"
20
+ "@graphcommerce/graphql": "6.0.0",
21
+ "@graphcommerce/graphql-mesh": "6.0.0",
22
+ "@graphcommerce/image": "6.0.0",
23
+ "@graphcommerce/next-ui": "6.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@lingui/react": "^3.13.2",