Skip to content

Commit 6c1cff0

Browse files
chore: release main (#214)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent d2a7d78 commit 6c1cff0

File tree

5 files changed

+248
-4
lines changed

5 files changed

+248
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/@sanity/cli-core": "0.0.2-alpha.3",
2+
"packages/@sanity/cli-core": "0.1.0-alpha.3",
33
"packages/@sanity/cli-test": "0.0.2-alpha.2",
4-
"packages/@sanity/cli": "6.0.0-alpha.0"
4+
"packages/@sanity/cli": "6.0.0-alpha.1"
55
}

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

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

3+
## [0.1.0-alpha.3](https://github.com/sanity-io/cli/compare/cli-core-v0.0.2-alpha.3...cli-core-v0.1.0-alpha.3) (2025-12-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add ux core helpers ([#219](https://github.com/sanity-io/cli/issues/219))
9+
10+
### Features
11+
12+
* add ux core helpers ([#219](https://github.com/sanity-io/cli/issues/219)) ([d2a7d78](https://github.com/sanity-io/cli/commit/d2a7d7858a1c83792a02abb2cd95fe44cbe3b6ed))
13+
* **graphql:** migrate graphql undeploy command ([#194](https://github.com/sanity-io/cli/issues/194)) ([3915139](https://github.com/sanity-io/cli/commit/39151391c3b557a53ed26e03016d9b7f7683285a))
14+
* **init:** migration of init command setup, plan/coupon logic, and authentication logic ([#199](https://github.com/sanity-io/cli/issues/199)) ([012168e](https://github.com/sanity-io/cli/commit/012168eb03ab7e309918206511dc60c21dea573f))
15+
* move tree util to core package ([#208](https://github.com/sanity-io/cli/issues/208)) ([83417a2](https://github.com/sanity-io/cli/commit/83417a2a004338e62a5f898f733c4d1732b36e9b))
16+
317
## [0.0.2-alpha.3](https://github.com/sanity-io/cli/compare/cli-core-v0.0.2-alpha.2...cli-core-v0.0.2-alpha.3) (2025-12-19)
418

519

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

0 commit comments

Comments
 (0)