Skip to content

chore: release main #509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "0.0.2",
"packages/react": "0.0.2"
"packages/core": "0.0.3",
"packages/react": "0.0.3"
}
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.3](https://github.com/sanity-io/sdk/compare/sdk-v0.0.2...sdk-v0.0.3) (2025-05-07)


### ⚠ BREAKING CHANGES

* bump versions ([#516](https://github.com/sanity-io/sdk/issues/516))

### Bug Fixes

* bump versions ([#516](https://github.com/sanity-io/sdk/issues/516)) ([3601ade](https://github.com/sanity-io/sdk/commit/3601adeebe986af4102f639500a754d585694d9e))
* **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))


### Documentation

* update package readmes ([#513](https://github.com/sanity-io/sdk/issues/513)) ([aa79bc7](https://github.com/sanity-io/sdk/commit/aa79bc74e904cfcac119be415d871fc71fe17277))

## [0.0.2](https://github.com/sanity-io/sdk/compare/sdk-v0.0.1...sdk-v0.0.2) (2025-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/sdk",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "Sanity SDK",
"keywords": [
Expand Down
31 changes: 31 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.0.3](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.2...sdk-react-v0.0.3) (2025-05-07)


### ⚠ BREAKING CHANGES

* bump versions ([#516](https://github.com/sanity-io/sdk/issues/516))
* remove redundant guides: ([#511](https://github.com/sanity-io/sdk/issues/511))
* rename useProjection to useDocumentProjection & rename usePreview to useDocumentPreview ([#508](https://github.com/sanity-io/sdk/issues/508))

### Bug Fixes

* bump versions ([#516](https://github.com/sanity-io/sdk/issues/516)) ([3601ade](https://github.com/sanity-io/sdk/commit/3601adeebe986af4102f639500a754d585694d9e))


### Documentation

* remove redundant guides: ([#511](https://github.com/sanity-io/sdk/issues/511)) ([c7be7ac](https://github.com/sanity-io/sdk/commit/c7be7ac1170727496fdb725265bd3d51e02101f3))
* update package readmes ([#513](https://github.com/sanity-io/sdk/issues/513)) ([aa79bc7](https://github.com/sanity-io/sdk/commit/aa79bc74e904cfcac119be415d871fc71fe17277))


### Miscellaneous

* 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))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/sdk bumped to 0.0.3

## [0.0.2](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.1...sdk-react-v0.0.2) (2025-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/sdk-react",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "Sanity SDK React toolkit for Content OS",
"keywords": [
Expand Down
Loading