Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 02ce3ed

Browse files
chore(release): 3.1.6 [skip ci]
1 parent 9072757 commit 02ce3ed

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.1.6](https://github.com/sanity-io/sanity-plugin-internationalized-array/compare/v3.1.5...v3.1.6) (2025-10-13)
9+
10+
### Bug Fixes
11+
12+
- initialize array fields with empty array to prevent insert patch error ([#105](https://github.com/sanity-io/sanity-plugin-internationalized-array/issues/105)) ([9072757](https://github.com/sanity-io/sanity-plugin-internationalized-array/commit/9072757bcba93a3bca2f1071ab390f127912594c)), closes [#2](https://github.com/sanity-io/sanity-plugin-internationalized-array/issues/2)
13+
814
## [3.1.5](https://github.com/sanity-io/sanity-plugin-internationalized-array/compare/v3.1.4...v3.1.5) (2025-08-14)
915

1016
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-plugin-internationalized-array",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Store localized fields in an array to save on attributes",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)