@progress/kendo-common-tasks 8.0.7-dev.33 → 9.0.0
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 +32 -0
- package/LICENSE.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
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
|
+
# [9.0.0](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.6...@progress/kendo-common-tasks@9.0.0) (2025-03-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **common-tasks:** remove legacy ci-semantic-release script ([a106bae](https://github.com/telerik/kendo-build-tasks/commit/a106bae42966ffb19c06a1a671e5010355dd926e))
|
|
12
|
+
* **common-tasks:** remove legacy docs tasks ([ccd2a2f](https://github.com/telerik/kendo-build-tasks/commit/ccd2a2f78d0609f7be0866862a57d66adda5e62f))
|
|
13
|
+
* **common-tasks:** remove legacy lint gulp task ([39dadc3](https://github.com/telerik/kendo-build-tasks/commit/39dadc37666be683528e8902961721303ab018cb))
|
|
14
|
+
* **common-tasks:** update go Gulp 5 ([09def0a](https://github.com/telerik/kendo-build-tasks/commit/09def0a147cbb8ceeb3bce5affaa1926aec8e6c5))
|
|
15
|
+
* **common-tasks:** update package metadata ([fb64f9c](https://github.com/telerik/kendo-build-tasks/commit/fb64f9ca805031c9dd91f7487eb0f344fb8be484))
|
|
16
|
+
* **package-tasks:** update dependencies ([04becc0](https://github.com/telerik/kendo-build-tasks/commit/04becc043b74cfc5f199938b9437f8d8de521b55))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **common-tasks:** add publish-develop-to-master script ([9a788d6](https://github.com/telerik/kendo-build-tasks/commit/9a788d69498d016fb0ee04263a3923002cee34a2))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### BREAKING CHANGES
|
|
25
|
+
|
|
26
|
+
* **common-tasks:** removes the ci-semantic-release script
|
|
27
|
+
* **package-tasks:** Compatibility is not guaranteed
|
|
28
|
+
* **common-tasks:** No longer compatible with NodeJS < 20
|
|
29
|
+
* **common-tasks:** No longer compatible with Gulp 4
|
|
30
|
+
* **common-tasks:** Removed `gulp lint` task
|
|
31
|
+
* **common-tasks:** Removed `gulp docs` task
|
|
32
|
+
* **common-tasks:** Removed `gulp lint-slugs` task
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [8.0.6](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.5...@progress/kendo-common-tasks@8.0.6) (2024-05-21)
|
|
7
39
|
|
|
8
40
|
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
Copyright © 2025 Telerik AD. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI Complete**](http://www.telerik.com/purchase/license-agreement/kendo-ui-complete). If you do not own a commercial license, this file shall be governed by the trial license terms.
|
|
4
|
+
|
|
5
|
+
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-common-tasks",
|
|
3
3
|
"description": "Build helpers and gulp tasks for Kendo UI components",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "9.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/telerik/kendo-build-tasks.git"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "a183b33ac846f8946feb273836bedca7d64487c9"
|
|
50
50
|
}
|