diff --git a/package.json b/package.json index 292214638..3bf37fbdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "14.7.8", + "version": "14.7.9", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/src/core/Pricing/data.tsx b/src/core/Pricing/data.tsx index d6a2fafa3..8f83e70b7 100644 --- a/src/core/Pricing/data.tsx +++ b/src/core/Pricing/data.tsx @@ -132,7 +132,7 @@ export const planData: PricingDataFeature[] = [ }, { title: "Includes", - items: ["2 hour support SLA", "Datadog (lite)", "Uptime SLO"], + items: ["2 hour support SLA", "Uptime SLO"], listItemColors: { foreground: "text-blue-400", background: "text-blue-800",