Skip to content

Commit fcf94d5

Browse files
chore: release main (#152)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38c6470 commit fcf94d5

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/customer": "0.7.2",
3-
"packages/sdk": "3.4.4",
2+
"apps/customer": "0.7.3",
3+
"packages/sdk": "3.4.5",
44
"packages/sdk-react-provider": "1.3.1"
55
}

apps/customer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.3](https://github.com/monerium/js-monorepo/compare/customer-v0.7.2...customer-v0.7.3) (2026-02-02)
4+
5+
6+
### Miscellaneous
7+
8+
* support custom order id ([d1b874c](https://github.com/monerium/js-monorepo/commit/d1b874cdaedf273038130a3d8f2e3268573b5a7d))
9+
* update next because of vulrnability ([38c6470](https://github.com/monerium/js-monorepo/commit/38c64700d82a3e995b5cd47ff231b5e41a0af032))
10+
311
## [0.7.2](https://github.com/monerium/js-monorepo/compare/customer-v0.7.1...customer-v0.7.2) (2025-07-22)
412

513

apps/customer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customer",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

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+
## [3.4.5](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.4...sdk-v3.4.5) (2026-02-02)
4+
5+
6+
### Miscellaneous
7+
8+
* support custom order id ([d1b874c](https://github.com/monerium/js-monorepo/commit/d1b874cdaedf273038130a3d8f2e3268573b5a7d))
9+
310
## [3.4.4](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.3...sdk-v3.4.4) (2025-11-14)
411

512

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monerium/sdk",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "Essential tools to interact with the Monerium API, an electronic money issuer.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)