@sanity/document-internationalization 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v0.3.4
4
+ * Updated docs regarding V3 studio
5
+
3
6
  ## v0.3.3
4
7
  * Fixes [#59](https://github.com/sanity-io/document-internationalization/issues/59) - Missing `_weak` field in base reference
5
8
 
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Document Internationalization Plugin for Sanity.io
2
2
 
3
+ > **NOTE**
4
+ >
5
+ > This is the **Sanity Studio V2 version** of Document Internationalization Plugin.
6
+ >
7
+ > For the V3 version, please refer to the [v3-branch](https://github.com/sanity-io/document-internationalization/tree/v3).
8
+
3
9
  [![npm version](https://img.shields.io/npm/v/@sanity/document-internationalization.svg?style=flat)](https://www.npmjs.com/package/@sanity/document-internationalization)
4
10
 
5
11
  ![Document Level Internationalization UI](docs/img/document-level-translation.gif)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/document-internationalization",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": ">=14"