@progress/kendo-typescript-api-tasks 2.1.1-dev.31 → 3.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 CHANGED
@@ -3,6 +3,22 @@
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
+ # [3.0.0](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-typescript-api-tasks@2.1.0...@progress/kendo-typescript-api-tasks@3.0.0) (2025-03-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **typescript-api-tasks:** update to Gulp 5 ([2ed6eed](https://github.com/telerik/kendo-build-tasks/commit/2ed6eedacd68c0fa4ad68add86e76942259badec))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * **typescript-api-tasks:** No longer compatible with Gulp 4
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.1.0](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-typescript-api-tasks@2.0.0...@progress/kendo-typescript-api-tasks@2.1.0) (2024-08-12)
7
23
 
8
24
 
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-typescript-api-tasks",
3
3
  "description": "Kendo UI API docs package gulp tasks",
4
- "version": "2.1.1-dev.31+cc939cd",
4
+ "version": "3.0.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "main": "index.js",
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "cc939cd9f99a5c7e1f3a6d441ee43300b50aea1b"
34
+ "gitHead": "a183b33ac846f8946feb273836bedca7d64487c9"
35
35
  }