Skip to content

Commit 6267cf6

Browse files
chore: version packages
1 parent 59b6a3c commit 6267cf6

7 files changed

Lines changed: 19 additions & 18 deletions

File tree

.changeset/fix-build-schema-extraction.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pr-1004.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/replace-preferred-pm.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/@sanity/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 6.4.1
4+
5+
### Patch Changes
6+
7+
- [#1002](https://github.com/sanity-io/cli/pull/1002) [`2fd358f`](https://github.com/sanity-io/cli/commit/2fd358fc52ed3e2c3b89e45796e4a6044e03cd4c) Thanks [@binoy14](https://github.com/binoy14)! - Pass schemaExtraction config through to build so `sanity build` respects `schemaExtraction.enabled` in `sanity.cli.ts`
8+
9+
- [#1004](https://github.com/sanity-io/cli/pull/1004) [`26f0fb5`](https://github.com/sanity-io/cli/commit/26f0fb5774c142df2722ec3b4cd299e7419abf46) Thanks [@binoy14](https://github.com/binoy14)! - default to TypeScript in unattended mode for sanity init
10+
11+
- [#984](https://github.com/sanity-io/cli/pull/984) [`154e361`](https://github.com/sanity-io/cli/commit/154e36116535fa9a6f6e8458aa919616f5d1b383) Thanks [@binoy14](https://github.com/binoy14)! - Fix package manager detection failing with yarn v1 on Node 20.
12+
313
## 6.4.0
414

515
### Minor Changes

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.4.0",
3+
"version": "6.4.1",
44
"description": "Sanity CLI tool for managing Sanity projects and organizations",
55
"keywords": [
66
"cli",

packages/create-sanity/CHANGELOG.md

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

3+
## 5.2.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2fd358f`](https://github.com/sanity-io/cli/commit/2fd358fc52ed3e2c3b89e45796e4a6044e03cd4c), [`26f0fb5`](https://github.com/sanity-io/cli/commit/26f0fb5774c142df2722ec3b4cd299e7419abf46), [`154e361`](https://github.com/sanity-io/cli/commit/154e36116535fa9a6f6e8458aa919616f5d1b383)]:
8+
- @sanity/cli@6.4.1
9+
310
## 5.2.14
411

512
### Patch Changes

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.14",
3+
"version": "5.2.15",
44
"description": "Initialize a new Sanity project",
55
"keywords": [
66
"cms",

0 commit comments

Comments
 (0)