@progress/kendo-typescript-tasks 10.0.17-dev.18 → 10.0.18-dev.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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
+ ## [10.0.17](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-typescript-tasks@10.0.16...@progress/kendo-typescript-tasks@10.0.17) (2022-03-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **kendo-package-tasks:** do not include peer dependencies in CDN bundles ([fd36d5f](https://github.com/telerik/kendo-build-tasks/commit/fd36d5f5a15c0cf93ff07a3873384ce354f9a5b8))
12
+ * **typescript-tasks:** API page title for common packages ([99791a4](https://github.com/telerik/kendo-build-tasks/commit/99791a4cf7ab9cfc166f6c1d1623ca494123414b))
13
+ * **typescript-tasks:** stringLiteral api generation ([43bb598](https://github.com/telerik/kendo-build-tasks/commit/43bb598f7dc600fc0dde9a0aa6b3b94fe77a5e45))
14
+ * **typescript-tasks:** union reference api generation ([0c44752](https://github.com/telerik/kendo-build-tasks/commit/0c4475220a9352cdc996c7962c2426bae6e85470))
15
+ * **typescript-tasks:** use correct imports in CDN bundle ([74d06dd](https://github.com/telerik/kendo-build-tasks/commit/74d06dd78e641990791b30f537aa2871de6c71a7))
16
+
17
+
18
+
19
+
20
+
6
21
  ## [10.0.16](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-typescript-tasks@10.0.15...@progress/kendo-typescript-tasks@10.0.16) (2021-12-03)
7
22
 
8
23
  **Note:** Version bump only for package @progress/kendo-typescript-tasks
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@progress/kendo-typescript-tasks",
3
3
  "description": "Kendo UI TypeScript package gulp tasks",
4
4
  "main": "gulp-tasks.js",
5
- "version": "10.0.17-dev.18+99791a4",
5
+ "version": "10.0.18-dev.0+1474db5",
6
6
  "author": "Telerik",
7
7
  "license": "Apache-2.0",
8
8
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "typescript": "^3.4.5"
19
19
  },
20
20
  "dependencies": {
21
- "@progress/kendo-common-tasks": "^7.9.0",
21
+ "@progress/kendo-common-tasks": "^7.9.2-dev.0+1474db5",
22
22
  "core-js": "^2.2.2",
23
23
  "del": "2.2.2",
24
24
  "gulp": "^4.0.0",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "99791a4cf7ab9cfc166f6c1d1623ca494123414b"
49
+ "gitHead": "1474db500dcaabcf661eaefdccf34adb3aa4b24e"
50
50
  }