Skip to content

Commit

Permalink
chore: release main (#125)
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 e39fac1 commit 18ec9aa
Show file tree
Hide file tree
Showing 5 changed files with 19 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.0",
"packages/sdk-react-provider": "1.2.0"
"packages/sdk": "3.3.1",
"packages/sdk-react-provider": "1.2.1"
}
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.1](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.2.0...sdk-react-provider-v1.2.1) (2025-01-13)


### Bug Fixes

* profile type ([#123](https://github.com/monerium/js-monorepo/issues/123)) ([e39fac1](https://github.com/monerium/js-monorepo/commit/e39fac1bd155a35f1501f88a494de569444145fa))

## [1.2.0](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.1.1...sdk-react-provider-v1.2.0) (2025-01-10)


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.0",
"version": "1.2.1",
"private": false,
"description": "React provider for the Monerium SDK.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* add prod test and join pull request together ([#124](https://github.com/monerium/js-monorepo/issues/124)) ([d031678](https://github.com/monerium/js-monorepo/commit/d031678c3e92057d87b371c87f9c1ee38d6266de))
* profile type ([#123](https://github.com/monerium/js-monorepo/issues/123)) ([e39fac1](https://github.com/monerium/js-monorepo/commit/e39fac1bd155a35f1501f88a494de569444145fa))

## [3.3.0](https://github.com/monerium/js-monorepo/compare/sdk-v3.2.1...sdk-v3.3.0) (2025-01-10)


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.0",
"version": "3.3.1",
"description": "Essential tools to interact with the Monerium API, an electronic money issuer.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 18ec9aa

Please sign in to comment.