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