From 6e7bbf921a105eddaf27968f42445fd4a40f8c52 Mon Sep 17 00:00:00 2001
From: Kenneth Kalmer
Date: Thu, 11 Jul 2024 15:12:03 +0100
Subject: [PATCH 1/2] chore: add Chat to the meganav products menu
---
src/core/MeganavContentProducts.tsx | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/core/MeganavContentProducts.tsx b/src/core/MeganavContentProducts.tsx
index 8c8182076..bee8e8993 100644
--- a/src/core/MeganavContentProducts.tsx
+++ b/src/core/MeganavContentProducts.tsx
@@ -72,6 +72,17 @@ const MeganavContentProducts = ({
+
+
+ Chat (Beta)
+
+ Deliver highly reliable chat experiences at scale.
+
+
+
From 2865d2ae29804687cbd5784c88e924670c8c6dc1 Mon Sep 17 00:00:00 2001
From: Kenneth Kalmer
Date: Thu, 11 Jul 2024 15:19:23 +0100
Subject: [PATCH 2/2] chore: bump ably-ui to 14.1.5
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index d7096ff63..6eacca002 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
- "version": "14.1.4",
+ "version": "14.1.5",
"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",