Skip to content

Commit fe1ecb9

Browse files
chore: release main (#670)
Co-authored-by: squiggler-ent[bot] <265501495+squiggler-ent[bot]@users.noreply.github.com>
1 parent c059421 commit fe1ecb9

File tree

9 files changed

+55
-8
lines changed

9 files changed

+55
-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.1.1",
3-
"packages/@sanity/cli-test": "0.2.3",
4-
"packages/@sanity/cli": "6.1.3",
2+
"packages/@sanity/cli-core": "1.1.2",
3+
"packages/@sanity/cli-test": "0.2.4",
4+
"packages/@sanity/cli": "6.1.4",
55
"packages/@sanity/eslint-config-cli": "1.0.0",
6-
"packages/create-sanity": "5.2.3"
6+
"packages/create-sanity": "5.2.4"
77
}

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

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

3+
## [1.1.2](https://github.com/sanity-io/cli/compare/cli-core-v1.1.1...cli-core-v1.1.2) (2026-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli-core:** defer JSDOM creation to first getBrowserStubs() call ([#676](https://github.com/sanity-io/cli/issues/676)) ([c059421](https://github.com/sanity-io/cli/commit/c0594214c53706b838ff7d6df91f3b37631d97a7))
9+
* schema extract causing Element is not defined error ([#672](https://github.com/sanity-io/cli/issues/672)) ([23a360e](https://github.com/sanity-io/cli/commit/23a360e0aef7c6edd581eb870e5927dbfe9ef336))
10+
* tsconfig paths not respected in the sanity config ([#669](https://github.com/sanity-io/cli/issues/669)) ([7ecf06b](https://github.com/sanity-io/cli/commit/7ecf06b61781f449081a618c70203d2223b6e47c))
11+
312
## [1.1.1](https://github.com/sanity-io/cli/compare/cli-core-v1.1.0...cli-core-v1.1.1) (2026-03-13)
413

514

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

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

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

3+
## [0.2.4](https://github.com/sanity-io/cli/compare/cli-test-v0.2.3...cli-test-v0.2.4) (2026-03-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @sanity/cli-core bumped to 1.1.2
11+
* peerDependencies
12+
* @sanity/cli-core bumped to 1.1.2
13+
314
## [0.2.3](https://github.com/sanity-io/cli/compare/cli-test-v0.2.2...cli-test-v0.2.3) (2026-03-13)
415

516

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

packages/@sanity/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.4](https://github.com/sanity-io/cli/compare/cli-v6.1.3...cli-v6.1.4) (2026-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update oclif-tooling ([#651](https://github.com/sanity-io/cli/issues/651)) ([f807f1d](https://github.com/sanity-io/cli/commit/f807f1dc351e4657debf86c00c5537b014391feb))
12+
* tsconfig paths not respected in the sanity config ([#669](https://github.com/sanity-io/cli/issues/669)) ([7ecf06b](https://github.com/sanity-io/cli/commit/7ecf06b61781f449081a618c70203d2223b6e47c))
13+
* validate auth token before MCP token creation ([#667](https://github.com/sanity-io/cli/issues/667)) ([fd0d4e7](https://github.com/sanity-io/cli/commit/fd0d4e78616667120e6cd2ae498352f928c47c1d))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @sanity/cli-core bumped to 1.1.2
21+
* devDependencies
22+
* @sanity/cli-test bumped to 0.2.4
23+
624
## [6.1.3](https://github.com/sanity-io/cli/compare/cli-v6.1.2...cli-v6.1.3) (2026-03-13)
725

826

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

0 commit comments

Comments
 (0)