diff --git a/getting-started/_package.json b/getting-started/_package.json
index 5f44593d..22e15147 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.17"
+ "choco-theme": "0.5.18"
},
"resolutions": {
"glob-parent": "^6.0.2",
diff --git a/js/ts/util/chocolatey-pricing-calculator.ts b/js/ts/util/chocolatey-pricing-calculator.ts
index e67d364f..43f0e467 100644
--- a/js/ts/util/chocolatey-pricing-calculator.ts
+++ b/js/ts/util/chocolatey-pricing-calculator.ts
@@ -133,22 +133,22 @@ export const c4bStandardSubscription: C4bSubscription[] = [
maxNodes: 35
},
{
- pricePerNode: 16.50,
+ pricePerNode: 17,
minNodes: 40,
maxNodes: 499
},
{
- pricePerNode: 16.10,
+ pricePerNode: 16.60,
minNodes: 500,
maxNodes: 1999
},
{
- pricePerNode: 15.50,
+ pricePerNode: 16,
minNodes: 2000,
maxNodes: 9999
},
{
- pricePerNode: 15,
+ pricePerNode: 15.50,
minNodes: 10000,
maxNodes: 50000
}
@@ -156,17 +156,17 @@ export const c4bStandardSubscription: C4bSubscription[] = [
export const c4bPremiumSubscription: C4bSubscription[] = [
{
- pricePerNode: 25.76,
+ pricePerNode: 27.38,
minNodes: 1500,
maxNodes: 1999
},
{
- pricePerNode: 24.80,
+ pricePerNode: 26.40,
minNodes: 2000,
maxNodes: 9999
},
{
- pricePerNode: 24,
+ pricePerNode: 25.57,
minNodes: 10000,
maxNodes: 50000
}
diff --git a/package.json b/package.json
index 55d09458..d078a505 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "choco-theme",
- "version": "0.5.17",
+ "version": "0.5.18",
"description": "The global theme for Chocolatey Software.",
"repository": {
"type": "git",
@@ -22,7 +22,7 @@
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@fortawesome/fontawesome-free": "^6.1.2",
- "@playwright/test": "^1.35.1",
+ "@playwright/test": "1.35.1",
"@popperjs/core": "^2.11.5",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
diff --git a/partials/AlertText.txt b/partials/AlertText.txt
index 6908038d..ee71d496 100644
--- a/partials/AlertText.txt
+++ b/partials/AlertText.txt
@@ -1 +1 @@
-Looking to master Chocolatey Packaging? Check the 12 Days of Chocolatey Packaging going on right now!
\ No newline at end of file
+WEBINAR - Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management - 17 January - 5 PM UTC
\ No newline at end of file
diff --git a/partials/TopAlertBanner.txt b/partials/TopAlertBanner.txt
index 716755dc..ba212793 100644
--- a/partials/TopAlertBanner.txt
+++ b/partials/TopAlertBanner.txt
@@ -4,7 +4,7 @@
if (!string.IsNullOrEmpty(topNoticeText))
{
-
+
@Html.Raw(topNoticeText)