diff --git a/src/data/languages/languageData.ts b/src/data/languages/languageData.ts
index 10710cf4a0..6ec5b7f80e 100644
--- a/src/data/languages/languageData.ts
+++ b/src/data/languages/languageData.ts
@@ -3,10 +3,10 @@ import { LanguageData } from './types';
export default {
platform: {
- javascript: '2.19',
- nodejs: '2.19',
- typescript: '2.19',
- react: '2.19',
+ javascript: '2.20',
+ nodejs: '2.20',
+ typescript: '2.20',
+ react: '2.20',
csharp: '1.2',
flutter: '1.2',
java: '1.6',
@@ -19,10 +19,10 @@ export default {
go: '1.3',
},
pubsub: {
- javascript: '2.19',
- nodejs: '2.19',
- typescript: '2.19',
- react: '2.19',
+ javascript: '2.20',
+ nodejs: '2.20',
+ typescript: '2.20',
+ react: '2.20',
csharp: '1.2',
flutter: '1.2',
java: '1.6',
@@ -43,7 +43,7 @@ export default {
android: '1.2',
},
aiTransport: {
- javascript: '2.19',
+ javascript: '2.20',
java: '1.6',
python: '3.1',
swift: '1.2',
@@ -53,7 +53,7 @@ export default {
react: '0.5',
},
liveObjects: {
- javascript: '2.19',
+ javascript: '2.20',
swift: '0.3',
java: '1.6',
},
diff --git a/src/pages/docs/liveobjects/batch.mdx b/src/pages/docs/liveobjects/batch.mdx
index a1a3144356..e187720dd2 100644
--- a/src/pages/docs/liveobjects/batch.mdx
+++ b/src/pages/docs/liveobjects/batch.mdx
@@ -4,9 +4,7 @@ meta_description: "Group multiple objects operations into a single channel messa
---
-
diff --git a/src/pages/docs/liveobjects/concepts/billing.mdx b/src/pages/docs/liveobjects/concepts/billing.mdx
index 580954e5cd..a35bdb0126 100644
--- a/src/pages/docs/liveobjects/concepts/billing.mdx
+++ b/src/pages/docs/liveobjects/concepts/billing.mdx
@@ -4,9 +4,7 @@ meta_description: "Understand how LiveObjects operations contribute to your Ably
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/concepts/instance.mdx b/src/pages/docs/liveobjects/concepts/instance.mdx
index b33920d3d9..dac86a6610 100644
--- a/src/pages/docs/liveobjects/concepts/instance.mdx
+++ b/src/pages/docs/liveobjects/concepts/instance.mdx
@@ -4,9 +4,7 @@ meta_description: "Learn about Instance, a reference to a specific LiveObject in
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/concepts/objects.mdx b/src/pages/docs/liveobjects/concepts/objects.mdx
index a3200d07ec..dedb1ab041 100644
--- a/src/pages/docs/liveobjects/concepts/objects.mdx
+++ b/src/pages/docs/liveobjects/concepts/objects.mdx
@@ -4,9 +4,7 @@ meta_description: "Learn how data is represented as objects in Ably LiveObjects"
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/concepts/operations.mdx b/src/pages/docs/liveobjects/concepts/operations.mdx
index 2cef04c076..d27ec18187 100644
--- a/src/pages/docs/liveobjects/concepts/operations.mdx
+++ b/src/pages/docs/liveobjects/concepts/operations.mdx
@@ -4,9 +4,7 @@ meta_description: "Learn how objects are updated by operations in Ably LiveObjec
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/concepts/path-object.mdx b/src/pages/docs/liveobjects/concepts/path-object.mdx
index f646cb95d1..cc56364b17 100644
--- a/src/pages/docs/liveobjects/concepts/path-object.mdx
+++ b/src/pages/docs/liveobjects/concepts/path-object.mdx
@@ -4,9 +4,7 @@ meta_description: "Learn about PathObject, a path-based API for accessing and ma
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/concepts/synchronization.mdx b/src/pages/docs/liveobjects/concepts/synchronization.mdx
index 2820461e8c..b0dbecbe0c 100644
--- a/src/pages/docs/liveobjects/concepts/synchronization.mdx
+++ b/src/pages/docs/liveobjects/concepts/synchronization.mdx
@@ -4,9 +4,7 @@ meta_description: "Learn how data is synchronized between clients."
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/counter.mdx b/src/pages/docs/liveobjects/counter.mdx
index 76d6b6cdf9..c045be5f66 100644
--- a/src/pages/docs/liveobjects/counter.mdx
+++ b/src/pages/docs/liveobjects/counter.mdx
@@ -4,9 +4,7 @@ meta_description: "Create, update and receive updates for a numerical counter th
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/inband-objects.mdx b/src/pages/docs/liveobjects/inband-objects.mdx
index db9990c3fb..0058c1bed0 100644
--- a/src/pages/docs/liveobjects/inband-objects.mdx
+++ b/src/pages/docs/liveobjects/inband-objects.mdx
@@ -4,9 +4,7 @@ meta_description: "Subscribe to LiveObjects updates from Pub/Sub SDKs."
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/index.mdx b/src/pages/docs/liveobjects/index.mdx
index 60c166b644..16adb2e9b4 100644
--- a/src/pages/docs/liveobjects/index.mdx
+++ b/src/pages/docs/liveobjects/index.mdx
@@ -4,9 +4,7 @@ meta_description: "Learn about Ably LiveObjects, its features, use cases, and ho
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/lifecycle.mdx b/src/pages/docs/liveobjects/lifecycle.mdx
index c670aa3770..53a1059a5c 100644
--- a/src/pages/docs/liveobjects/lifecycle.mdx
+++ b/src/pages/docs/liveobjects/lifecycle.mdx
@@ -4,9 +4,7 @@ meta_description: "Understand lifecycle events for Objects, LiveMap and LiveCoun
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/map.mdx b/src/pages/docs/liveobjects/map.mdx
index be3689d525..66d7ef0037 100644
--- a/src/pages/docs/liveobjects/map.mdx
+++ b/src/pages/docs/liveobjects/map.mdx
@@ -4,9 +4,7 @@ meta_description: "Create, update and receive updates for a key/value data struc
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/quickstart/javascript.mdx b/src/pages/docs/liveobjects/quickstart/javascript.mdx
index 3ee1d2ffc3..71725e9071 100644
--- a/src/pages/docs/liveobjects/quickstart/javascript.mdx
+++ b/src/pages/docs/liveobjects/quickstart/javascript.mdx
@@ -5,9 +5,7 @@ redirect_from:
- /docs/liveobjects/quickstart
---
-
-LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
diff --git a/src/pages/docs/liveobjects/typing.mdx b/src/pages/docs/liveobjects/typing.mdx
index 8b1f7636a4..f9ba082d01 100644
--- a/src/pages/docs/liveobjects/typing.mdx
+++ b/src/pages/docs/liveobjects/typing.mdx
@@ -4,9 +4,7 @@ meta_description: "Type objects on a channel for type safety and code autocomple
---
-
- LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
-
+
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).