Skip to content

Commit ded7352

Browse files
chore: release master (#160)
🤖 I have created a release *beep* *boop* --- <details><summary>docs: 0.3.3</summary> ## [0.3.3](docs-v0.3.2...docs-v0.3.3) (2025-05-21) ### Bug Fixes * added MPC details ([#159](#159)) ([16fc0a2](16fc0a2)) </details> <details><summary>sprinter-sdk: 1.4.1</summary> ## [1.4.1](sprinter-sdk-v1.4.0...sprinter-sdk-v1.4.1) (2025-05-21) ### Bug Fixes * added MPC details ([#159](#159)) ([16fc0a2](16fc0a2)) </details> <details><summary>sprinter-react: 1.4.1</summary> ## [1.4.1](sprinter-react-v1.4.0...sprinter-react-v1.4.1) (2025-05-21) ### Bug Fixes * added MPC details ([#159](#159)) ([16fc0a2](16fc0a2)) </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 16fc0a2 commit ded7352

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.2",
3-
"packages/sdk": "1.4.0",
4-
"packages/react": "1.4.0"
2+
"docs": "0.3.3",
3+
"packages/sdk": "1.4.1",
4+
"packages/react": "1.4.1"
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.3](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.2...docs-v0.3.3) (2025-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* added MPC details ([#159](https://github.com/sprintertech/sprinter-sdk/issues/159)) ([16fc0a2](https://github.com/sprintertech/sprinter-sdk/commit/16fc0a28ff7925c2643a313d572773d10f1b4619))
9+
310
## [0.3.2](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.1...docs-v0.3.2) (2025-05-16)
411

512
### Bug Fixes

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.2",
3+
"version": "0.3.3",
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.1](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.4.0...sprinter-react-v1.4.1) (2025-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* added MPC details ([#159](https://github.com/sprintertech/sprinter-sdk/issues/159)) ([16fc0a2](https://github.com/sprintertech/sprinter-sdk/commit/16fc0a28ff7925c2643a313d572773d10f1b4619))
9+
310
## [1.4.0](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.3.0...sprinter-react-v1.4.0) (2025-05-09)
411

512
### Features

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.0",
7+
"version": "1.4.1",
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.1](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.4.0...sprinter-sdk-v1.4.1) (2025-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* added MPC details ([#159](https://github.com/sprintertech/sprinter-sdk/issues/159)) ([16fc0a2](https://github.com/sprintertech/sprinter-sdk/commit/16fc0a28ff7925c2643a313d572773d10f1b4619))
9+
310
## [1.4.0](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.3.0...sprinter-sdk-v1.4.0) (2025-05-09)
411

512
### Features

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.0",
7+
"version": "1.4.1",
88
"main": "dist/index.js",
99
"license": "MIT",
1010
"scripts": {

0 commit comments

Comments
 (0)