Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/codex-mcp-oauth-only.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pr-1388.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/whole-sites-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workbench-cli-extraction.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workbench-mf-vite-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workbench-mf-vite-remoteentry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/workbench-remote-dev-coordinator.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/@sanity/cli-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.2](https://github.com/sanity-io/cli/compare/cli-build-v1.1.1...cli-build-v1.1.2)

_2026-06-27_

### Bug Fixes

- **cli-build:** skip redundant initial render in sanity dev watcher ([#1388](https://github.com/sanity-io/cli/pull/1388)) ([adf90ea](https://github.com/sanity-io/cli/commit/adf90ea6691ee6c36849e426de9729533706f47f))
- move logic for getting env vars into cli-build package ([#1373](https://github.com/sanity-io/cli/pull/1373)) ([ae0c624](https://github.com/sanity-io/cli/commit/ae0c624454dad4594eee21ff76a92c162272708e))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @sanity/workbench-cli bumped to 1.1.1

## [1.1.1](https://github.com/sanity-io/cli/compare/cli-build-v1.1.0...cli-build-v1.1.1)

_2026-06-23_
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli-build",
"version": "1.1.1",
"version": "1.1.2",
"description": "Internal Sanity package for building studios and apps",
"keywords": [
"cli",
Expand Down
17 changes: 17 additions & 0 deletions packages/@sanity/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [7.4.1](https://github.com/sanity-io/cli/compare/cli-v7.4.0...cli-v7.4.1)

_2026-06-27_

### Bug Fixes

- **mcp:** use oauth for codex cli config ([#1151](https://github.com/sanity-io/cli/pull/1151)) ([9f50d26](https://github.com/sanity-io/cli/commit/9f50d26933d4f777de08e023e4714e2367dcf282))
- move logic for getting env vars into cli-build package ([#1373](https://github.com/sanity-io/cli/pull/1373)) ([ae0c624](https://github.com/sanity-io/cli/commit/ae0c624454dad4594eee21ff76a92c162272708e))
- **workbench:** claim lock when developing workbench remote ([#1387](https://github.com/sanity-io/cli/pull/1387)) ([cb80a56](https://github.com/sanity-io/cli/commit/cb80a56b86d385ae2e0d57d0cfe10b7a993d8ee7))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @sanity/cli-build bumped to 1.1.2
- @sanity/workbench-cli bumped to 1.1.1

## [7.4.0](https://github.com/sanity-io/cli/compare/cli-v7.3.0...cli-v7.4.0)

_2026-06-23_
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "7.4.0",
"version": "7.4.1",
"description": "Sanity CLI tool for managing Sanity projects and organizations",
"keywords": [
"cli",
Expand Down
12 changes: 11 additions & 1 deletion packages/@sanity/workbench-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sanity/workbench-cli

## [1.1.1](https://github.com/sanity-io/cli/compare/workbench-cli-v1.1.0...workbench-cli-v1.1.1)

_2026-06-27_

### Bug Fixes

- **workbench:** move workbench related code into workbench-cli package ([#1384](https://github.com/sanity-io/cli/pull/1384)) ([85605dd](https://github.com/sanity-io/cli/commit/85605dd4832a967d364900926a46b0b5d02602f5))
- **workbench:** upgrade @module-federation/vite to 1.16.11 ([#1389](https://github.com/sanity-io/cli/pull/1389)) ([12c2867](https://github.com/sanity-io/cli/commit/12c286773832f80fbecde60f1d5481fb041f92c5))
- **workbench:** claim lock when developing workbench remote ([#1387](https://github.com/sanity-io/cli/pull/1387)) ([cb80a56](https://github.com/sanity-io/cli/commit/cb80a56b86d385ae2e0d57d0cfe10b7a993d8ee7))
- **workbench:** claim lock when developing workbench remote ([#1387](https://github.com/sanity-io/cli/pull/1387)) ([cb80a56](https://github.com/sanity-io/cli/commit/cb80a56b86d385ae2e0d57d0cfe10b7a993d8ee7))

## [1.1.0](https://github.com/sanity-io/cli/releases/tag/workbench-cli-v1.1.0)

_2026-06-22_
Expand All @@ -13,4 +24,3 @@ _2026-06-22_
- The following workspace dependencies were updated
- dependencies
- @sanity/cli-core bumped to 2.1.0

2 changes: 1 addition & 1 deletion packages/@sanity/workbench-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/workbench-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Internal implementation detail of the Sanity CLI's unstable workbench support. Not intended for direct use.",
"homepage": "https://github.com/sanity-io/cli",
"bugs": "https://github.com/sanity-io/cli/issues",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-sanity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.0.10](https://github.com/sanity-io/cli/compare/create-sanity-v6.0.9...create-sanity-v6.0.10)

_2026-06-27_

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @sanity/cli bumped to 7.4.1

## [6.0.9](https://github.com/sanity-io/cli/compare/create-sanity-v6.0.8...create-sanity-v6.0.9)

_2026-06-23_
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sanity",
"version": "6.0.9",
"version": "6.0.10",
"description": "Initialize a new Sanity project",
"keywords": [
"cms",
Expand Down
Loading