File tree 5 files changed +41
-4
lines changed
5 files changed +41
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/core" : " 0.0.2 " ,
3
- "packages/react" : " 0.0.2 "
2
+ "packages/core" : " 0.0.3 " ,
3
+ "packages/react" : " 0.0.3 "
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.3] ( https://github.com/sanity-io/sdk/compare/sdk-v0.0.2...sdk-v0.0.3 ) (2025-05-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** core:** use raw perspective for functions that coalesce drafts and published ([ #503 ] ( https://github.com/sanity-io/sdk/issues/503 ) ) ([ 0bf6c57] ( https://github.com/sanity-io/sdk/commit/0bf6c577183fd0796fa9c00347af258cbb9b607c ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * update package readmes ([ #513 ] ( https://github.com/sanity-io/sdk/issues/513 ) ) ([ aa79bc7] ( https://github.com/sanity-io/sdk/commit/aa79bc74e904cfcac119be415d871fc71fe17277 ) )
14
+
3
15
## [ 0.0.2] ( https://github.com/sanity-io/sdk/compare/sdk-v0.0.1...sdk-v0.0.2 ) (2025-05-06)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/sdk" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
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.3] ( https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.2...sdk-react-v0.0.3 ) (2025-05-07)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * remove redundant guides: ([ #511 ] ( https://github.com/sanity-io/sdk/issues/511 ) )
9
+ * rename useProjection to useDocumentProjection & rename usePreview to useDocumentPreview ([ #508 ] ( https://github.com/sanity-io/sdk/issues/508 ) )
10
+
11
+ ### Documentation
12
+
13
+ * remove redundant guides: ([ #511 ] ( https://github.com/sanity-io/sdk/issues/511 ) ) ([ c7be7ac] ( https://github.com/sanity-io/sdk/commit/c7be7ac1170727496fdb725265bd3d51e02101f3 ) )
14
+ * update package readmes ([ #513 ] ( https://github.com/sanity-io/sdk/issues/513 ) ) ([ aa79bc7] ( https://github.com/sanity-io/sdk/commit/aa79bc74e904cfcac119be415d871fc71fe17277 ) )
15
+
16
+
17
+ ### Miscellaneous
18
+
19
+ * rename useProjection to useDocumentProjection & rename usePreview to useDocumentPreview ([ #508 ] ( https://github.com/sanity-io/sdk/issues/508 ) ) ([ 324aec7] ( https://github.com/sanity-io/sdk/commit/324aec74f69b42bfca3b44934130eeb91f013528 ) )
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @sanity/sdk bumped to 0.0.3
27
+
3
28
## [ 0.0.2] ( https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.1...sdk-react-v0.0.2 ) (2025-05-06)
4
29
5
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanity/sdk-react" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
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