Skip to content

Commit 293c5d8

Browse files
chore: release main (#687)
Co-authored-by: squiggler-ent[bot] <265501495+squiggler-ent[bot]@users.noreply.github.com>
1 parent 842cc70 commit 293c5d8

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/@sanity/cli-core": "1.1.2",
33
"packages/@sanity/cli-test": "0.2.4",
4-
"packages/@sanity/cli": "6.1.5",
4+
"packages/@sanity/cli": "6.1.6",
55
"packages/@sanity/eslint-config-cli": "1.0.0",
6-
"packages/create-sanity": "5.2.5"
6+
"packages/create-sanity": "5.2.6"
77
}

packages/@sanity/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.1.6](https://github.com/sanity-io/cli/compare/cli-v6.1.5...cli-v6.1.6) (2026-03-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update sanity-tooling ([#683](https://github.com/sanity-io/cli/issues/683)) ([aee2e6e](https://github.com/sanity-io/cli/commit/aee2e6e8395e0584b7233fe37b41dba954fff7e0))
12+
* getCliClient() token not passed through ([#688](https://github.com/sanity-io/cli/issues/688)) ([15c6b7d](https://github.com/sanity-io/cli/commit/15c6b7d3c40ac1f2975c1e09befd9a308612f012))
13+
* schema extract path always appends `schema.json` ([#686](https://github.com/sanity-io/cli/issues/686)) ([daa0013](https://github.com/sanity-io/cli/commit/daa0013cf6ff2836976be840b67d75036cfce9d6))
14+
615
## [6.1.5](https://github.com/sanity-io/cli/compare/cli-v6.1.4...cli-v6.1.5) (2026-03-14)
716

817

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.5",
3+
"version": "6.1.6",
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.6](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.5...create-sanity-v5.2.6) (2026-03-16)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @sanity/cli bumped to 6.1.6
11+
312
## [5.2.5](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.4...create-sanity-v5.2.5) (2026-03-14)
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.5",
3+
"version": "5.2.6",
44
"description": "Initialize a new Sanity project",
55
"keywords": [
66
"cms",

0 commit comments

Comments
 (0)