@progress/kendo-common-tasks 8.0.3-dev.9 → 8.0.4-dev.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.0.3](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.2...@progress/kendo-common-tasks@8.0.3) (2022-08-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix release script for node16 and above ([#371](https://github.com/telerik/kendo-build-tasks/issues/371)) ([86d62b2](https://github.com/telerik/kendo-build-tasks/commit/86d62b212dc7db4b066879f04ed2e9ddbbd8b28b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [8.0.2](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.1...@progress/kendo-common-tasks@8.0.2) (2022-06-08)
7
18
 
8
19
 
@@ -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.9+dd02d7d",
4
+ "version": "8.0.4-dev.1+cf65a1b",
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": "dd02d7d60e0d0cb56a5799218bb812c7525c501c"
88
+ "gitHead": "cf65a1b602b91a5c55f60aade8954416a06c5d6d"
89
89
  }