Skip to content

Commit ee3df29

Browse files
chore: release master (#151)
🤖 I have created a release *beep* *boop* --- <details><summary>docs: 0.2.0</summary> ## [0.2.0](docs-v0.1.3...docs-v0.2.0) (2025-05-08) ### Features * staging changes to docs ([#146](#146)) ([217be20](217be20)) </details> <details><summary>sprinter-sdk: 1.3.0</summary> ## [1.3.0](sprinter-sdk-v1.2.4...sprinter-sdk-v1.3.0) (2025-05-08) ### Features * staging changes to docs ([#146](#146)) ([217be20](217be20)) </details> <details><summary>sprinter-react: 1.3.0</summary> ## [1.3.0](sprinter-react-v1.2.3...sprinter-react-v1.3.0) (2025-05-08) ### Features * staging changes to docs ([#146](#146)) ([217be20](217be20)) </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 217be20 commit ee3df29

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.1.3",
3-
"packages/sdk": "1.2.4",
4-
"packages/react": "1.2.3"
2+
"docs": "0.2.0",
3+
"packages/sdk": "1.3.0",
4+
"packages/react": "1.3.0"
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.2.0](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.1.3...docs-v0.2.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* staging changes to docs ([#146](https://github.com/sprintertech/sprinter-sdk/issues/146)) ([217be20](https://github.com/sprintertech/sprinter-sdk/commit/217be201118073cf5e01afedd5e6c213d10a5b5e))
9+
310
## [0.1.3](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.1.2...docs-v0.1.3) (2025-01-22)
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.1.3",
3+
"version": "0.2.0",
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.3.0](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.2.3...sprinter-react-v1.3.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* staging changes to docs ([#146](https://github.com/sprintertech/sprinter-sdk/issues/146)) ([217be20](https://github.com/sprintertech/sprinter-sdk/commit/217be201118073cf5e01afedd5e6c213d10a5b5e))
9+
310
## [1.2.3](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.2.2...sprinter-react-v1.2.3) (2025-01-22)
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.2.3",
7+
"version": "1.3.0",
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.3.0](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.2.4...sprinter-sdk-v1.3.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* staging changes to docs ([#146](https://github.com/sprintertech/sprinter-sdk/issues/146)) ([217be20](https://github.com/sprintertech/sprinter-sdk/commit/217be201118073cf5e01afedd5e6c213d10a5b5e))
9+
310
## [1.2.4](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.2.3...sprinter-sdk-v1.2.4) (2025-01-29)
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.2.4",
7+
"version": "1.3.0",
88
"main": "dist/index.js",
99
"license": "MIT",
1010
"scripts": {

0 commit comments

Comments
 (0)