Skip to content

Commit cb9d7cc

Browse files
chore: release main (#744)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent d1eb7bc commit cb9d7cc

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "2.7.0",
3-
"packages/react": "2.7.0"
2+
"packages/core": "2.8.0",
3+
"packages/react": "2.8.0"
44
}

packages/core/CHANGELOG.md

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

3+
## [2.8.0](https://github.com/sanity-io/sdk/compare/sdk-v2.7.0...sdk-v2.8.0) (2026-02-19)
4+
5+
6+
### Miscellaneous
7+
8+
* **sdk:** Synchronize sdk versions
9+
310
## [2.7.0](https://github.com/sanity-io/sdk/compare/sdk-v2.6.0...sdk-v2.7.0) (2026-02-12)
411

512

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": "2.7.0",
3+
"version": "2.8.0",
44
"private": false,
55
"description": "Sanity SDK",
66
"keywords": [

packages/react/CHANGELOG.md

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

3+
## [2.8.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.7.0...sdk-react-v2.8.0) (2026-02-19)
4+
5+
6+
### Features
7+
8+
* **access:** if a project user can't be found envoke dashboard request-access flow ([#655](https://github.com/sanity-io/sdk/issues/655)) ([d1eb7bc](https://github.com/sanity-io/sdk/commit/d1eb7bc12a6dac6d04340918bdf546db3b89fa02))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @sanity/sdk bumped to 2.8.0
16+
317
## [2.7.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.6.0...sdk-react-v2.7.0) (2026-02-12)
418

519

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": "2.7.0",
3+
"version": "2.8.0",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

0 commit comments

Comments
 (0)