From ba5e2a0f249dac27bd8558e83a5e9324434596d3 Mon Sep 17 00:00:00 2001 From: Denis Sellu Date: Thu, 12 Dec 2024 15:19:48 +0000 Subject: [PATCH 1/2] chore: add references to Datadog Lite in pricing page --- src/core/Pricing/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Pricing/data.tsx b/src/core/Pricing/data.tsx index 52d4940e..360e0b6c 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", "Uptime SLO"], + items: ["2 hour support SLA", "Datadog (lite)", "Uptime SLO"], listItemColors: { foreground: "text-blue-600 dark:text-blue-400", background: "text-blue-200 dark:text-blue-800", From 91b61168fa936a4432ca4c75a377afcb024476c3 Mon Sep 17 00:00:00 2001 From: Denis Sellu Date: Thu, 12 Dec 2024 15:20:14 +0000 Subject: [PATCH 2/2] chore: bump ably-ui to 15.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc8c067f..44f09a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "15.1.7", + "version": "15.1.8", "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",