@shift72/core-template 1.9.17 → 1.9.18

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.16...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.18...HEAD)
4
+
5
+ ## [1.9.18](https://github.com/shift72/core-template/compare/1.9.17...1.9.18)
6
+
7
+ ### Changed
8
+ - Remove polyfill.io CDN in favour for Cloudflare
4
9
 
5
10
  ## [1.9.17](https://github.com/shift72/core-template/compare/1.9.16...1.9.17)
6
11
 
package/kibble.json CHANGED
@@ -194,5 +194,5 @@
194
194
  "pageSize": 0
195
195
  }
196
196
  ],
197
- "coreTemplateVersion": "1.9.17"
197
+ "coreTemplateVersion": "1.9.18"
198
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.17",
3
+ "version": "1.9.18",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -50,7 +50,7 @@
50
50
  {{yield seo()}}
51
51
  {{end}}
52
52
 
53
- <script src="https://polyfill.io/v3/polyfill.min.js?features=Intl%2Cdefault%2Cfetch" defer></script>
53
+ <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Intl%2Cdefault%2Cfetch" defer></script>
54
54
  <script src="{{CDN}}/s72.core.js" defer></script>
55
55
  <script src="{{CDN}}/s72.ui.js" defer></script>
56
56