Skip to content

Commit aa4d1c2

Browse files
chore(release): publish v5.11.0 (#12178)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent c1df214 commit aa4d1c2

71 files changed

Lines changed: 223 additions & 37 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

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

6+
## [5.11.0](https://github.com/sanity-io/sanity/compare/v5.10.0...v5.11.0) (2026-02-19)
7+
8+
### Features
9+
10+
* **ci:** mark linear issues as done on release ([#12060](https://github.com/sanity-io/sanity/issues/12060)) ([127726f](https://github.com/sanity-io/sanity/commit/127726fd984dfb2c4b6ed59ab566b0e7856807f5)) by Drew Lyton ([email protected])
11+
* conditional multi schema references ([#12066](https://github.com/sanity-io/sanity/issues/12066)) ([7e7ea6d](https://github.com/sanity-io/sanity/commit/7e7ea6d9520e9841ab2dd96e7d2cfe433b71ae5e)) by Jordan Lawrence ([email protected])
12+
* **test-studio:** add demonstration of stega overlays failing to expand group inside object array member ([f2bbdf0](https://github.com/sanity-io/sanity/commit/f2bbdf038074d5ee5d612f616f43a8d39a7a9e6e)) by Ash ([email protected])
13+
14+
### Bug Fixes
15+
16+
* add content to the breadcrumb instead of 'mark definitions' ([#12175](https://github.com/sanity-io/sanity/issues/12175)) ([85ccfb4](https://github.com/sanity-io/sanity/commit/85ccfb4108c6251e698aad644c4560bc62d76e57)) by RitaDias ([email protected])
17+
* **deps:** update dependency groq-js to ^1.27.1 ([#12180](https://github.com/sanity-io/sanity/issues/12180)) ([c8c7dea](https://github.com/sanity-io/sanity/commit/c8c7dea5a94a691dabb2f1549a2d494432d494f0)) by renovate[bot] (29139614+renovate[bot]@users.noreply.github.com)
18+
* **deps:** Update portabletext ([#12199](https://github.com/sanity-io/sanity/issues/12199)) ([d504974](https://github.com/sanity-io/sanity/commit/d5049742aea7ea4c313dbf1e28e9fe4a63a2b911)) by renovate[bot] (29139614+renovate[bot]@users.noreply.github.com)
19+
* **docs:** export IncomingReferenceOptions ([#12177](https://github.com/sanity-io/sanity/issues/12177)) ([d75c1f6](https://github.com/sanity-io/sanity/commit/d75c1f6ba53452401812165e7bced74ce687cc71)) by Mark Michon ([email protected])
20+
* hiding publish action always on the published document ([#12176](https://github.com/sanity-io/sanity/issues/12176)) ([68d74df](https://github.com/sanity-io/sanity/commit/68d74dfbfcb85e6f82f070071b8d375d9c7fb74f)) by Jordan Lawrence ([email protected])
21+
* **sanity:** publishing versions using `PublishAction` ([3a06898](https://github.com/sanity-io/sanity/commit/3a068987ff5794d5f9a0bd402c927d38b56775fe)) by Ash ([email protected])
22+
* **sanity:** set nested group correctly when expanding paths touching object array members ([63233a2](https://github.com/sanity-io/sanity/commit/63233a268f044ea2220486fdf50ba4a1dcc3ab0e)) by Ash ([email protected])
23+
* truncating long release titles ([#12148](https://github.com/sanity-io/sanity/issues/12148)) ([b2f4127](https://github.com/sanity-io/sanity/commit/b2f4127dd6085843f260d04565f2a51cf494aec6)) by Jordan Lawrence ([email protected])
24+
625
## [5.10.0](https://github.com/sanity-io/sanity/compare/v5.9.0...v5.10.0) (2026-02-17)
726

827
### Features

dev/auto-updating-studio/CHANGELOG.md

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

6+
## [5.11.0](https://github.com/sanity-io/sanity/compare/v5.10.0...v5.11.0) (2026-02-19)
7+
8+
**Note:** Version bump only for package auto-updating-studio
9+
610
## [5.10.0](https://github.com/sanity-io/sanity/compare/v5.9.0...v5.10.0) (2026-02-17)
711

812
**Note:** Version bump only for package auto-updating-studio

dev/auto-updating-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-updating-studio",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"private": true,
55
"keywords": [
66
"sanity"

dev/depcheck-test/CHANGELOG.md

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

6+
## [5.11.0](https://github.com/sanity-io/sanity/compare/v5.10.0...v5.11.0) (2026-02-19)
7+
8+
**Note:** Version bump only for package depcheck-test
9+
610
## [5.10.0](https://github.com/sanity-io/sanity/compare/v5.9.0...v5.10.0) (2026-02-17)
711

812
**Note:** Version bump only for package depcheck-test

dev/depcheck-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "depcheck-test",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"private": true,
55
"license": "MIT",
66
"author": "Sanity.io <[email protected]>"

dev/design-studio/CHANGELOG.md

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

6+
## [5.11.0](https://github.com/sanity-io/sanity/compare/v5.10.0...v5.11.0) (2026-02-19)
7+
8+
**Note:** Version bump only for package design-studio
9+
610
## [5.10.0](https://github.com/sanity-io/sanity/compare/v5.9.0...v5.10.0) (2026-02-17)
711

812
**Note:** Version bump only for package design-studio

dev/design-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-studio",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"private": true,
55
"description": "Sanity Design Studio",
66
"keywords": [

dev/e2e-embedded-studio-vite/CHANGELOG.md

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

6+
## [5.11.0](https://github.com/sanity-io/sanity/compare/v5.10.0...v5.11.0) (2026-02-19)
7+
8+
**Note:** Version bump only for package e2e-embedded-studio-vite
9+
610
## [5.10.0](https://github.com/sanity-io/sanity/compare/v5.9.0...v5.10.0) (2026-02-17)
711

812
**Note:** Version bump only for package e2e-embedded-studio-vite

dev/e2e-embedded-studio-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e-embedded-studio-vite",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && vite build",

dev/efps/CHANGELOG.md

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

6+
## [5.11.0](https://github.com/sanity-io/sanity/compare/v5.10.0...v5.11.0) (2026-02-19)
7+
8+
**Note:** Version bump only for package efps-tests
9+
610
## [5.10.0](https://github.com/sanity-io/sanity/compare/v5.9.0...v5.10.0) (2026-02-17)
711

812
**Note:** Version bump only for package efps-tests

0 commit comments

Comments
 (0)