@graphcommerce/graphql 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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
8
+
9
+ - [#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))
10
+
11
+ - [#1851](https://github.com/graphcommerce-org/graphcommerce/pull/1851) [`550fd9f4f`](https://github.com/graphcommerce-org/graphcommerce/commit/550fd9f4ff8ce1a78254d7f1d711236f0d9ddef7) - Performance logging in the console is now more compact and will not wrap multiple lines. ([@paales](https://github.com/paales))
12
+
3
13
  ## 6.0.0-canary.54
4
14
 
5
15
  ## 6.0.0-canary.53
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/graphql",
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
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@apollo/client": "^3.7.10",
17
- "@graphcommerce/graphql-codegen-near-operation-file": "6.0.0-canary.54",
18
- "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "6.0.0-canary.54",
17
+ "@graphcommerce/graphql-codegen-near-operation-file": "6.0.0",
18
+ "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "6.0.0",
19
19
  "@graphql-codegen/add": "4.0.1",
20
20
  "@graphql-codegen/fragment-matcher": "4.0.1",
21
21
  "@graphql-codegen/introspection": "3.0.1",
@@ -29,9 +29,9 @@
29
29
  "graphql": "16.6.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.54",
33
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.54",
34
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.54"
32
+ "@graphcommerce/eslint-config-pwa": "6.0.0",
33
+ "@graphcommerce/prettier-config-pwa": "6.0.0",
34
+ "@graphcommerce/typescript-config-pwa": "6.0.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.2.0",