Skip to content

Commit 216b483

Browse files
chore: release main (#594)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent 5fbd500 commit 216b483

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.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.1.1",
3-
"packages/react": "2.1.1"
2+
"packages/core": "2.1.2",
3+
"packages/react": "2.1.2"
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.1.2](https://github.com/sanity-io/sdk/compare/sdk-v2.1.1...sdk-v2.1.2) (2025-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* fixes request tags ([#593](https://github.com/sanity-io/sdk/issues/593)) ([5fbd500](https://github.com/sanity-io/sdk/commit/5fbd50043976aaea047ddac262a297e93d3b9c56))
9+
310
## [2.1.1](https://github.com/sanity-io/sdk/compare/sdk-v2.1.0...sdk-v2.1.1) (2025-07-24)
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.1.1",
3+
"version": "2.1.2",
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.1.2](https://github.com/sanity-io/sdk/compare/sdk-react-v2.1.1...sdk-react-v2.1.2) (2025-08-05)
4+
5+
6+
### Miscellaneous
7+
8+
* **sdk-react:** Synchronize sdk versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @sanity/sdk bumped to 2.1.2
16+
317
## [2.1.1](https://github.com/sanity-io/sdk/compare/sdk-react-v2.1.0...sdk-react-v2.1.1) (2025-07-24)
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.1.1",
3+
"version": "2.1.2",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

0 commit comments

Comments
 (0)