@graphcommerce/eslint-config-pwa 8.0.6-canary.4 → 8.0.7

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 +3 -10
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 8.0.6-canary.4
3
+ ## 8.0.7
4
4
 
5
- ## 8.0.6-canary.3
6
-
7
- ## 8.0.6-canary.2
8
-
9
- ## 8.0.6-canary.1
10
-
11
- ## 8.0.6-canary.0
5
+ ## 8.0.6
12
6
 
13
7
  ## 8.0.5
14
8
 
@@ -82,8 +76,7 @@
82
76
 
83
77
  ### Patch Changes
84
78
 
85
- - [#2035](https://github.com/graphcommerce-org/graphcommerce/pull/2035) [`08f1ae1`](https://github.com/graphcommerce-org/graphcommerce/commit/08f1ae18e2271cd690eca8518a723c3eb806c1f9) - Added an eslint warning to restrict the import of `useMediaQuery` because it causes more trouble than it solves
86
- ([@paales](https://github.com/paales))
79
+ - [#2035](https://github.com/graphcommerce-org/graphcommerce/pull/2035) [`08f1ae1`](https://github.com/graphcommerce-org/graphcommerce/commit/08f1ae18e2271cd690eca8518a723c3eb806c1f9) - Added an eslint warning to restrict the import of `useMediaQuery` because it causes more trouble than it solves ([@paales](https://github.com/paales))
87
80
 
88
81
  ## 8.0.0-canary.100
89
82
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/eslint-config-pwa",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.6-canary.4",
5
+ "version": "8.0.7",
6
6
  "main": "index.js",
7
7
  "dependencies": {
8
- "@graphcommerce/typescript-config-pwa": "8.0.6-canary.4",
8
+ "@graphcommerce/typescript-config-pwa": "8.0.7",
9
9
  "@next/eslint-plugin-next": "14.1.0",
10
10
  "@typescript-eslint/eslint-plugin": "^6.19.0",
11
11
  "@typescript-eslint/parser": "^6.19.0",