diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0b626c5..c6aed8d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "0.0.2", - "packages/react": "0.0.2" + "packages/core": "0.0.3", + "packages/react": "0.0.3" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 63068ea6..6e442a9a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index e82a7ebd..cab0a81e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/sdk", - "version": "0.0.2", + "version": "0.0.3", "private": false, "description": "Sanity SDK", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f0eab6b4..00f29822 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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) diff --git a/packages/react/package.json b/packages/react/package.json index dbb9554e..fcf713df 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": [