@graphcommerce/browserslist-config-pwa 3.0.2 → 4.0.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 +28 -17
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,39 +1,50 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## 4.0.1
5
4
 
6
- ## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/browserslist-config-pwa@3.0.0...@graphcommerce/browserslist-config-pwa@3.0.1) (2021-09-27)
5
+ ### Patch Changes
7
6
 
8
- **Note:** Version bump only for package @graphcommerce/browserslist-config-pwa
7
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
8
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
9
+ so that the packages link to back to the website and repository
9
10
 
11
+ ## 4.0.0
10
12
 
13
+ ### Major Changes
11
14
 
15
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
16
+ [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
17
+ Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
12
18
 
19
+ All notable changes to this project will be documented in this file. See
20
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
13
21
 
14
- # 3.0.0 (2021-09-27)
22
+ ## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/browserslist-config-pwa@3.0.0...@graphcommerce/browserslist-config-pwa@3.0.1) (2021-09-27)
15
23
 
24
+ **Note:** Version bump only for package @graphcommerce/browserslist-config-pwa
16
25
 
17
- ### Bug Fixes
26
+ # 3.0.0 (2021-09-27)
18
27
 
19
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
20
- * remove cyclic dependencies ([8a59389](https://github.com/ho-nl/m2-pwa/commit/8a5938943a97634cce57c68bb369c6e77e7a0288))
28
+ ### Bug Fixes
21
29
 
30
+ - ignore md files from triggering version updates
31
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
32
+ - remove cyclic dependencies
33
+ ([8a59389](https://github.com/ho-nl/m2-pwa/commit/8a5938943a97634cce57c68bb369c6e77e7a0288))
22
34
 
23
35
  ### Features
24
36
 
25
- * renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
26
- * split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
27
- * upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
28
-
37
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
38
+ [@reachdigital](https://github.com/reachdigital)
39
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
40
+ - split into packages
41
+ ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
42
+ - upgrade to node 14
43
+ ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
29
44
 
30
45
  ### BREAKING CHANGES
31
46
 
32
- * huge folder structure refactor, please read README to reinstall
33
-
34
-
35
-
36
-
47
+ - huge folder structure refactor, please read README to reinstall
37
48
 
38
49
  # Change Log
39
50
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/browserslist-config-pwa",
3
- "version": "3.0.2",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "4.0.1",
4
6
  "main": "index.js",
5
- "sideEffects": false,
6
- "gitHead": "06977d2e65b4ab4eb4a472fc56f8b1a99512f1bd"
7
+ "sideEffects": false
7
8
  }