From d688e79f686a606464bd3e16d7e8efabf4f50cb3 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Wed, 20 Sep 2023 08:30:46 -0500 Subject: [PATCH 1/2] (#353) Update Event Dates and Times This updates the event dates and times for the Chocolatey Community Coffee Break and the Product Spotlight. The event pages will show the next upcoming date, and dates will be available from the Add to Calendar buttons. --- partials/CalendarButtonCoffeeBreak.html | 10 +++++----- partials/CalendarButtonProductSpotlight.html | 9 ++------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/partials/CalendarButtonCoffeeBreak.html b/partials/CalendarButtonCoffeeBreak.html index e2f2ce21..6225b93b 100644 --- a/partials/CalendarButtonCoffeeBreak.html +++ b/partials/CalendarButtonCoffeeBreak.html @@ -4,19 +4,19 @@ "description":"Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.", "dates":[ { - "startDate":"2023-07-20", + "startDate":"2023-09-21", "startTime":"16:00", "endTime":"17:00" }, { - "startDate":"2023-08-17", + "startDate":"2023-10-19", "startTime":"16:00", "endTime":"17:00" }, { - "startDate":"2023-09-21", - "startTime":"16:00", - "endTime":"17:00" + "startDate":"2023-11-16", + "startTime":"17:00", + "endTime":"18:00" } ], "location":"https://chocolatey.org/events/chocolatey-community-coffee-break", diff --git a/partials/CalendarButtonProductSpotlight.html b/partials/CalendarButtonProductSpotlight.html index d9316a8f..475ed20e 100644 --- a/partials/CalendarButtonProductSpotlight.html +++ b/partials/CalendarButtonProductSpotlight.html @@ -4,17 +4,12 @@ "description":"Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.", "dates":[ { - "startDate":"2023-07-06", + "startDate":"2023-10-05", "startTime":"16:00", "endTime":"17:00" }, { - "startDate":"2023-08-03", - "startTime":"16:00", - "endTime":"17:00" - }, - { - "startDate":"2023-09-07", + "startDate":"2023-11-02", "startTime":"16:00", "endTime":"17:00" } From c56c33333b0037f5048f94b2a1e1d4508cae36b0 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Wed, 20 Sep 2023 08:33:12 -0500 Subject: [PATCH 2/2] Bump version to 0.5.13 --- 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 dd374828..6446a8a4 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.12" + "choco-theme": "0.5.13" }, "resolutions": { "glob-parent": "^6.0.2", diff --git a/package.json b/package.json index 3a9bc43c..cb91b98e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "choco-theme", - "version": "0.5.12", + "version": "0.5.13", "description": "The global theme for Chocolatey Software.", "repository": { "type": "git",