diff --git a/.changeset/codex-mcp-oauth-only.md b/.changeset/codex-mcp-oauth-only.md deleted file mode 100644 index b4f777a49a..0000000000 --- a/.changeset/codex-mcp-oauth-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sanity/cli": patch ---- - -`sanity mcp configure` now uses OAuth for Codex CLI. diff --git a/.changeset/pr-1388.md b/.changeset/pr-1388.md deleted file mode 100644 index 15fc775d68..0000000000 --- a/.changeset/pr-1388.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli-build': patch ---- - -perf(cli-build): skip redundant initial render in sanity dev watcher \ No newline at end of file diff --git a/.changeset/whole-sites-dance.md b/.changeset/whole-sites-dance.md deleted file mode 100644 index 85d976a8ae..0000000000 --- a/.changeset/whole-sites-dance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@sanity/cli-build": patch -"@sanity/cli": patch ---- - -Move logic for getting environment variables into cli-build package. diff --git a/.changeset/workbench-cli-extraction.md b/.changeset/workbench-cli-extraction.md deleted file mode 100644 index 3e85d8b6a0..0000000000 --- a/.changeset/workbench-cli-extraction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/workbench-cli': patch ---- - -refactor(workbench): move workbench related code into workbench-cli package diff --git a/.changeset/workbench-mf-vite-release.md b/.changeset/workbench-mf-vite-release.md deleted file mode 100644 index 8677837d33..0000000000 --- a/.changeset/workbench-mf-vite-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/workbench-cli': patch ---- - -Upgrade `@module-federation/vite` to 1.16.11, replacing the temporary preview build. The release fixes federated remote-entry resolution under Vite 8. diff --git a/.changeset/workbench-mf-vite-remoteentry.md b/.changeset/workbench-mf-vite-remoteentry.md deleted file mode 100644 index 0825d2c519..0000000000 --- a/.changeset/workbench-mf-vite-remoteentry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/workbench-cli': patch ---- - -Bump `@module-federation/vite` to the [module-federation/vite#854](https://github.com/module-federation/vite/pull/854) preview, which fixes `findRemoteEntryFile` so a federated build's `mf-manifest.json` advertises the container (the chunk exporting `init`) as `remoteEntry` instead of a same-named `./App` expose. Resolves the `#RUNTIME-002` host failure under Vite 8 / rolldown. diff --git a/.changeset/workbench-remote-dev-coordinator.md b/.changeset/workbench-remote-dev-coordinator.md deleted file mode 100644 index b09accb00c..0000000000 --- a/.changeset/workbench-remote-dev-coordinator.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sanity/workbench-cli': patch -'@sanity/cli': patch ---- - -The workbench remote dev server now claims the workbench lock and bridges the registry so app `sanity dev`s register into it instead of starting their own, and announces a clickable URL. diff --git a/packages/@sanity/cli-build/CHANGELOG.md b/packages/@sanity/cli-build/CHANGELOG.md index 044221633e..cc6d7469d3 100644 --- a/packages/@sanity/cli-build/CHANGELOG.md +++ b/packages/@sanity/cli-build/CHANGELOG.md @@ -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_ diff --git a/packages/@sanity/cli-build/package.json b/packages/@sanity/cli-build/package.json index 871edb76b8..e6a25ec78c 100644 --- a/packages/@sanity/cli-build/package.json +++ b/packages/@sanity/cli-build/package.json @@ -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", diff --git a/packages/@sanity/cli/CHANGELOG.md b/packages/@sanity/cli/CHANGELOG.md index acee382ed5..a020ab2e24 100644 --- a/packages/@sanity/cli/CHANGELOG.md +++ b/packages/@sanity/cli/CHANGELOG.md @@ -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_ diff --git a/packages/@sanity/cli/package.json b/packages/@sanity/cli/package.json index adfa0fc9ee..24a469de01 100644 --- a/packages/@sanity/cli/package.json +++ b/packages/@sanity/cli/package.json @@ -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", diff --git a/packages/@sanity/workbench-cli/CHANGELOG.md b/packages/@sanity/workbench-cli/CHANGELOG.md index 189596018b..7a686d853b 100644 --- a/packages/@sanity/workbench-cli/CHANGELOG.md +++ b/packages/@sanity/workbench-cli/CHANGELOG.md @@ -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_ @@ -13,4 +24,3 @@ _2026-06-22_ - The following workspace dependencies were updated - dependencies - @sanity/cli-core bumped to 2.1.0 - diff --git a/packages/@sanity/workbench-cli/package.json b/packages/@sanity/workbench-cli/package.json index 077aaa4cdf..74812a93de 100644 --- a/packages/@sanity/workbench-cli/package.json +++ b/packages/@sanity/workbench-cli/package.json @@ -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", diff --git a/packages/create-sanity/CHANGELOG.md b/packages/create-sanity/CHANGELOG.md index 827a47882e..678531e867 100644 --- a/packages/create-sanity/CHANGELOG.md +++ b/packages/create-sanity/CHANGELOG.md @@ -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_ diff --git a/packages/create-sanity/package.json b/packages/create-sanity/package.json index d819dc504f..034e381129 100644 --- a/packages/create-sanity/package.json +++ b/packages/create-sanity/package.json @@ -1,6 +1,6 @@ { "name": "create-sanity", - "version": "6.0.9", + "version": "6.0.10", "description": "Initialize a new Sanity project", "keywords": [ "cms",