@graphcommerce/docs 7.1.0-canary.35 → 7.1.0-canary.37

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.37
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2112](https://github.com/graphcommerce-org/graphcommerce/pull/2112) [`15a203737`](https://github.com/graphcommerce-org/graphcommerce/commit/15a2037372cd615602d3e2f3deedba9766fc172c) - Make the "Search" string translatable and fix typo. ([@carlocarels90](https://github.com/carlocarels90))
8
+
9
+ ## 7.1.0-canary.36
10
+
3
11
  ## 7.1.0-canary.35
4
12
 
5
13
  ## 7.1.0-canary.34
package/contributing.md CHANGED
@@ -7,7 +7,7 @@ process easy and effective for everyone involved.
7
7
 
8
8
  ### Bug reports
9
9
 
10
- Well-written, thorough bug reports are a great way to contribute to the project.
10
+ Well-written, through bug reports are a great way to contribute to the project.
11
11
  Before raising a new issue, please check our
12
12
  [issues list ↗](https://github.com/graphcommerce-org/graphcommerce/issues) to
13
13
  determine whether the issue you encountered has already been reported.
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "7.1.0-canary.35",
5
+ "version": "7.1.0-canary.37",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.35"
8
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.37"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }