Skip to content

Commit

Permalink
chore: release master (#131)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>docs: 0.1.0</summary>

##
[0.1.0](docs-v0.0.1...docs-v0.1.0)
(2025-01-21)


### Features

* Add sweep function
([#115](#115))
([efaaa2b](efaaa2b)),
closes [#110](#110)


### Bug Fixes

* `package.json` - repository
([#127](#127))
([21c7007](21c7007))
</details>

<details><summary>sprinter-sdk: 1.2.0</summary>

##
[1.2.0](sprinter-sdk-v1.1.2...sprinter-sdk-v1.2.0)
(2025-01-21)


### Features

* Add sweep function
([#115](#115))
([efaaa2b](efaaa2b)),
closes [#110](#110)
* expand bridge transaction history using relay API
([#122](#122))
([06ca1a0](06ca1a0))


### Bug Fixes

* `package.json` - repository
([#127](#127))
([21c7007](21c7007))
* webpack import meta error
([#114](#114))
([f5f6fcf](f5f6fcf))
</details>

<details><summary>sprinter-react: 1.2.0</summary>

##
[1.2.0](sprinter-react-v1.1.2...sprinter-react-v1.2.0)
(2025-01-21)


### Features

* Add sweep function
([#115](#115))
([efaaa2b](efaaa2b)),
closes [#110](#110)


### Bug Fixes

* `package.json` - repository
([#127](#127))
([21c7007](21c7007))
</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>
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent b67ea2f commit 259d601
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"docs": "0.0.1",
"packages/sdk": "1.1.2",
"packages/react": "1.1.2"
"docs": "0.1.0",
"packages/sdk": "1.2.0",
"packages/react": "1.2.0"
}
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.0](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.0.1...docs-v0.1.0) (2025-01-21)


### Features

* Add sweep function ([#115](https://github.com/sprintertech/sprinter-sdk/issues/115)) ([efaaa2b](https://github.com/sprintertech/sprinter-sdk/commit/efaaa2b3d8674e46b264caddcd373218c3f552c1)), closes [#110](https://github.com/sprintertech/sprinter-sdk/issues/110)


### Bug Fixes

* `package.json` - repository ([#127](https://github.com/sprintertech/sprinter-sdk/issues/127)) ([21c7007](https://github.com/sprintertech/sprinter-sdk/commit/21c70077d2e5ef83730f730990e849f8d54ec8c0))

## [1.0.0](https://github.com/ChainSafe/sprinter-ts/compare/docs-v0.0.1...docs-v1.0.0) (2025-01-13)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.1",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/sprintertech/sprinter-sdk.git"
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-react-v1.1.2...sprinter-react-v1.2.0) (2025-01-21)


### Features

* Add sweep function ([#115](https://github.com/sprintertech/sprinter-sdk/issues/115)) ([efaaa2b](https://github.com/sprintertech/sprinter-sdk/commit/efaaa2b3d8674e46b264caddcd373218c3f552c1)), closes [#110](https://github.com/sprintertech/sprinter-sdk/issues/110)


### Bug Fixes

* `package.json` - repository ([#127](https://github.com/sprintertech/sprinter-sdk/issues/127)) ([21c7007](https://github.com/sprintertech/sprinter-sdk/commit/21c70077d2e5ef83730f730990e849f8d54ec8c0))

## [1.2.0](https://github.com/ChainSafe/sprinter-ts/compare/sprinter-react-v1.1.2...sprinter-react-v1.2.0) (2025-01-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/sprintertech/sprinter-sdk.git"
},
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/sprintertech/sprinter-sdk/compare/sprinter-sdk-v1.1.2...sprinter-sdk-v1.2.0) (2025-01-21)


### Features

* Add sweep function ([#115](https://github.com/sprintertech/sprinter-sdk/issues/115)) ([efaaa2b](https://github.com/sprintertech/sprinter-sdk/commit/efaaa2b3d8674e46b264caddcd373218c3f552c1)), closes [#110](https://github.com/sprintertech/sprinter-sdk/issues/110)
* expand bridge transaction history using relay API ([#122](https://github.com/sprintertech/sprinter-sdk/issues/122)) ([06ca1a0](https://github.com/sprintertech/sprinter-sdk/commit/06ca1a0d8b5cb76bc06cd9aeaf58ac81b197cde3))


### Bug Fixes

* `package.json` - repository ([#127](https://github.com/sprintertech/sprinter-sdk/issues/127)) ([21c7007](https://github.com/sprintertech/sprinter-sdk/commit/21c70077d2e5ef83730f730990e849f8d54ec8c0))
* webpack import meta error ([#114](https://github.com/sprintertech/sprinter-sdk/issues/114)) ([f5f6fcf](https://github.com/sprintertech/sprinter-sdk/commit/f5f6fcfda884cd70aa6ccd94f19b2641741b265b))

## [1.2.0](https://github.com/ChainSafe/sprinter-ts/compare/sprinter-sdk-v1.1.2...sprinter-sdk-v1.2.0) (2025-01-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/sprintertech/sprinter-sdk.git"
},
"version": "1.1.2",
"version": "1.2.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 259d601

Please sign in to comment.