Skip to content

Commit 30c2d0b

Browse files
chore: release master (#176)
🤖 I have created a release *beep* *boop* --- <details><summary>docs: 0.3.8</summary> ## [0.3.8](docs-v0.3.7...docs-v0.3.8) (2025-06-30) ### Bug Fixes * update solve api example ([#175](#175)) ([9dbfbd8](9dbfbd8)) </details> <details><summary>sprinter-sdk: 1.4.4</summary> ## [1.4.4](sprinter-sdk-v1.4.3...sprinter-sdk-v1.4.4) (2025-06-30) ### Bug Fixes * update solve api example ([#175](#175)) ([9dbfbd8](9dbfbd8)) </details> <details><summary>sprinter-react: 1.4.4</summary> ## [1.4.4](sprinter-react-v1.4.3...sprinter-react-v1.4.4) (2025-06-30) ### Bug Fixes * update solve api example ([#175](#175)) ([9dbfbd8](9dbfbd8)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9dbfbd8 commit 30c2d0b

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-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-
"docs": "0.3.7",
3-
"packages/sdk": "1.4.3",
4-
"packages/react": "1.4.3"
2+
"docs": "0.3.8",
3+
"packages/sdk": "1.4.4",
4+
"packages/react": "1.4.4"
55
}

docs/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.3.8](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.7...docs-v0.3.8) (2025-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* update solve api example ([#175](https://github.com/sprintertech/sprinter-sdk/issues/175)) ([9dbfbd8](https://github.com/sprintertech/sprinter-sdk/commit/9dbfbd8763e13b050e0bc3ca33414f6016a48cb4))
9+
310
## [0.3.7](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.6...docs-v0.3.7) (2025-06-26)
411

512

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/sprintertech/sprinter-sdk.git"

packages/react/CHANGELOG.md

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

3+
## [1.4.4](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.4.3...sprinter-react-v1.4.4) (2025-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* update solve api example ([#175](https://github.com/sprintertech/sprinter-sdk/issues/175)) ([9dbfbd8](https://github.com/sprintertech/sprinter-sdk/commit/9dbfbd8763e13b050e0bc3ca33414f6016a48cb4))
9+
310
## [1.4.3](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.4.2...sprinter-react-v1.4.3) (2025-05-28)
411

512
### Bug Fixes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git+https://github.com/sprintertech/sprinter-sdk.git"
66
},
7-
"version": "1.4.3",
7+
"version": "1.4.4",
88
"type": "module",
99
"main": "dist/main.js",
1010
"types": "dist/main.d.ts",

packages/sdk/CHANGELOG.md

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

3+
## [1.4.4](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.4.3...sprinter-sdk-v1.4.4) (2025-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* update solve api example ([#175](https://github.com/sprintertech/sprinter-sdk/issues/175)) ([9dbfbd8](https://github.com/sprintertech/sprinter-sdk/commit/9dbfbd8763e13b050e0bc3ca33414f6016a48cb4))
9+
310
## [1.4.3](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.4.2...sprinter-sdk-v1.4.3) (2025-05-28)
411

512
### Bug Fixes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git+https://github.com/sprintertech/sprinter-sdk.git"
66
},
7-
"version": "1.4.3",
7+
"version": "1.4.4",
88
"main": "dist/index.js",
99
"license": "MIT",
1010
"scripts": {

0 commit comments

Comments
 (0)