Skip to content

Commit

Permalink
chore: release main (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent 1e33b34 commit 57191b0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/customer": "0.5.0",
"packages/sdk": "3.3.1",
"packages/sdk-react-provider": "1.2.1"
"packages/sdk": "3.3.2",
"packages/sdk-react-provider": "1.2.2"
}
7 changes: 7 additions & 0 deletions packages/sdk-react-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.2.1...sdk-react-provider-v1.2.2) (2025-01-13)


### Bug Fixes

* incorrect statement in docs ([1e33b34](https://github.com/monerium/js-monorepo/commit/1e33b3439ac6e39ca8f81c21a7d9aef067b2bf81))

## [1.2.1](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.2.0...sdk-react-provider-v1.2.1) (2025-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monerium/sdk-react-provider",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"description": "React provider for the Monerium SDK.",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.2](https://github.com/monerium/js-monorepo/compare/sdk-v3.3.1...sdk-v3.3.2) (2025-01-13)


### Bug Fixes

* incorrect statement in docs ([1e33b34](https://github.com/monerium/js-monorepo/commit/1e33b3439ac6e39ca8f81c21a7d9aef067b2bf81))

## [3.3.1](https://github.com/monerium/js-monorepo/compare/sdk-v3.3.0...sdk-v3.3.1) (2025-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monerium/sdk",
"version": "3.3.1",
"version": "3.3.2",
"description": "Essential tools to interact with the Monerium API, an electronic money issuer.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 57191b0

Please sign in to comment.