Skip to content

Commit b42b380

Browse files
chore: release main (#359)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
1 parent f1617da commit b42b380

File tree

7 files changed

+77
-6
lines changed

7 files changed

+77
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core": "0.0.0-alpha.19",
3-
"packages/react": "0.0.0-alpha.20",
4-
"packages/react-internal": "0.0.0-alpha.4"
2+
"packages/core": "0.0.0-alpha.20",
3+
"packages/react": "0.0.0-alpha.21",
4+
"packages/react-internal": "0.0.0-alpha.5"
55
}

packages/core/CHANGELOG.md

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

3+
## [0.0.0-alpha.20](https://github.com/sanity-io/sdk/compare/sdk-v0.0.0-alpha.19...sdk-v0.0.0-alpha.20) (2025-03-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename usePermissions → useDocumentPermissions ([#365](https://github.com/sanity-io/sdk/issues/365))
9+
* rename useActions → useDocumentActions and useActions → useDocumentActions ([#362](https://github.com/sanity-io/sdk/issues/362))
10+
* rename useHandleCallback → useHandleAuthCallback and HandleCallback → HandleAuthCallback ([#358](https://github.com/sanity-io/sdk/issues/358))
11+
12+
### Features
13+
14+
* rename useActions → useDocumentActions and useActions → useDocumentActions ([#362](https://github.com/sanity-io/sdk/issues/362)) ([c753897](https://github.com/sanity-io/sdk/commit/c75389759a57c6da5ad306dbac46c6d58b4f8dda))
15+
* rename usePermissions → useDocumentPermissions ([#365](https://github.com/sanity-io/sdk/issues/365)) ([6ca2ada](https://github.com/sanity-io/sdk/commit/6ca2ada0b0d9a0633d46ccf8c0170c1712a3afb4))
16+
17+
18+
### Bug Fixes
19+
20+
* fix typedoc annotations for hooks ([#361](https://github.com/sanity-io/sdk/issues/361)) ([778a63a](https://github.com/sanity-io/sdk/commit/778a63ac5cb52ed6c1e28b1ff22605caad54db33))
21+
22+
23+
### Code Refactoring
24+
25+
* rename useHandleCallback → useHandleAuthCallback and HandleCallback → HandleAuthCallback ([#358](https://github.com/sanity-io/sdk/issues/358)) ([014dc69](https://github.com/sanity-io/sdk/commit/014dc695320273b4e166d946753e851c9701d159))
26+
327
## [0.0.0-alpha.19](https://github.com/sanity-io/sdk/compare/sdk-v0.0.0-alpha.18...sdk-v0.0.0-alpha.19) (2025-03-21)
428

529

packages/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/sdk",
3-
"version": "0.0.0-alpha.19",
3+
"version": "0.0.0-alpha.20",
44
"private": false,
55
"description": "Sanity SDK",
66
"keywords": [

packages/react-internal/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.0-alpha.5](https://github.com/sanity-io/sdk/compare/sdk-react-internal-v0.0.0-alpha.4...sdk-react-internal-v0.0.0-alpha.5) (2025-03-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename useHandleCallback → useHandleAuthCallback and HandleCallback → HandleAuthCallback ([#358](https://github.com/sanity-io/sdk/issues/358))
9+
10+
### Bug Fixes
11+
12+
* fix typedoc annotations for hooks ([#361](https://github.com/sanity-io/sdk/issues/361)) ([778a63a](https://github.com/sanity-io/sdk/commit/778a63ac5cb52ed6c1e28b1ff22605caad54db33))
13+
14+
15+
### Code Refactoring
16+
17+
* rename useHandleCallback → useHandleAuthCallback and HandleCallback → HandleAuthCallback ([#358](https://github.com/sanity-io/sdk/issues/358)) ([014dc69](https://github.com/sanity-io/sdk/commit/014dc695320273b4e166d946753e851c9701d159))
18+
319
## [0.0.0-alpha.4](https://github.com/sanity-io/sdk/compare/sdk-react-internal-v0.0.0-alpha.3...sdk-react-internal-v0.0.0-alpha.4) (2025-03-21)
420

521

packages/react-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk-react-internal",
3-
"version": "0.0.0-alpha.4",
3+
"version": "0.0.0-alpha.5",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

packages/react/CHANGELOG.md

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

3+
## [0.0.0-alpha.21](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.0-alpha.20...sdk-react-v0.0.0-alpha.21) (2025-03-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update `useManageFavorite` signature ([#360](https://github.com/sanity-io/sdk/issues/360))
9+
* rename usePermissions → useDocumentPermissions ([#365](https://github.com/sanity-io/sdk/issues/365))
10+
* rename useInfiniteList → useDocuments ([#363](https://github.com/sanity-io/sdk/issues/363))
11+
* rename usePaginatedList → usePaginatedDocuments ([#364](https://github.com/sanity-io/sdk/issues/364))
12+
* rename useActions → useDocumentActions and useActions → useDocumentActions ([#362](https://github.com/sanity-io/sdk/issues/362))
13+
* rename useHandleCallback → useHandleAuthCallback and HandleCallback → HandleAuthCallback ([#358](https://github.com/sanity-io/sdk/issues/358))
14+
15+
### Features
16+
17+
* **docs:** add a migration guide ([#357](https://github.com/sanity-io/sdk/issues/357)) ([47ef529](https://github.com/sanity-io/sdk/commit/47ef529e7d4c9f4453451ac6141d28a81a1dfbfe))
18+
* rename useActions → useDocumentActions and useActions → useDocumentActions ([#362](https://github.com/sanity-io/sdk/issues/362)) ([c753897](https://github.com/sanity-io/sdk/commit/c75389759a57c6da5ad306dbac46c6d58b4f8dda))
19+
* rename useInfiniteList → useDocuments ([#363](https://github.com/sanity-io/sdk/issues/363)) ([8e51dcc](https://github.com/sanity-io/sdk/commit/8e51dcc99bfcb84f59dd43f3b7d877daba158fa3))
20+
* rename usePaginatedList → usePaginatedDocuments ([#364](https://github.com/sanity-io/sdk/issues/364)) ([544019d](https://github.com/sanity-io/sdk/commit/544019d5c85d2c695848dcb6ea089cc84b7fbbcd))
21+
* rename usePermissions → useDocumentPermissions ([#365](https://github.com/sanity-io/sdk/issues/365)) ([6ca2ada](https://github.com/sanity-io/sdk/commit/6ca2ada0b0d9a0633d46ccf8c0170c1712a3afb4))
22+
* update `useManageFavorite` signature ([#360](https://github.com/sanity-io/sdk/issues/360)) ([f1617da](https://github.com/sanity-io/sdk/commit/f1617da31ddcb2d0595877f402a6a1ec82c1d0ab))
23+
24+
25+
### Bug Fixes
26+
27+
* fix typedoc annotations for hooks ([#361](https://github.com/sanity-io/sdk/issues/361)) ([778a63a](https://github.com/sanity-io/sdk/commit/778a63ac5cb52ed6c1e28b1ff22605caad54db33))
28+
29+
30+
### Code Refactoring
31+
32+
* rename useHandleCallback → useHandleAuthCallback and HandleCallback → HandleAuthCallback ([#358](https://github.com/sanity-io/sdk/issues/358)) ([014dc69](https://github.com/sanity-io/sdk/commit/014dc695320273b4e166d946753e851c9701d159))
33+
334
## [0.0.0-alpha.20](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.0-alpha.19...sdk-react-v0.0.0-alpha.20) (2025-03-21)
435

536

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk-react",
3-
"version": "0.0.0-alpha.20",
3+
"version": "0.0.0-alpha.21",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

0 commit comments

Comments
 (0)