@progress/kendo-common-tasks 8.0.5-dev.6 → 8.0.5
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 +8 -0
- package/README.md +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.5](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.4...@progress/kendo-common-tasks@8.0.5) (2024-02-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @progress/kendo-common-tasks
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [8.0.4](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-common-tasks@8.0.3...@progress/kendo-common-tasks@8.0.4) (2023-08-25)
|
|
7
15
|
|
|
8
16
|
|
package/README.md
CHANGED
|
@@ -5,6 +5,4 @@
|
|
|
5
5
|
|
|
6
6
|
This package contains the build and packaging utilities, WebPack configuration blocks, and Gulp tasks that are used in the Kendo UI for Angular and KendoReact components. It also re-exports common packages such as WebPack.
|
|
7
7
|
|
|
8
|
-
Working examples of its usage are the [kendo-react-tasks](https://github.com/telerik/kendo-react-tasks) and [kendo-angular-tasks](https://github.com/telerik/kendo-angular-tasks) packages.
|
|
9
|
-
|
|
10
8
|
*Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
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.5
|
|
4
|
+
"version": "8.0.5",
|
|
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": "
|
|
88
|
+
"gitHead": "bdeb646e49c2c8b9df834a62ffa361082c2f94e8"
|
|
89
89
|
}
|