Skip to content

Commit c0a361e

Browse files
chore: release main (#738)
Co-authored-by: squiggler-app[bot] <265501495+squiggler-app[bot]@users.noreply.github.com>
1 parent e11f495 commit c0a361e

File tree

9 files changed

+66
-8
lines changed

9 files changed

+66
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/@sanity/cli-core": "1.1.3",
3-
"packages/@sanity/cli-test": "0.2.5",
4-
"packages/@sanity/cli": "6.1.8",
2+
"packages/@sanity/cli-core": "1.2.0",
3+
"packages/@sanity/cli-test": "0.2.6",
4+
"packages/@sanity/cli": "6.2.0",
55
"packages/@sanity/eslint-config-cli": "1.0.1",
6-
"packages/create-sanity": "5.2.8"
6+
"packages/create-sanity": "5.2.9"
77
}

packages/@sanity/cli-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/sanity-io/cli/compare/cli-core-v1.1.3...cli-core-v1.2.0) (2026-03-19)
4+
5+
6+
### Features
7+
8+
* **debug:** improve output format, allow running outside project ([#733](https://github.com/sanity-io/cli/issues/733)) ([f2f2e2f](https://github.com/sanity-io/cli/commit/f2f2e2f31c2bdebf3cb138074ed92b2c0979aa09))
9+
10+
11+
### Bug Fixes
12+
13+
* **mcp:** use explicit mode for setupMCP during init ([#744](https://github.com/sanity-io/cli/issues/744)) ([e11f495](https://github.com/sanity-io/cli/commit/e11f49543cd5281434f0a0bff91d2badd3b32883))
14+
* support non-interactive mode for app templates and fix isInteractive CI detection ([#735](https://github.com/sanity-io/cli/issues/735)) ([ff9f15f](https://github.com/sanity-io/cli/commit/ff9f15f3f7a599b3bb06dbd25117e2d865623123))
15+
316
## [1.1.3](https://github.com/sanity-io/cli/compare/cli-core-v1.1.2...cli-core-v1.1.3) (2026-03-18)
417

518

packages/@sanity/cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/cli-core",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "Sanity CLI core package",
55
"keywords": [
66
"cli",

packages/@sanity/cli-test/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.6](https://github.com/sanity-io/cli/compare/cli-test-v0.2.5...cli-test-v0.2.6) (2026-03-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @sanity/cli-core bumped to 1.2.0
11+
* peerDependencies
12+
* @sanity/cli-core bumped to 1.2.0
13+
314
## [0.2.5](https://github.com/sanity-io/cli/compare/cli-test-v0.2.4...cli-test-v0.2.5) (2026-03-18)
415

516

packages/@sanity/cli-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/cli-test",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Sanity CLI test helpers and utilities",
55
"keywords": [
66
"cli",

packages/@sanity/cli/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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+
## [6.2.0](https://github.com/sanity-io/cli/compare/cli-v6.1.8...cli-v6.2.0) (2026-03-19)
7+
8+
9+
### Features
10+
11+
* **debug:** improve output format, allow running outside project ([#733](https://github.com/sanity-io/cli/issues/733)) ([f2f2e2f](https://github.com/sanity-io/cli/commit/f2f2e2f31c2bdebf3cb138074ed92b2c0979aa09))
12+
* **init:** improve flags for the init command ([#729](https://github.com/sanity-io/cli/issues/729)) ([171ad3f](https://github.com/sanity-io/cli/commit/171ad3fda4b448892f719adef840c55786fcf7ef))
13+
14+
15+
### Bug Fixes
16+
17+
* align on plural topic names, provide aliases for singular ([#714](https://github.com/sanity-io/cli/issues/714)) ([32f0884](https://github.com/sanity-io/cli/commit/32f0884d4c60672e00fe83449e8bad7dda1dfc38))
18+
* deprecate `start` command (preview alias) ([#721](https://github.com/sanity-io/cli/issues/721)) ([cffaf22](https://github.com/sanity-io/cli/commit/cffaf221e366ddc985f7ee833fa6ff533d177a4e))
19+
* **mcp:** use explicit mode for setupMCP during init ([#744](https://github.com/sanity-io/cli/issues/744)) ([e11f495](https://github.com/sanity-io/cli/commit/e11f49543cd5281434f0a0bff91d2badd3b32883))
20+
* support non-interactive mode for app templates and fix isInteractive CI detection ([#735](https://github.com/sanity-io/cli/issues/735)) ([ff9f15f](https://github.com/sanity-io/cli/commit/ff9f15f3f7a599b3bb06dbd25117e2d865623123))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @sanity/cli-core bumped to 1.2.0
28+
* devDependencies
29+
* @sanity/cli-test bumped to 0.2.6
30+
631
## [6.1.8](https://github.com/sanity-io/cli/compare/cli-v6.1.7...cli-v6.1.8) (2026-03-18)
732

833

packages/@sanity/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/cli",
3-
"version": "6.1.8",
3+
"version": "6.2.0",
44
"description": "Sanity CLI tool for managing Sanity projects and organizations",
55
"keywords": [
66
"cli",

packages/create-sanity/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.2.9](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.8...create-sanity-v5.2.9) (2026-03-19)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @sanity/cli bumped to 6.2.0
11+
312
## [5.2.8](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.7...create-sanity-v5.2.8) (2026-03-18)
413

514

packages/create-sanity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-sanity",
3-
"version": "5.2.8",
3+
"version": "5.2.9",
44
"description": "Initialize a new Sanity project",
55
"keywords": [
66
"cms",

0 commit comments

Comments
 (0)