Skip to content

Commit 2a48457

Browse files
chore: release main (#241)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent 26c458b commit 2a48457

File tree

9 files changed

+81
-8
lines changed

9 files changed

+81
-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": "0.1.0-alpha.4",
3-
"packages/@sanity/cli-test": "0.0.2-alpha.3",
4-
"packages/@sanity/cli": "6.0.0-alpha.4",
2+
"packages/@sanity/cli-core": "0.1.0-alpha.5",
3+
"packages/@sanity/cli-test": "0.0.2-alpha.4",
4+
"packages/@sanity/cli": "6.0.0-alpha.5",
55
"packages/@sanity/eslint-config-cli": "0.0.0-alpha.1",
6-
"packages/create-sanity": "6.0.0-alpha.0"
6+
"packages/create-sanity": "6.0.0-alpha.1"
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+
## [0.1.0-alpha.5](https://github.com/sanity-io/cli/compare/cli-core-v0.1.0-alpha.4...cli-core-v0.1.0-alpha.5) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* migrate schema deploy ([#242](https://github.com/sanity-io/cli/issues/242)) ([268b256](https://github.com/sanity-io/cli/commit/268b2560dd189663498df40abe39f9149ccbc6b7))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @sanity/types to v5 ([#269](https://github.com/sanity-io/cli/issues/269)) ([77f0617](https://github.com/sanity-io/cli/commit/77f0617a8f9c20998b69d54e0397eb6008fca5ea))
14+
* **deps:** update sanity-tooling ([#260](https://github.com/sanity-io/cli/issues/260)) ([c1d7c9d](https://github.com/sanity-io/cli/commit/c1d7c9d130a54f32aa85b3815a1dcecce73530af))
15+
316
## [0.1.0-alpha.4](https://github.com/sanity-io/cli/compare/cli-core-v0.1.0-alpha.3...cli-core-v0.1.0-alpha.4) (2025-12-30)
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": "0.1.0-alpha.4",
3+
"version": "0.1.0-alpha.5",
44
"description": "Sanity CLI core package",
55
"keywords": [
66
"sanity",

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.0.2-alpha.4](https://github.com/sanity-io/cli/compare/cli-test-v0.0.2-alpha.3...cli-test-v0.0.2-alpha.4) (2026-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency ansis to v4 ([#270](https://github.com/sanity-io/cli/issues/270)) ([4a79f5b](https://github.com/sanity-io/cli/commit/4a79f5b2ea31b90efe99cd06f898a42755f97777))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @sanity/cli-core bumped to 0.1.0-alpha.5
16+
* peerDependencies
17+
* @sanity/cli-core bumped to 0.1.0-alpha.5
18+
319
## [0.0.2-alpha.3](https://github.com/sanity-io/cli/compare/cli-test-v0.0.2-alpha.2...cli-test-v0.0.2-alpha.3) (2025-12-30)
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.0.2-alpha.3",
3+
"version": "0.0.2-alpha.4",
44
"description": "Sanity CLI test helpers and utilities",
55
"keywords": [
66
"sanity",

packages/@sanity/cli/CHANGELOG.md

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

3+
## [6.0.0-alpha.5](https://github.com/sanity-io/cli/compare/cli-v6.0.0-alpha.4...cli-v6.0.0-alpha.5) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* migrate schema deploy ([#242](https://github.com/sanity-io/cli/issues/242)) ([268b256](https://github.com/sanity-io/cli/commit/268b2560dd189663498df40abe39f9149ccbc6b7))
9+
* migrate schema list ([#198](https://github.com/sanity-io/cli/issues/198)) ([62f46ac](https://github.com/sanity-io/cli/commit/62f46acf17905f9630a1540c58c724acf810a12a))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update sanity-tooling ([#260](https://github.com/sanity-io/cli/issues/260)) ([c1d7c9d](https://github.com/sanity-io/cli/commit/c1d7c9d130a54f32aa85b3815a1dcecce73530af))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @sanity/cli-core bumped to 0.1.0-alpha.5
22+
* devDependencies
23+
* @sanity/cli-test bumped to 0.0.2-alpha.4
24+
325
## [6.0.0-alpha.4](https://github.com/sanity-io/cli/compare/cli-v6.0.0-alpha.3...cli-v6.0.0-alpha.4) (2025-12-30)
426

527

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.4",
3+
"version": "6.0.0-alpha.5",
44
"description": "Sanity CLI tool for managing Sanity projects and organizations",
55
"keywords": [
66
"sanity",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [6.0.0-alpha.1](https://github.com/sanity-io/cli/compare/create-sanity-v6.0.0-alpha.0...create-sanity-v6.0.0-alpha.1) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* **create-sanity:** spawn new `@sanity/cli` from `create-sanity` ([#50](https://github.com/sanity-io/cli/issues/50)) ([dfd1e35](https://github.com/sanity-io/cli/commit/dfd1e35f18f3cc330082c0211584ab3f61f58c6f))
9+
* publish create-sanity package ([#235](https://github.com/sanity-io/cli/issues/235)) ([a9b98d4](https://github.com/sanity-io/cli/commit/a9b98d43771d0926fd5f069facb623ed24e3d510))
10+
11+
12+
### Bug Fixes
13+
14+
* **cli:** align minimum node version in package with runtime check ([#30](https://github.com/sanity-io/cli/issues/30)) ([e64d763](https://github.com/sanity-io/cli/commit/e64d763c73d95b8c2e6d7bef11494b8db06a1322))
15+
* **create-sanity:** set exit code from spawned process ([#51](https://github.com/sanity-io/cli/issues/51)) ([894a45b](https://github.com/sanity-io/cli/commit/894a45be9bfc91166a3c5386c0e6ae2e489cbe73))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @sanity/cli bumped to 6.0.0-alpha.5

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": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "Initialize a new Sanity project",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)