From 6d866bd878ef425e8af66a95ce336bbc40d563d3 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Thu, 18 Jan 2024 14:59:04 -0600 Subject: [PATCH 1/2] Remove top alert banner text The webinar is now over, and the top alert banner text is no longer needed. --- partials/AlertText.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/partials/AlertText.txt b/partials/AlertText.txt index ee71d496..e69de29b 100644 --- a/partials/AlertText.txt +++ b/partials/AlertText.txt @@ -1 +0,0 @@ -WEBINAR - Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management - 17 January - 5 PM UTC \ No newline at end of file From fd58e3905cf3c27058f0c49972a4d3abb7df42a2 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Thu, 18 Jan 2024 15:03:14 -0600 Subject: [PATCH 2/2] Bump version to 0.5.22 --- getting-started/_package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/_package.json b/getting-started/_package.json index 654c3860..2e2df1ac 100644 --- a/getting-started/_package.json +++ b/getting-started/_package.json @@ -12,7 +12,7 @@ }, "homepage": "https://github.com/chocolatey/chocolatey.org#readme", "devDependencies": { - "choco-theme": "0.5.21" + "choco-theme": "0.5.22" }, "resolutions": { "glob-parent": "^6.0.2", diff --git a/package.json b/package.json index 5acf931d..c2a7dc06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "choco-theme", - "version": "0.5.21", + "version": "0.5.22", "description": "The global theme for Chocolatey Software.", "repository": { "type": "git",