Bump version to 2.0.1, update deployment strategy for central SPFx deployment, and enhance error handling in PowerShell script

This commit is contained in:
Torsten Brendgen
2026-07-19 23:42:36 +02:00
parent dd79e85725
commit e75b11117f
6 changed files with 23 additions and 23 deletions

View File

@@ -40,7 +40,7 @@ export default class MegaMenuApplicationCustomizer
const debug: boolean = this._isDebugEnabled();
debugLog(debug, LOG_SOURCE, 'onInit started.', {
componentId: UserCustomActionMegaMenuId,
version: '2.0.0',
version: '2.0.1',
properties: this.properties || {},
pageUrl: window.location.href,
webUrl: this.context.pageContext.web.absoluteUrl,