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/config-hash-id.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deploy-interfaces.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deploy-singleton-core-apps.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deploy-studio-workspaces.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dev-contract-versions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dev-staging-runtime-flag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/frank-garlics-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-moles-take.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-dolls-smell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pr-1448.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pr-1473.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pr-1475.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rename-installationconfig-to-config.md

This file was deleted.

8 changes: 8 additions & 0 deletions fixtures/media-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fixtures/media-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-library-fixture",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"keywords": [
"sanity"
Expand Down
14 changes: 14 additions & 0 deletions packages/@sanity/cli-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
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": "3.0.0",
"version": "4.0.0",
"description": "Internal Sanity package for building studios and apps",
"keywords": [
"cli",
Expand Down
15 changes: 15 additions & 0 deletions packages/@sanity/cli-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli-test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
26 changes: 26 additions & 0 deletions packages/@sanity/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
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.7.1",
"version": "7.8.0",
"description": "Sanity CLI tool for managing Sanity projects and organizations",
"keywords": [
"cli",
Expand Down
19 changes: 19 additions & 0 deletions packages/@sanity/workbench-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
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.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",
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.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_
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.15",
"version": "6.0.16",
"description": "Initialize a new Sanity project",
"keywords": [
"cms",
Expand Down
Loading