From bce4bd82d3079a1dc0bc44205171a45828b36a1e Mon Sep 17 00:00:00 2001 From: "squiggler-app[bot]" <265501495+squiggler-app[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:42:57 +0000 Subject: [PATCH] chore: version packages --- .changeset/config-hash-id.md | 5 ---- .changeset/deploy-interfaces.md | 6 ----- .changeset/deploy-singleton-core-apps.md | 6 ----- .changeset/deploy-studio-workspaces.md | 6 ----- .changeset/dev-contract-versions.md | 5 ---- .changeset/dev-staging-runtime-flag.md | 5 ---- .changeset/frank-garlics-kick.md | 5 ---- .changeset/odd-moles-take.md | 5 ---- .changeset/orange-dolls-smell.md | 6 ----- .changeset/pr-1448.md | 7 ----- .changeset/pr-1460.md | 6 ----- .changeset/pr-1464.md | 6 ----- .changeset/pr-1473.md | 7 ----- .changeset/pr-1475.md | 7 ----- .changeset/pr-1477.md | 6 ----- .../rename-installationconfig-to-config.md | 6 ----- fixtures/media-library/CHANGELOG.md | 8 ++++++ fixtures/media-library/package.json | 2 +- packages/@sanity/cli-build/CHANGELOG.md | 14 ++++++++++ packages/@sanity/cli-build/package.json | 2 +- packages/@sanity/cli-test/CHANGELOG.md | 15 +++++++++++ packages/@sanity/cli-test/package.json | 2 +- packages/@sanity/cli/CHANGELOG.md | 26 +++++++++++++++++++ packages/@sanity/cli/package.json | 2 +- packages/@sanity/workbench-cli/CHANGELOG.md | 19 ++++++++++++++ packages/@sanity/workbench-cli/package.json | 2 +- packages/create-sanity/CHANGELOG.md | 10 +++++++ packages/create-sanity/package.json | 2 +- 28 files changed, 98 insertions(+), 100 deletions(-) delete mode 100644 .changeset/config-hash-id.md delete mode 100644 .changeset/deploy-interfaces.md delete mode 100644 .changeset/deploy-singleton-core-apps.md delete mode 100644 .changeset/deploy-studio-workspaces.md delete mode 100644 .changeset/dev-contract-versions.md delete mode 100644 .changeset/dev-staging-runtime-flag.md delete mode 100644 .changeset/frank-garlics-kick.md delete mode 100644 .changeset/odd-moles-take.md delete mode 100644 .changeset/orange-dolls-smell.md delete mode 100644 .changeset/pr-1448.md delete mode 100644 .changeset/pr-1460.md delete mode 100644 .changeset/pr-1464.md delete mode 100644 .changeset/pr-1473.md delete mode 100644 .changeset/pr-1475.md delete mode 100644 .changeset/pr-1477.md delete mode 100644 .changeset/rename-installationconfig-to-config.md diff --git a/.changeset/config-hash-id.md b/.changeset/config-hash-id.md deleted file mode 100644 index 4cc9cfa08d..0000000000 --- a/.changeset/config-hash-id.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/workbench-cli': patch ---- - -fix(workbench): hash local app configs into an `id` so the workbench can detect config changes without stringifying diff --git a/.changeset/deploy-interfaces.md b/.changeset/deploy-interfaces.md deleted file mode 100644 index d176e8970f..0000000000 --- a/.changeset/deploy-interfaces.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sanity/workbench-cli': minor -'@sanity/cli': minor ---- - -feat(workbench): deploy workbench apps to the Sanity app registry on `sanity deploy`, registering their interfaces (app view, views, services). Plain studios and coreApps are unaffected. diff --git a/.changeset/deploy-singleton-core-apps.md b/.changeset/deploy-singleton-core-apps.md deleted file mode 100644 index 1d8cb57149..0000000000 --- a/.changeset/deploy-singleton-core-apps.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sanity/workbench-cli': minor -'@sanity/cli': minor ---- - -feat(workbench): send `isSingleton` on core-app create (`POST /applications`) when set, surface it in the deploy report and `--json`, and relay the API's rejection message on failure. diff --git a/.changeset/deploy-studio-workspaces.md b/.changeset/deploy-studio-workspaces.md deleted file mode 100644 index 3d341a57ff..0000000000 --- a/.changeset/deploy-studio-workspaces.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sanity/workbench-cli': minor -'@sanity/cli': minor ---- - -feat(workbench): send studio workspaces (project, dataset, base path, title, icon) with workbench studio deploys, so the dashboard can surface them. diff --git a/.changeset/dev-contract-versions.md b/.changeset/dev-contract-versions.md deleted file mode 100644 index ba1bdb81a5..0000000000 --- a/.changeset/dev-contract-versions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/workbench-cli': patch ---- - -feat(workbench): forward config and interface contract versions on the dev wire diff --git a/.changeset/dev-staging-runtime-flag.md b/.changeset/dev-staging-runtime-flag.md deleted file mode 100644 index b2f3eb1cb5..0000000000 --- a/.changeset/dev-staging-runtime-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sanity/workbench-cli': patch ---- - -fix(workbench): set the `__SANITY_STAGING__` runtime flag in the dev shell so staging environments resolve the staging API diff --git a/.changeset/frank-garlics-kick.md b/.changeset/frank-garlics-kick.md deleted file mode 100644 index 7dcc8df214..0000000000 --- a/.changeset/frank-garlics-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sanity/cli-test": minor ---- - -Expose test utilities as granular exports. diff --git a/.changeset/odd-moles-take.md b/.changeset/odd-moles-take.md deleted file mode 100644 index 449c3d2be7..0000000000 --- a/.changeset/odd-moles-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sanity/cli": patch ---- - -sanity projects list no longer assumes it's for sanity.io URLs diff --git a/.changeset/orange-dolls-smell.md b/.changeset/orange-dolls-smell.md deleted file mode 100644 index b63e3ab83b..0000000000 --- a/.changeset/orange-dolls-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@sanity/cli-build": major -"@sanity/cli": patch ---- - -Move compareDependencyVersions into cli-build package. This change cleans up an unused export getModuleUrl from cli-build. diff --git a/.changeset/pr-1448.md b/.changeset/pr-1448.md deleted file mode 100644 index b4f459ad0b..0000000000 --- a/.changeset/pr-1448.md +++ /dev/null @@ -1,7 +0,0 @@ - ---- -'@sanity/cli-test': minor -'@sanity/cli': minor ---- - -feat(test): `cli-test` now contains `cli-core` mocks \ No newline at end of file diff --git a/.changeset/pr-1460.md b/.changeset/pr-1460.md deleted file mode 100644 index 0712c78e7f..0000000000 --- a/.changeset/pr-1460.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli-test': patch ---- - -fix(test): one more cli-test export \ No newline at end of file diff --git a/.changeset/pr-1464.md b/.changeset/pr-1464.md deleted file mode 100644 index b6a6ff181d..0000000000 --- a/.changeset/pr-1464.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli-test': patch ---- - -fix(test): fix default `getProjectRoot()` mock return value \ No newline at end of file diff --git a/.changeset/pr-1473.md b/.changeset/pr-1473.md deleted file mode 100644 index f6068521cf..0000000000 --- a/.changeset/pr-1473.md +++ /dev/null @@ -1,7 +0,0 @@ - ---- -'@sanity/cli': minor -'@sanity/workbench-cli': minor ---- - -feat(deploy): create workbench apps at a configured slug \ No newline at end of file diff --git a/.changeset/pr-1475.md b/.changeset/pr-1475.md deleted file mode 100644 index 3b5f934fb0..0000000000 --- a/.changeset/pr-1475.md +++ /dev/null @@ -1,7 +0,0 @@ - ---- -'@sanity/cli': patch -'@sanity/workbench-cli': patch ---- - -fix(deploy): nest expose and config summaries in the dry-run report \ No newline at end of file diff --git a/.changeset/pr-1477.md b/.changeset/pr-1477.md deleted file mode 100644 index 05f3da0116..0000000000 --- a/.changeset/pr-1477.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -'@sanity/cli-test': patch ---- - -fix(test): add missing ux.spinner and telemetry mocks to `cli-test` \ No newline at end of file diff --git a/.changeset/rename-installationconfig-to-config.md b/.changeset/rename-installationconfig-to-config.md deleted file mode 100644 index d8fcf350a3..0000000000 --- a/.changeset/rename-installationconfig-to-config.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sanity/workbench-cli': patch -'@sanity/cli': patch ---- - -refactor(workbench): rename the internal `installationConfig` field to `config`. diff --git a/fixtures/media-library/CHANGELOG.md b/fixtures/media-library/CHANGELOG.md index 726d2e47bb..b26e077610 100644 --- a/fixtures/media-library/CHANGELOG.md +++ b/fixtures/media-library/CHANGELOG.md @@ -1,5 +1,13 @@ # media-library-fixture +## 1.0.4 + +### Patch Changes + +- The following workspace dependencies were updated + - dependencies + - @sanity/cli bumped to 7.8.0 + ## 1.0.3 ### Patch Changes diff --git a/fixtures/media-library/package.json b/fixtures/media-library/package.json index 0650917bb4..f0a5596c1c 100644 --- a/fixtures/media-library/package.json +++ b/fixtures/media-library/package.json @@ -1,6 +1,6 @@ { "name": "media-library-fixture", - "version": "1.0.3", + "version": "1.0.4", "private": true, "keywords": [ "sanity" diff --git a/packages/@sanity/cli-build/CHANGELOG.md b/packages/@sanity/cli-build/CHANGELOG.md index 2e6c2ee4e9..d5e19345b6 100644 --- a/packages/@sanity/cli-build/CHANGELOG.md +++ b/packages/@sanity/cli-build/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.0](https://github.com/sanity-io/cli/compare/cli-build-v3.0.0...cli-build-v4.0.0) + +_2026-07-10_ + +### ⚠ BREAKING CHANGES + +- move compareDependencyVersions into cli-build ([#1466](https://github.com/sanity-io/cli/pull/1466)) ([f424cba](https://github.com/sanity-io/cli/commit/f424cba7c1c2de601ce1c7e1d062e3a8dba6745b)) + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @sanity/workbench-cli bumped to 1.3.0 + ## [3.0.0](https://github.com/sanity-io/cli/compare/cli-build-v2.0.1...cli-build-v3.0.0) _2026-07-07_ diff --git a/packages/@sanity/cli-build/package.json b/packages/@sanity/cli-build/package.json index 5a70697874..4043d3c77b 100644 --- a/packages/@sanity/cli-build/package.json +++ b/packages/@sanity/cli-build/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/cli-build", - "version": "3.0.0", + "version": "4.0.0", "description": "Internal Sanity package for building studios and apps", "keywords": [ "cli", diff --git a/packages/@sanity/cli-test/CHANGELOG.md b/packages/@sanity/cli-test/CHANGELOG.md index 4c6ef08fce..2ab504dd56 100644 --- a/packages/@sanity/cli-test/CHANGELOG.md +++ b/packages/@sanity/cli-test/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.1.0](https://github.com/sanity-io/cli/compare/cli-test-v3.0.1...cli-test-v3.1.0) + +_2026-07-10_ + +### Features + +- **test:** granular exports for `cli-test` ([#1458](https://github.com/sanity-io/cli/pull/1458)) ([203a330](https://github.com/sanity-io/cli/commit/203a330a76e3a5dd01ab8667a9f57e3762684477)) +- **test:** `cli-test` now contains `cli-core` mocks ([#1448](https://github.com/sanity-io/cli/pull/1448)) ([f5f5f81](https://github.com/sanity-io/cli/commit/f5f5f81753879908ac8043914ca8007adf505800)) + +### Bug Fixes + +- **test:** one more cli-test export ([#1460](https://github.com/sanity-io/cli/pull/1460)) ([277c65c](https://github.com/sanity-io/cli/commit/277c65c6c0e7df73314030b677d1fd9747172600)) +- **test:** fix default `getProjectRoot()` mock return value ([#1464](https://github.com/sanity-io/cli/pull/1464)) ([abe72c1](https://github.com/sanity-io/cli/commit/abe72c1091656fe22b6d9ba4a86e03e4c9746a11)) +- **test:** add missing ux.spinner and telemetry mocks to `cli-test` ([#1477](https://github.com/sanity-io/cli/pull/1477)) ([2777d86](https://github.com/sanity-io/cli/commit/2777d8661d5e4488e80820bf0c3f4b29c5b4e014)) + ## [3.0.1](https://github.com/sanity-io/cli/compare/cli-test-v3.0.0...cli-test-v3.0.1) _2026-07-07_ diff --git a/packages/@sanity/cli-test/package.json b/packages/@sanity/cli-test/package.json index f78587984d..ee6972b0d4 100644 --- a/packages/@sanity/cli-test/package.json +++ b/packages/@sanity/cli-test/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/cli-test", - "version": "3.0.1", + "version": "3.1.0", "description": "Sanity CLI test helpers and utilities", "keywords": [ "cli", diff --git a/packages/@sanity/cli/CHANGELOG.md b/packages/@sanity/cli/CHANGELOG.md index bf591609d4..e749e45434 100644 --- a/packages/@sanity/cli/CHANGELOG.md +++ b/packages/@sanity/cli/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## [7.8.0](https://github.com/sanity-io/cli/compare/cli-v7.7.1...cli-v7.8.0) + +_2026-07-10_ + +### Features + +- **workbench:** deploy workbench apps to the Sanity app registry on `sanity deploy`, registering their interfaces (app view, views, services). Plain studios and coreApps are unaffected. ([#1442](https://github.com/sanity-io/cli/pull/1442)) ([a377fdb](https://github.com/sanity-io/cli/commit/a377fdb1e6c277311f97f632ac5fe76bc41f3904)) +- **workbench:** send `isSingleton` on core-app create (`POST /applications`) when set, surface it in the deploy report and `--json`, and relay the API's rejection message on failure. ([#1455](https://github.com/sanity-io/cli/pull/1455)) ([7f83938](https://github.com/sanity-io/cli/commit/7f83938eed8055b3fa6f2c8faf6f17e5f48f9694)) +- **workbench:** send studio workspaces (project, dataset, base path, title, icon) with workbench studio deploys, so the dashboard can surface them. ([#1453](https://github.com/sanity-io/cli/pull/1453)) ([fa1edf4](https://github.com/sanity-io/cli/commit/fa1edf4b13539e077880a7205e9b96d3252ae5d2)) +- **test:** `cli-test` now contains `cli-core` mocks ([#1448](https://github.com/sanity-io/cli/pull/1448)) ([f5f5f81](https://github.com/sanity-io/cli/commit/f5f5f81753879908ac8043914ca8007adf505800)) +- **deploy:** create workbench apps at a configured slug ([#1473](https://github.com/sanity-io/cli/pull/1473)) ([0d0ae06](https://github.com/sanity-io/cli/commit/0d0ae066a28b1225dcf88ee600facd43f1c17d25)) + +### Bug Fixes + +- make projects list SANITY_INTERNAL_ENV-aware ([#1461](https://github.com/sanity-io/cli/pull/1461)) ([24081c3](https://github.com/sanity-io/cli/commit/24081c33f03cd7bde46e095bdaf06500f257f116)) +- move compareDependencyVersions into cli-build ([#1466](https://github.com/sanity-io/cli/pull/1466)) ([f424cba](https://github.com/sanity-io/cli/commit/f424cba7c1c2de601ce1c7e1d062e3a8dba6745b)) +- **deploy:** nest expose and config summaries in the dry-run report ([#1475](https://github.com/sanity-io/cli/pull/1475)) ([64e22e1](https://github.com/sanity-io/cli/commit/64e22e1280f763e31acbaa9e0ac28ca573c8dcb4)) +- **workbench:** rename the internal `installationConfig` field to `config`. ([#1456](https://github.com/sanity-io/cli/pull/1456)) ([62e8ad6](https://github.com/sanity-io/cli/commit/62e8ad66096ca6c840cfe7d960df2a91e9314e16)) + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @sanity/workbench-cli bumped to 1.3.0 + - @sanity/cli-build bumped to 4.0.0 + ## [7.7.1](https://github.com/sanity-io/cli/compare/cli-v7.7.0...cli-v7.7.1) _2026-07-08_ diff --git a/packages/@sanity/cli/package.json b/packages/@sanity/cli/package.json index fb5011fcf7..048b9d7409 100644 --- a/packages/@sanity/cli/package.json +++ b/packages/@sanity/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/cli", - "version": "7.7.1", + "version": "7.8.0", "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 65e4673e39..fc081940cf 100644 --- a/packages/@sanity/workbench-cli/CHANGELOG.md +++ b/packages/@sanity/workbench-cli/CHANGELOG.md @@ -1,5 +1,24 @@ # @sanity/workbench-cli +## [1.3.0](https://github.com/sanity-io/cli/compare/workbench-cli-v1.2.0...workbench-cli-v1.3.0) + +_2026-07-10_ + +### Features + +- **workbench:** deploy workbench apps to the Sanity app registry on `sanity deploy`, registering their interfaces (app view, views, services). Plain studios and coreApps are unaffected. ([#1442](https://github.com/sanity-io/cli/pull/1442)) ([a377fdb](https://github.com/sanity-io/cli/commit/a377fdb1e6c277311f97f632ac5fe76bc41f3904)) +- **workbench:** send `isSingleton` on core-app create (`POST /applications`) when set, surface it in the deploy report and `--json`, and relay the API's rejection message on failure. ([#1455](https://github.com/sanity-io/cli/pull/1455)) ([7f83938](https://github.com/sanity-io/cli/commit/7f83938eed8055b3fa6f2c8faf6f17e5f48f9694)) +- **workbench:** send studio workspaces (project, dataset, base path, title, icon) with workbench studio deploys, so the dashboard can surface them. ([#1453](https://github.com/sanity-io/cli/pull/1453)) ([fa1edf4](https://github.com/sanity-io/cli/commit/fa1edf4b13539e077880a7205e9b96d3252ae5d2)) +- **deploy:** create workbench apps at a configured slug ([#1473](https://github.com/sanity-io/cli/pull/1473)) ([0d0ae06](https://github.com/sanity-io/cli/commit/0d0ae066a28b1225dcf88ee600facd43f1c17d25)) + +### Bug Fixes + +- **workbench:** hash local app configs into an `id` so the workbench can detect config changes without stringifying ([#1468](https://github.com/sanity-io/cli/pull/1468)) ([e53c53d](https://github.com/sanity-io/cli/commit/e53c53dae1d17e652b9f5ff5b580e061b1657517)) +- **workbench:** forward config and interface contract versions on the dev wire ([#1469](https://github.com/sanity-io/cli/pull/1469)) ([cda20c6](https://github.com/sanity-io/cli/commit/cda20c622246c1f8bad38280aa4b181ea3ae73ab)) +- **workbench:** set the `__SANITY_STAGING__` runtime flag in the dev shell so staging environments resolve the staging API ([#1474](https://github.com/sanity-io/cli/pull/1474)) ([6a2fb73](https://github.com/sanity-io/cli/commit/6a2fb73571e3123a75a22a701f9f2391b554bf9c)) +- **deploy:** nest expose and config summaries in the dry-run report ([#1475](https://github.com/sanity-io/cli/pull/1475)) ([64e22e1](https://github.com/sanity-io/cli/commit/64e22e1280f763e31acbaa9e0ac28ca573c8dcb4)) +- **workbench:** rename the internal `installationConfig` field to `config`. ([#1456](https://github.com/sanity-io/cli/pull/1456)) ([62e8ad6](https://github.com/sanity-io/cli/commit/62e8ad66096ca6c840cfe7d960df2a91e9314e16)) + ## [1.2.0](https://github.com/sanity-io/cli/compare/workbench-cli-v1.1.3...workbench-cli-v1.2.0) _2026-07-07_ diff --git a/packages/@sanity/workbench-cli/package.json b/packages/@sanity/workbench-cli/package.json index 266ede3793..d463755ab0 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.2.0", + "version": "1.3.0", "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 a712361d98..0b0fb1570a 100644 --- a/packages/create-sanity/CHANGELOG.md +++ b/packages/create-sanity/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.0.16](https://github.com/sanity-io/cli/compare/create-sanity-v6.0.15...create-sanity-v6.0.16) + +_2026-07-10_ + +### Dependencies + +- The following workspace dependencies were updated + - dependencies + - @sanity/cli bumped to 7.8.0 + ## [6.0.15](https://github.com/sanity-io/cli/compare/create-sanity-v6.0.14...create-sanity-v6.0.15) _2026-07-08_ diff --git a/packages/create-sanity/package.json b/packages/create-sanity/package.json index 558d469b19..78fb759474 100644 --- a/packages/create-sanity/package.json +++ b/packages/create-sanity/package.json @@ -1,6 +1,6 @@ { "name": "create-sanity", - "version": "6.0.15", + "version": "6.0.16", "description": "Initialize a new Sanity project", "keywords": [ "cms",