Skip to content

Commit d9aa752

Browse files
chore: release main (#336)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
1 parent a1d0ddf commit d9aa752

File tree

7 files changed

+53
-6
lines changed

7 files changed

+53
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core": "0.0.0-alpha.18",
3-
"packages/react": "0.0.0-alpha.19",
4-
"packages/react-internal": "0.0.0-alpha.3"
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"
55
}

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [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+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename `results` to `data` for useProjection hook ([#335](https://github.com/sanity-io/sdk/issues/335))
9+
* rename `result` to `data` for usePreview hook ([#325](https://github.com/sanity-io/sdk/issues/325))
10+
11+
### Features
12+
13+
* add useDashboardOrganizationId hook ([#339](https://github.com/sanity-io/sdk/issues/339)) ([401468e](https://github.com/sanity-io/sdk/commit/401468e07b8c74deb02d4b7df78af808bddd9242))
14+
* make packages public ([#320](https://github.com/sanity-io/sdk/issues/320)) ([8c94c29](https://github.com/sanity-io/sdk/commit/8c94c29b0aadd86273db59da1b0577aad682d6e9))
15+
* rename `result` to `data` for usePreview hook ([#325](https://github.com/sanity-io/sdk/issues/325)) ([1e5813e](https://github.com/sanity-io/sdk/commit/1e5813e2e26a72c463cafa8c5502043176930a5b))
16+
* rename `results` to `data` for useProjection hook ([#335](https://github.com/sanity-io/sdk/issues/335)) ([026dd26](https://github.com/sanity-io/sdk/commit/026dd26bffb9fc2a03801ef05a8d075a2968c725))
17+
318
## [0.0.0-alpha.18](https://github.com/sanity-io/sdk/compare/sdk-v0.0.0-alpha.17...sdk-v0.0.0-alpha.18) (2025-03-14)
419

520

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk",
3-
"version": "0.0.0-alpha.18",
3+
"version": "0.0.0-alpha.19",
44
"private": false,
55
"description": "Sanity SDK",
66
"keywords": [

packages/react-internal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency react-error-boundary to v5 ([#334](https://github.com/sanity-io/sdk/issues/334)) ([a128d7c](https://github.com/sanity-io/sdk/commit/a128d7c7a64f0e724028e0a6f0e0e2f17a399f82))
9+
310
## [0.0.0-alpha.3](https://github.com/sanity-io/sdk/compare/sdk-react-internal-v0.0.0-alpha.2...sdk-react-internal-v0.0.0-alpha.3) (2025-03-14)
411

512

packages/react-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk-react-internal",
3-
"version": "0.0.0-alpha.3",
3+
"version": "0.0.0-alpha.4",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [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+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename `results` to `data` for useProjection hook ([#335](https://github.com/sanity-io/sdk/issues/335))
9+
* rename `result` to `data` for usePreview hook ([#325](https://github.com/sanity-io/sdk/issues/325))
10+
11+
### Features
12+
13+
* add useDashboardOrganizationId hook ([#339](https://github.com/sanity-io/sdk/issues/339)) ([401468e](https://github.com/sanity-io/sdk/commit/401468e07b8c74deb02d4b7df78af808bddd9242))
14+
* make packages public ([#320](https://github.com/sanity-io/sdk/issues/320)) ([8c94c29](https://github.com/sanity-io/sdk/commit/8c94c29b0aadd86273db59da1b0577aad682d6e9))
15+
* **react:** add comlink fetch hook ([#338](https://github.com/sanity-io/sdk/issues/338)) ([1a78882](https://github.com/sanity-io/sdk/commit/1a788824a2c83126c1b39318aa05f8c3964cad8e))
16+
* **react:** add useNavigateToStudioDocument hook ([#352](https://github.com/sanity-io/sdk/issues/352)) ([a00b9fa](https://github.com/sanity-io/sdk/commit/a00b9fa381bd89f42da4ef95d01f6e5e7c5f0511))
17+
* **react:** create useStudioWorkspaceById hook ([#343](https://github.com/sanity-io/sdk/issues/343)) ([83feb21](https://github.com/sanity-io/sdk/commit/83feb216e13b903a312a5cffd63f793b29570b30))
18+
* **react:** use refs for nodes and channels ([#341](https://github.com/sanity-io/sdk/issues/341)) ([4a0b763](https://github.com/sanity-io/sdk/commit/4a0b7637463e8808180a2abe091795e1c3bcef1d))
19+
* rename `result` to `data` for usePreview hook ([#325](https://github.com/sanity-io/sdk/issues/325)) ([1e5813e](https://github.com/sanity-io/sdk/commit/1e5813e2e26a72c463cafa8c5502043176930a5b))
20+
* rename `results` to `data` for useProjection hook ([#335](https://github.com/sanity-io/sdk/issues/335)) ([026dd26](https://github.com/sanity-io/sdk/commit/026dd26bffb9fc2a03801ef05a8d075a2968c725))
21+
22+
23+
### Bug Fixes
24+
25+
* **deps:** update dependency react-error-boundary to v5 ([#334](https://github.com/sanity-io/sdk/issues/334)) ([a128d7c](https://github.com/sanity-io/sdk/commit/a128d7c7a64f0e724028e0a6f0e0e2f17a399f82))
26+
* update the react README to use the updated app template ([#354](https://github.com/sanity-io/sdk/issues/354)) ([a2a41d0](https://github.com/sanity-io/sdk/commit/a2a41d0bee9128317a0ee4de59008c75988daa74))
27+
328
## [0.0.0-alpha.19](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.0-alpha.18...sdk-react-v0.0.0-alpha.19) (2025-03-14)
429

530

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk-react",
3-
"version": "0.0.0-alpha.19",
3+
"version": "0.0.0-alpha.20",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

0 commit comments

Comments
 (0)