@graphcommerce/service-worker 9.0.0 → 9.0.1-canary.1

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 +4 -28
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,33 +1,9 @@
1
1
  # @graphcommerce/service-worker
2
2
 
3
- ## 9.0.0
4
-
5
- ### Minor Changes
6
-
7
- - [#2439](https://github.com/graphcommerce-org/graphcommerce/pull/2439) [`6061226`](https://github.com/graphcommerce-org/graphcommerce/commit/60612265466e4c508a2d3f478ff679251e7819de) - Moved to serwist for service workers ([@paales](https://github.com/paales))
8
-
9
- ## 9.0.0-canary.118
10
-
11
- ## 9.0.0-canary.117
12
-
13
- ## 9.0.0-canary.116
14
-
15
- ## 9.0.0-canary.115
3
+ ## 9.0.1-canary.1
16
4
 
17
- ## 9.0.0-canary.114
18
-
19
- ## 9.0.0-canary.113
20
-
21
- ## 9.0.0-canary.112
22
-
23
- ## 9.0.0-canary.111
24
-
25
- ## 9.0.0-canary.110
26
-
27
- ## 9.0.0-canary.109
28
-
29
- ## 9.0.0-canary.108
5
+ ## 9.0.0
30
6
 
31
- ### Patch Changes
7
+ ### Major Changes
32
8
 
33
- - [#2439](https://github.com/graphcommerce-org/graphcommerce/pull/2439) [`6061226`](https://github.com/graphcommerce-org/graphcommerce/commit/60612265466e4c508a2d3f478ff679251e7819de) - Moved to serwist for service workers ([@paales](https://github.com/paales))
9
+ - [#2439](https://github.com/graphcommerce-org/graphcommerce/pull/2439) [`6061226`](https://github.com/graphcommerce-org/graphcommerce/commit/60612265466e4c508a2d3f478ff679251e7819de) - Moved to [serwist](https://serwist.pages.dev/) for service workers. ([@paales](https://github.com/paales))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/service-worker",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,9 +12,9 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
16
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
17
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
16
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
17
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
18
18
  "@serwist/next": "*",
19
19
  "next": "*",
20
20
  "serwist": "*",