From 259d601cfaaa9bfc1c5ce95a9850dd40c47374bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:16:00 +0100 Subject: [PATCH] chore: release master (#131) :robot: I have created a release *beep* *boop* ---
docs: 0.1.0 ## [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))
sprinter-sdk: 1.2.0 ## [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))
sprinter-react: 1.2.0 ## [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))
--- 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> --- .release-please-manifest.json | 6 +++--- docs/CHANGELOG.md | 12 ++++++++++++ docs/package.json | 2 +- packages/react/CHANGELOG.md | 12 ++++++++++++ packages/react/package.json | 2 +- packages/sdk/CHANGELOG.md | 14 ++++++++++++++ packages/sdk/package.json | 2 +- 7 files changed, 44 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c881402..1d6f481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e74091f..5e9d987 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/docs/package.json b/docs/package.json index 48487e9..be2d6d7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 886ac0f..4c649dd 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 78be11d..ce1a60f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index b809794..2bd203d 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -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 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 3712391..aa6ddde 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -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": {