@progress/kendo-common-tasks 8.0.3-dev.20 → 8.0.3-dev.23

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.
@@ -32,7 +32,7 @@ sed -i "$REPLACE_YEAR" LICENSE.md
32
32
  sed -i "$REPLACE_YEAR" NOTICE.txt
33
33
  sed -i "$REPLACE_YEAR" README.md
34
34
 
35
- ERROR="$(npx -c 'semantic-release pre && npx semantic-prerelease publish --public && npx semantic-release post' 2>&1)"
35
+ ERROR="$(npx -c 'semantic-release pre && semantic-prerelease publish --public && semantic-release post' 2>&1)"
36
36
  EXIT_CODE=$?
37
37
 
38
38
  echo "$ERROR"
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": "8.0.3-dev.20+8b55e75",
4
+ "version": "8.0.3-dev.23+86d62b2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/telerik/kendo-build-tasks.git"
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "8b55e755e7ab09d16897e8115eb947fb19a1d481"
88
+ "gitHead": "86d62b212dc7db4b066879f04ed2e9ddbbd8b28b"
89
89
  }