@graphcommerce/magento-store 5.0.0-canary.13 → 5.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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
8
+
9
+ ### Minor Changes
10
+
11
+ - [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`761bd2832`](https://github.com/graphcommerce-org/graphcommerce/commit/761bd2832f115afc8b95bedbf479266309dd5acc) - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component `<GraphQLProvider/>`. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.
12
+
13
+ If you are using custom `links` / `policies` / `migrations` you can pass them as props to the `<GraphQLProvider/>` or create your own local plugin. ([@paales](https://github.com/paales))
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e2683dbfc`](https://github.com/graphcommerce-org/graphcommerce/commit/e2683dbfce440b8e1f745228d8ca4747156c87e6) - GraphQL HttpLink wasn't created, not allow to generate new pages on Vercel. ([@github-actions](https://github.com/apps/github-actions))
18
+
19
+ - [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`52882a63e`](https://github.com/graphcommerce-org/graphcommerce/commit/52882a63e96c0d3ba9641c3714d288fa4f420c82) - Do not forward the Prev prop in plugins ([@paales](https://github.com/paales))
20
+
21
+ ## 5.0.0-canary.14
22
+
3
23
  ## 5.0.0-canary.13
4
24
 
5
25
  ### Major Changes
@@ -46,6 +66,10 @@
46
66
 
47
67
  ## 4.13.2-canary.0
48
68
 
69
+ ## 4.13.3
70
+
71
+ ## 4.13.2
72
+
49
73
  ## 4.13.1
50
74
 
51
75
  ## 4.13.1-canary.2
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": "5.0.0-canary.13",
5
+ "version": "5.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^5.0.0-canary.0",
16
- "@graphcommerce/prettier-config-pwa": "^4.0.7",
17
- "@graphcommerce/typescript-config-pwa": "^4.0.5",
15
+ "@graphcommerce/eslint-config-pwa": "^5.0.0",
16
+ "@graphcommerce/prettier-config-pwa": "^5.0.0",
17
+ "@graphcommerce/typescript-config-pwa": "^5.0.0",
18
18
  "@playwright/test": "^1.21.1",
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/graphql": "5.0.0-canary.9",
23
- "@graphcommerce/graphql-mesh": "5.0.0-canary.9",
24
- "@graphcommerce/image": "5.0.0-canary.9",
25
- "@graphcommerce/next-ui": "5.0.0-canary.9"
22
+ "@graphcommerce/graphql": "5.0.0",
23
+ "@graphcommerce/graphql-mesh": "5.0.0",
24
+ "@graphcommerce/image": "5.0.0",
25
+ "@graphcommerce/next-ui": "5.0.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@lingui/react": "^3.13.2",