File tree Expand file tree Collapse file tree 7 files changed +77
-6
lines changed Expand file tree Collapse file tree 7 files changed +77
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
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 "
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## [ 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)
4
28
5
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/sdk" ,
3
- "version" : " 0.0.0-alpha.19 " ,
3
+ "version" : " 0.0.0-alpha.20 " ,
4
4
"private" : false ,
5
5
"description" : " Sanity SDK" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## [ 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)
4
20
5
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/sdk-react-internal" ,
3
- "version" : " 0.0.0-alpha.4 " ,
3
+ "version" : " 0.0.0-alpha.5 " ,
4
4
"private" : false ,
5
5
"description" : " Sanity SDK React toolkit for Content OS" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
34
## [ 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)
4
35
5
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/sdk-react" ,
3
- "version" : " 0.0.0-alpha.20 " ,
3
+ "version" : " 0.0.0-alpha.21 " ,
4
4
"private" : false ,
5
5
"description" : " Sanity SDK React toolkit for Content OS" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments