Skip to content

Commit 639da43

Browse files
chore: release main (#511)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent 677cf69 commit 639da43

File tree

9 files changed

+93
-8
lines changed

9 files changed

+93
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/@sanity/cli-core": "0.1.0-alpha.17",
3-
"packages/@sanity/cli-test": "0.0.2-alpha.16",
4-
"packages/@sanity/cli": "6.0.0-alpha.18",
5-
"packages/@sanity/eslint-config-cli": "0.0.0-alpha.3"
2+
"packages/@sanity/cli-core": "0.1.0-alpha.18",
3+
"packages/@sanity/cli-test": "0.1.0-alpha.16",
4+
"packages/@sanity/cli": "6.0.0-alpha.19",
5+
"packages/@sanity/eslint-config-cli": "0.0.0-alpha.4"
66
}

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

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

3+
## [0.1.0-alpha.18](https://github.com/sanity-io/cli/compare/cli-core-v0.1.0-alpha.17...cli-core-v0.1.0-alpha.18) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* add `--project-id` flag + prompts for dataset commands ([#500](https://github.com/sanity-io/cli/issues/500)) ([b264fa2](https://github.com/sanity-io/cli/commit/b264fa2b6996cbd195620ee730fd9bc6e6f12288))
9+
* **dev:** missing critical features for `dev` command ([#442](https://github.com/sanity-io/cli/issues/442)) ([1acf0b0](https://github.com/sanity-io/cli/commit/1acf0b0be58dcfe87e7d2d8b7430389884bc16d4))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency @inquirer/prompts to ^8.3.0 ([#519](https://github.com/sanity-io/cli/issues/519)) ([d13245c](https://github.com/sanity-io/cli/commit/d13245c80de94728e3b5d07cbb7caceda48cf9de))
15+
16+
17+
### Performance Improvements
18+
19+
* cache reading cli config multiple times ([#506](https://github.com/sanity-io/cli/issues/506)) ([6222972](https://github.com/sanity-io/cli/commit/62229723b612fffd4da6d8621e29d4a0606c1e08))
20+
21+
22+
### Dependencies
23+
24+
* The following workspace dependencies were updated
25+
* devDependencies
26+
* @sanity/eslint-config-cli bumped to 0.0.0-alpha.4
27+
328
## [0.1.0-alpha.17](https://github.com/sanity-io/cli/compare/cli-core-v0.1.0-alpha.16...cli-core-v0.1.0-alpha.17) (2026-03-02)
429

530

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": "0.1.0-alpha.17",
3+
"version": "0.1.0-alpha.18",
44
"description": "Sanity CLI core package",
55
"keywords": [
66
"sanity",

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

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

3+
## [0.1.0-alpha.16](https://github.com/sanity-io/cli/compare/cli-test-v0.0.2-alpha.16...cli-test-v0.1.0-alpha.16) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* add `--project-id` flag + prompts for dataset commands ([#500](https://github.com/sanity-io/cli/issues/500)) ([b264fa2](https://github.com/sanity-io/cli/commit/b264fa2b6996cbd195620ee730fd9bc6e6f12288))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency esbuild to ^0.27.3 ([#528](https://github.com/sanity-io/cli/issues/528)) ([d6ef3bf](https://github.com/sanity-io/cli/commit/d6ef3bf526cf78c9fef035323491c83d3c1968d0))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* @sanity/cli-core bumped to 0.1.0-alpha.18
21+
* @sanity/eslint-config-cli bumped to 0.0.0-alpha.4
22+
* peerDependencies
23+
* @sanity/cli-core bumped to 0.1.0-alpha.18
24+
325
## [0.0.2-alpha.16](https://github.com/sanity-io/cli/compare/cli-test-v0.0.2-alpha.15...cli-test-v0.0.2-alpha.16) (2026-03-02)
426

527

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.0.2-alpha.16",
3+
"version": "0.1.0-alpha.16",
44
"description": "Sanity CLI test helpers and utilities",
55
"keywords": [
66
"sanity",

packages/@sanity/cli/CHANGELOG.md

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

3+
## [6.0.0-alpha.19](https://github.com/sanity-io/cli/compare/cli-v6.0.0-alpha.18...cli-v6.0.0-alpha.19) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* add `--project-id` flag + prompts for dataset commands ([#500](https://github.com/sanity-io/cli/issues/500)) ([b264fa2](https://github.com/sanity-io/cli/commit/b264fa2b6996cbd195620ee730fd9bc6e6f12288))
9+
* **dev:** missing critical features for `dev` command ([#442](https://github.com/sanity-io/cli/issues/442)) ([1acf0b0](https://github.com/sanity-io/cli/commit/1acf0b0be58dcfe87e7d2d8b7430389884bc16d4))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency open to v11 ([#517](https://github.com/sanity-io/cli/issues/517)) ([aff4cd7](https://github.com/sanity-io/cli/commit/aff4cd789a1340d813c1ba28f3d7e795d8c0cc5f))
15+
* **deps:** update dependency which to v6 ([#520](https://github.com/sanity-io/cli/issues/520)) ([20a5ef1](https://github.com/sanity-io/cli/commit/20a5ef193682f075c12bfdeb8b3ad1ed3cbc1216))
16+
* **deps:** update sanity-tooling ([#523](https://github.com/sanity-io/cli/issues/523)) ([0353b67](https://github.com/sanity-io/cli/commit/0353b6731a9bbed495a9131087b4dbdc73a6b045))
17+
* **lint:** turn off string raw rule for tests ([#508](https://github.com/sanity-io/cli/issues/508)) ([157df2d](https://github.com/sanity-io/cli/commit/157df2dd0a92e91cdf04df2ba170952441f044f9))
18+
19+
20+
### Performance Improvements
21+
22+
* cache reading cli config multiple times ([#506](https://github.com/sanity-io/cli/issues/506)) ([6222972](https://github.com/sanity-io/cli/commit/62229723b612fffd4da6d8621e29d4a0606c1e08))
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* @sanity/cli-core bumped to 0.1.0-alpha.18
30+
* devDependencies
31+
* @sanity/cli-test bumped to 0.1.0-alpha.16
32+
* @sanity/eslint-config-cli bumped to 0.0.0-alpha.4
33+
334
## [6.0.0-alpha.18](https://github.com/sanity-io/cli/compare/cli-v6.0.0-alpha.17...cli-v6.0.0-alpha.18) (2026-03-02)
435

536

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.0.0-alpha.18",
3+
"version": "6.0.0-alpha.19",
44
"description": "Sanity CLI tool for managing Sanity projects and organizations",
55
"keywords": [
66
"sanity",

packages/@sanity/eslint-config-cli/CHANGELOG.md

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

3+
## [0.0.0-alpha.4](https://github.com/sanity-io/cli/compare/eslint-config-cli-v0.0.0-alpha.3...eslint-config-cli-v0.0.0-alpha.4) (2026-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **lint:** turn off string raw rule for tests ([#508](https://github.com/sanity-io/cli/issues/508)) ([157df2d](https://github.com/sanity-io/cli/commit/157df2dd0a92e91cdf04df2ba170952441f044f9))
9+
310
## [0.0.0-alpha.3](https://github.com/sanity-io/cli/compare/eslint-config-cli-v0.0.0-alpha.2...eslint-config-cli-v0.0.0-alpha.3) (2026-03-02)
411

512

packages/@sanity/eslint-config-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/eslint-config-cli",
3-
"version": "0.0.0-alpha.3",
3+
"version": "0.0.0-alpha.4",
44
"description": "Shared ESLint configuration for Sanity CLI packages",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)