@shift72/core-template 1.5.0 → 1.5.1

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.5.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.5.1...HEAD)
4
+
5
+ ## [1.5.1](https://github.com/shift72/core-template/compare/1.5.0...1.5.1)
6
+
7
+ ## Changed
8
+ - Revert relish version to 1.3 from latest
4
9
 
5
10
  ## [1.5.0](https://github.com/shift72/core-template/compare/1.4.0...1.5.0)
6
11
 
package/kibble.json CHANGED
@@ -185,5 +185,5 @@
185
185
  "pageSize": 0
186
186
  }
187
187
  ],
188
- "coreTemplateVersion": "1.5.0"
188
+ "coreTemplateVersion": "1.5.1"
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -4,7 +4,7 @@
4
4
  {{import "./google.jet" }}
5
5
  {{import "./footer/footer.jet" }}
6
6
 
7
- {{CDN := "//cdn.shift72.com/latest"}}
7
+ {{CDN := "//cdn.shift72.com/1.3"}}
8
8
  {*{CDN := "//localhost:3000"}*}
9
9
 
10
10
  {{CSSFileURL := site.SiteBrand.GetLink("css", "")}}