@progress/kendo-common-tasks 7.9.0 → 7.9.1-dev.8

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/docs-layout.hbs +1 -1
  2. package/package.json +2 -2
package/docs-layout.hbs CHANGED
@@ -41,7 +41,7 @@
41
41
  <body>
42
42
  <div class="container">
43
43
  <div class="mt-3 alert alert-info" role="alert" style="margin-top: 20px;">
44
- <strong>Internal Note</strong>: Need help with the docs? Go to the <a target="_blank" href="https://testdocs.telerik.com/style-guide/introduction" class="alert-link">Style Guide</a>.
44
+ <strong>Internal Note</strong>: Need help with the docs? Go to the <a target="_blank" href="https://docs.telerik.com/style-guide/introduction" class="alert-link">Style Guide</a>.
45
45
  </div>
46
46
  <h1>{{title}}</h1>
47
47
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-common-tasks",
3
3
  "description": "Build infrastructure helpers and gulp tasks for Kendo UI Angular 2 / React components",
4
- "version": "7.9.0",
4
+ "version": "7.9.1-dev.8+bd7ee38",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/telerik/kendo-build-tasks.git"
@@ -90,5 +90,5 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "gitHead": "4b5e740a17a5345f38c2b01393c577d3440e1954"
93
+ "gitHead": "bd7ee38731bff7c723427f0c61b9d2b7fdb8f001"
94
94
  }