Skip to content

Commit 59f48ee

Browse files
chore: release master (#162)
🤖 I have created a release *beep* *boop* --- <details><summary>docs: 0.3.4</summary> ## [0.3.4](docs-v0.3.3...docs-v0.3.4) (2025-05-27) ### Bug Fixes * **docs:** typos ([#161](#161)) ([9f5c2f0](9f5c2f0)) </details> <details><summary>sprinter-sdk: 1.4.2</summary> ## [1.4.2](sprinter-sdk-v1.4.1...sprinter-sdk-v1.4.2) (2025-05-27) ### Bug Fixes * **docs:** typos ([#161](#161)) ([9f5c2f0](9f5c2f0)) </details> <details><summary>sprinter-react: 1.4.2</summary> ## [1.4.2](sprinter-react-v1.4.1...sprinter-react-v1.4.2) (2025-05-27) ### Bug Fixes * **docs:** typos ([#161](#161)) ([9f5c2f0](9f5c2f0)) </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 9f5c2f0 commit 59f48ee

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.3",
3-
"packages/sdk": "1.4.1",
4-
"packages/react": "1.4.1"
2+
"docs": "0.3.4",
3+
"packages/sdk": "1.4.2",
4+
"packages/react": "1.4.2"
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.4](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.3...docs-v0.3.4) (2025-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** typos ([#161](https://github.com/sprintertech/sprinter-sdk/issues/161)) ([9f5c2f0](https://github.com/sprintertech/sprinter-sdk/commit/9f5c2f09d873bff398fa350d91f36829c9ba6220))
9+
310
## [0.3.3](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.2...docs-v0.3.3) (2025-05-21)
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.3",
3+
"version": "0.3.4",
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.2](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.4.1...sprinter-react-v1.4.2) (2025-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** typos ([#161](https://github.com/sprintertech/sprinter-sdk/issues/161)) ([9f5c2f0](https://github.com/sprintertech/sprinter-sdk/commit/9f5c2f09d873bff398fa350d91f36829c9ba6220))
9+
310
## [1.4.1](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.4.0...sprinter-react-v1.4.1) (2025-05-21)
411

512

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.1",
7+
"version": "1.4.2",
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.2](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.4.1...sprinter-sdk-v1.4.2) (2025-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** typos ([#161](https://github.com/sprintertech/sprinter-sdk/issues/161)) ([9f5c2f0](https://github.com/sprintertech/sprinter-sdk/commit/9f5c2f09d873bff398fa350d91f36829c9ba6220))
9+
310
## [1.4.1](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.4.0...sprinter-sdk-v1.4.1) (2025-05-21)
411

512

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

0 commit comments

Comments
 (0)