Skip to content

Commit 5c9f15d

Browse files
chore: release main (#757)
Co-authored-by: squiggler-app[bot] <265501495+squiggler-app[bot]@users.noreply.github.com>
1 parent 26b70ac commit 5c9f15d

File tree

9 files changed

+60
-8
lines changed

9 files changed

+60
-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.2.0",
3-
"packages/@sanity/cli-test": "0.2.6",
4-
"packages/@sanity/cli": "6.2.0",
2+
"packages/@sanity/cli-core": "1.2.1",
3+
"packages/@sanity/cli-test": "0.2.7",
4+
"packages/@sanity/cli": "6.2.1",
55
"packages/@sanity/eslint-config-cli": "1.0.1",
6-
"packages/create-sanity": "5.2.9"
6+
"packages/create-sanity": "5.2.10"
77
}

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

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

3+
## [1.2.1](https://github.com/sanity-io/cli/compare/cli-core-v1.2.0...cli-core-v1.2.1) (2026-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **telemetry:** scope consent cache by auth token ([#751](https://github.com/sanity-io/cli/issues/751)) ([86f3285](https://github.com/sanity-io/cli/commit/86f3285b6902fa61f15d85f340669d42efa7796f))
9+
310
## [1.2.0](https://github.com/sanity-io/cli/compare/cli-core-v1.1.3...cli-core-v1.2.0) (2026-03-19)
411

512

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.2.0",
3+
"version": "1.2.1",
44
"description": "Sanity CLI core package",
55
"keywords": [
66
"cli",

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

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

3+
## [0.2.7](https://github.com/sanity-io/cli/compare/cli-test-v0.2.6...cli-test-v0.2.7) (2026-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update sanity dependencies ([#758](https://github.com/sanity-io/cli/issues/758)) ([e093ac3](https://github.com/sanity-io/cli/commit/e093ac301d2dc9dbecc4fbb6c13eda293799186f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @sanity/cli-core bumped to 1.2.1
16+
* peerDependencies
17+
* @sanity/cli-core bumped to 1.2.1
18+
319
## [0.2.6](https://github.com/sanity-io/cli/compare/cli-test-v0.2.5...cli-test-v0.2.6) (2026-03-19)
420

521

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.6",
3+
"version": "0.2.7",
44
"description": "Sanity CLI test helpers and utilities",
55
"keywords": [
66
"cli",

packages/@sanity/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.1](https://github.com/sanity-io/cli/compare/cli-v6.2.0...cli-v6.2.1) (2026-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* bump preferred-pm to v5 to resolve js-yaml prototype pollution ([#756](https://github.com/sanity-io/cli/issues/756)) ([34577da](https://github.com/sanity-io/cli/commit/34577da2b6d07747e07360a32556a261e32b7adb))
12+
* **deps:** update oclif-tooling ([#764](https://github.com/sanity-io/cli/issues/764)) ([e81b18f](https://github.com/sanity-io/cli/commit/e81b18f6d96dce7799c0115d7979168364e3223c))
13+
* **deps:** update sanity dependencies ([#758](https://github.com/sanity-io/cli/issues/758)) ([e093ac3](https://github.com/sanity-io/cli/commit/e093ac301d2dc9dbecc4fbb6c13eda293799186f))
14+
* **import:** use stored CLI token instead of requiring --token flag ([#775](https://github.com/sanity-io/cli/issues/775)) ([353bea8](https://github.com/sanity-io/cli/commit/353bea88bd72b774837094098370136c1a7a9777))
15+
* **telemetry:** scope consent cache by auth token ([#751](https://github.com/sanity-io/cli/issues/751)) ([86f3285](https://github.com/sanity-io/cli/commit/86f3285b6902fa61f15d85f340669d42efa7796f))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @sanity/cli-core bumped to 1.2.1
23+
* devDependencies
24+
* @sanity/cli-test bumped to 0.2.7
25+
626
## [6.2.0](https://github.com/sanity-io/cli/compare/cli-v6.1.8...cli-v6.2.0) (2026-03-19)
727

828

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.2.0",
3+
"version": "6.2.1",
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.10](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.9...create-sanity-v5.2.10) (2026-03-24)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @sanity/cli bumped to 6.2.1
11+
312
## [5.2.9](https://github.com/sanity-io/cli/compare/create-sanity-v5.2.8...create-sanity-v5.2.9) (2026-03-19)
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.9",
3+
"version": "5.2.10",
44
"description": "Initialize a new Sanity project",
55
"keywords": [
66
"cms",

0 commit comments

Comments
 (0)