File tree 5 files changed +52
-4
lines changed
5 files changed +52
-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
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump versions ([ #516 ] ( https://github.com/sanity-io/sdk/issues/516 ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ * bump versions ([ #516 ] ( https://github.com/sanity-io/sdk/issues/516 ) ) ([ 3601ade] ( https://github.com/sanity-io/sdk/commit/3601adeebe986af4102f639500a754d585694d9e ) )
13
+ * ** 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 ) )
14
+
15
+
16
+ ### Documentation
17
+
18
+ * update package readmes ([ #513 ] ( https://github.com/sanity-io/sdk/issues/513 ) ) ([ aa79bc7] ( https://github.com/sanity-io/sdk/commit/aa79bc74e904cfcac119be415d871fc71fe17277 ) )
19
+
3
20
## [ 0.0.2] ( https://github.com/sanity-io/sdk/compare/sdk-v0.0.1...sdk-v0.0.2 ) (2025-05-06)
4
21
5
22
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
+ * bump versions ([ #516 ] ( https://github.com/sanity-io/sdk/issues/516 ) )
9
+ * remove redundant guides: ([ #511 ] ( https://github.com/sanity-io/sdk/issues/511 ) )
10
+ * rename useProjection to useDocumentProjection & rename usePreview to useDocumentPreview ([ #508 ] ( https://github.com/sanity-io/sdk/issues/508 ) )
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump versions ([ #516 ] ( https://github.com/sanity-io/sdk/issues/516 ) ) ([ 3601ade] ( https://github.com/sanity-io/sdk/commit/3601adeebe986af4102f639500a754d585694d9e ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * remove redundant guides: ([ #511 ] ( https://github.com/sanity-io/sdk/issues/511 ) ) ([ c7be7ac] ( https://github.com/sanity-io/sdk/commit/c7be7ac1170727496fdb725265bd3d51e02101f3 ) )
20
+ * update package readmes ([ #513 ] ( https://github.com/sanity-io/sdk/issues/513 ) ) ([ aa79bc7] ( https://github.com/sanity-io/sdk/commit/aa79bc74e904cfcac119be415d871fc71fe17277 ) )
21
+
22
+
23
+ ### Miscellaneous
24
+
25
+ * 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 ) )
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @sanity/sdk bumped to 0.0.3
33
+
3
34
## [ 0.0.2] ( https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.1...sdk-react-v0.0.2 ) (2025-05-06)
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.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