@progress/kendo-common-tasks 8.0.6-dev.5 → 8.0.7-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 +11 -0
  2. package/package.json +2 -2
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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump webpack from 5.53.0 to 5.76.0 ([c8cb534](https://github.com/telerik/kendo-build-tasks/commit/c8cb5343d7136d3bc175b5a26ad3058c340ad690))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **Note:** Version bump only for package @progress/kendo-common-tasks
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.6-dev.5+fb3ac26",
4
+ "version": "8.0.7-dev.0+adcdfc4",
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": "fb3ac262cb1532a98a03fc66cbb69668240a48e0"
88
+ "gitHead": "adcdfc447acb6a3b878b39e08cb4272f9b13452b"
89
89
  }