Skip to content

Commit 8dd3fbd

Browse files
committed
Fix version changed
1 parent 3283bc3 commit 8dd3fbd

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

source/sdk/dotnet/model-data/data-types/realm-value.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ RealmValue - .NET SDK
1010
:depth: 2
1111
:class: singlecol
1212

13-
*Changed in version 12.2.0:* ``RealmValue`` can hold lists and dictionaries of mixed data.
13+
.. versionchanged:: 12.2.0
14+
15+
``RealmValue`` can hold lists and dictionaries of mixed data.
1416

1517
The ``RealmValue`` data type is a mixed data type, and can represent any
1618
other valid Realm data type except an embedded object or a set. You can create collections

source/sdk/flutter/realm-database/model-data/data-types.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,9 @@ data type.
441441
Collections as Mixed
442442
````````````````````
443443

444-
*Changed in version 2.0.0:* ``RealmValue`` properties can
445-
contain lists or maps of mixed data.
444+
.. versionchanged:: 2.0.0
445+
446+
``RealmValue`` properties can contain lists or maps of mixed data.
446447

447448
In version 2.0.0 and later, a mixed data type can hold collections (a list or
448449
map, but *not* a set) of mixed elements. You can use mixed collections to

source/sdk/kotlin/realm-database/schemas/supported-types.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ example:
324324
RealmAny (Mixed)
325325
----------------
326326

327-
*Changed in version 2.0.0:* ``RealmAny`` can hold lists and dictionaries of mixed data.
327+
.. versionchanged:: 2.0.0
328+
329+
``RealmAny`` can hold lists and dictionaries of mixed data.
328330

329331
`RealmAny <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-any/index.html>`__
330332
represents a non-nullable mixed data type. It behaves like the value type

source/sdk/node/model-data/data-types/mixed.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Mixed - Node.js SDK
1010
:depth: 2
1111
:class: singlecol
1212

13-
*Changed in version 12.9.0:* Mixed properties can contain lists or dictionaries of mixed data.
13+
.. versionchanged:: 12.9.0
14+
15+
Mixed properties can contain lists or dictionaries of mixed data.
1416

1517
.. versionadded:: 10.5.0
1618

source/sdk/react-native/model-data/data-types/mixed.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Mixed - React Native SDK
1010
:depth: 1
1111
:class: singlecol
1212

13-
*Changed in version ``[email protected]``:* Mixed properties can contain lists or dictionaries of mixed data.
13+
.. versionchanged:: ``[email protected]``
14+
15+
Mixed properties can contain lists or dictionaries of mixed data.
1416

1517
.. versionadded:: ``[email protected]``
1618

source/sdk/swift/model-data/supported-types.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,9 @@ You can declare a Map as a property of an object:
731731
AnyRealmValue
732732
~~~~~~~~~~~~~
733733

734-
*Changed in version 10.15.0:* ``AnyRealmValue`` properties can hold lists or maps of mixed data.
734+
.. versionchanged:: 10.15.0
735+
736+
``AnyRealmValue`` properties can hold lists or maps of mixed data.
735737

736738
.. versionadded:: 10.8.0
737739

0 commit comments

Comments
 (0)