Skip to content

Commit a52d9aa

Browse files
authored
Merge pull request #3276 from ably/liveobjects/js-remove-public-preview
Remove public preview sign for ably-js LiveObjects
2 parents f371417 + 75a70c8 commit a52d9aa

15 files changed

Lines changed: 24 additions & 52 deletions

File tree

src/data/languages/languageData.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { LanguageData } from './types';
33

44
export default {
55
platform: {
6-
javascript: '2.19',
7-
nodejs: '2.19',
8-
typescript: '2.19',
9-
react: '2.19',
6+
javascript: '2.20',
7+
nodejs: '2.20',
8+
typescript: '2.20',
9+
react: '2.20',
1010
csharp: '1.2',
1111
flutter: '1.2',
1212
java: '1.6',
@@ -19,10 +19,10 @@ export default {
1919
go: '1.3',
2020
},
2121
pubsub: {
22-
javascript: '2.19',
23-
nodejs: '2.19',
24-
typescript: '2.19',
25-
react: '2.19',
22+
javascript: '2.20',
23+
nodejs: '2.20',
24+
typescript: '2.20',
25+
react: '2.20',
2626
csharp: '1.2',
2727
flutter: '1.2',
2828
java: '1.6',
@@ -43,7 +43,7 @@ export default {
4343
android: '1.2',
4444
},
4545
aiTransport: {
46-
javascript: '2.19',
46+
javascript: '2.20',
4747
java: '1.6',
4848
python: '3.1',
4949
swift: '1.2',
@@ -53,7 +53,7 @@ export default {
5353
react: '0.5',
5454
},
5555
liveObjects: {
56-
javascript: '2.19',
56+
javascript: '2.20',
5757
swift: '0.3',
5858
java: '1.6',
5959
},

src/pages/docs/liveobjects/batch.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Group multiple objects operations into a single channel messa
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/concepts/billing.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Understand how LiveObjects operations contribute to your Ably
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/concepts/instance.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Learn about Instance, a reference to a specific LiveObject in
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/concepts/objects.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Learn how data is represented as objects in Ably LiveObjects"
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/concepts/operations.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Learn how objects are updated by operations in Ably LiveObjec
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/concepts/path-object.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Learn about PathObject, a path-based API for accessing and ma
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/concepts/synchronization.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Learn how data is synchronized between clients."
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/counter.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Create, update and receive updates for a numerical counter th
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

src/pages/docs/liveobjects/inband-objects.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ meta_description: "Subscribe to LiveObjects updates from Pub/Sub SDKs."
44
---
55

66
<If lang="javascript">
7-
<Aside data-type='public-preview'>
8-
LiveObjects JavaScript is in Public Preview. We are committed to supporting the LiveObjects Javascript API and welcome adoption and feedback.
9-
7+
<Aside data-type='note'>
108
**Building with LiveObjects?** Help shape its future by [sharing your use case](https://44qpp.share.hsforms.com/2fZobHQA1ToyRfB9xqZYQmQ).
119
</Aside>
1210
</If>

0 commit comments

Comments
 (0)