@progress/kendo-common-tasks 8.0.2-dev.2 → 8.0.3-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.
- package/CHANGELOG.md +11 -0
- package/docs-public/example-runner.js +3 -3
- package/docs-public/snippets.js +2 -2
- package/package.json +2 -3
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.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
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* replace '[@telerik](https://github.com/telerik)' scope '[@progress](https://github.com/progress)' with ([892aa8d](https://github.com/telerik/kendo-build-tasks/commit/892aa8db5437d16b91f00655bc1f5bc256b9ff86))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [8.0.1](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.0...@progress/kendo-common-tasks@8.0.1) (2022-06-06)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -319,7 +319,7 @@ window.ExampleRunner = (function() {
|
|
|
319
319
|
file: "kendo-drawing.js",
|
|
320
320
|
modules: true
|
|
321
321
|
}, {
|
|
322
|
-
name: "@
|
|
322
|
+
name: "@progress/kendo-draggable",
|
|
323
323
|
file: "kendo-draggable.js"
|
|
324
324
|
}, {
|
|
325
325
|
name: "@progress/kendo-angular-charts",
|
|
@@ -335,10 +335,10 @@ window.ExampleRunner = (function() {
|
|
|
335
335
|
file: "kendo-angular-intl.js",
|
|
336
336
|
map: true
|
|
337
337
|
}, {
|
|
338
|
-
name: "@
|
|
338
|
+
name: "@progress/kendo-intl",
|
|
339
339
|
file: "kendo-intl.js"
|
|
340
340
|
}, {
|
|
341
|
-
name: "@
|
|
341
|
+
name: "@progress/kendo-inputs-common",
|
|
342
342
|
file: "kendo-inputs-common.js"
|
|
343
343
|
} ];
|
|
344
344
|
|
package/docs-public/snippets.js
CHANGED
|
@@ -175,8 +175,8 @@ var stackBlitzDependencies = {
|
|
|
175
175
|
'@angular/platform-browser-dynamic': ngVer,
|
|
176
176
|
'@angular/router': ngVer,
|
|
177
177
|
'@angular/forms': ngVer,
|
|
178
|
-
'@
|
|
179
|
-
'@
|
|
178
|
+
'@progress/kendo-intl': channel,
|
|
179
|
+
'@progress/kendo-draggable': channel,
|
|
180
180
|
'@progress/kendo-date-math': channel,
|
|
181
181
|
'@progress/kendo-drawing': channel,
|
|
182
182
|
'@progress/kendo-data-query': channel,
|
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.
|
|
4
|
+
"version": "8.0.3-dev.0+b40d454",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/telerik/kendo-build-tasks.git"
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Kendo UI"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@telerik/eslint-config": "1.1.0",
|
|
23
22
|
"acorn": "^8.5.0",
|
|
24
23
|
"ajv": "^8.11.0",
|
|
25
24
|
"autoprefixer": "^6.3.6",
|
|
@@ -86,5 +85,5 @@
|
|
|
86
85
|
"publishConfig": {
|
|
87
86
|
"access": "public"
|
|
88
87
|
},
|
|
89
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "b40d454068c27136107595cc384e6d639775a522"
|
|
90
89
|
}
|