File tree Expand file tree Collapse file tree 9 files changed +60
-8
lines changed
Expand file tree Collapse file tree 9 files changed +60
-8
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments