@progress/kendo-package-tasks 4.0.47-dev.34 → 5.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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
# [5.0.0](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-package-tasks@4.0.46...@progress/kendo-package-tasks@5.0.0) (2025-03-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* buble's es5 compilation is broken ([52ce3a3](https://github.com/telerik/kendo-build-tasks/commit/52ce3a39058e38724e1f8286ecdfd4aed29ffc7f))
|
|
12
|
+
* **package-tasks:** add missing webpack dependencies ([274a116](https://github.com/telerik/kendo-build-tasks/commit/274a116613aec90f6a1d70885218beb2824c146c))
|
|
13
|
+
* **package-tasks:** update dependencies ([04becc0](https://github.com/telerik/kendo-build-tasks/commit/04becc043b74cfc5f199938b9437f8d8de521b55))
|
|
14
|
+
* **package-tasks:** use packageExternals in cjs-bundle task ([05d0af3](https://github.com/telerik/kendo-build-tasks/commit/05d0af3fa21c597677cd3875525e69a233e1de26))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### BREAKING CHANGES
|
|
18
|
+
|
|
19
|
+
* **package-tasks:** Compatibility is not guaranteed
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [4.0.46](https://github.com/telerik/kendo-build-tasks/compare/@progress/kendo-package-tasks@4.0.45...@progress/kendo-package-tasks@4.0.46) (2024-05-21)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @progress/kendo-package-tasks
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-package-tasks",
|
|
3
3
|
"description": "An utility package exporting gulp tasks for Kendo UI NPM packages",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-build-tasks.git"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "a183b33ac846f8946feb273836bedca7d64487c9"
|
|
48
48
|
}
|