Skip to content

Commit 3a7b706

Browse files
chore: release main (#188)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27788e5 commit 3a7b706

6 files changed

Lines changed: 38 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"apps/customer": "0.9.2",
3-
"apps/developer": "1.3.0",
4-
"packages/sdk": "3.5.0",
2+
"apps/customer": "0.10.0",
3+
"apps/developer": "2.0.0",
4+
"packages/sdk": "4.0.0",
55
"packages/sdk-react-provider": "1.3.11",
66
"packages/openapi": "2.3.1"
77
}

apps/customer/CHANGELOG.md

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

3+
## [0.10.0](https://github.com/monerium/js-monorepo/compare/customer-v0.9.2...customer-v0.10.0) (2026-04-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* sdk v4 ([#178](https://github.com/monerium/js-monorepo/issues/178))
9+
10+
### Features
11+
12+
* sdk v4 ([#178](https://github.com/monerium/js-monorepo/issues/178)) ([27788e5](https://github.com/monerium/js-monorepo/commit/27788e5f61c5dd1ffc7501a02b980fa8026ed065))
13+
314
## [0.9.2](https://github.com/monerium/js-monorepo/compare/customer-v0.9.1...customer-v0.9.2) (2026-04-22)
415

516

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.9.2",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo -p 5001",

apps/developer/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/monerium/js-monorepo/compare/developer-v1.3.0...developer-v2.0.0) (2026-04-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* sdk v4 ([#178](https://github.com/monerium/js-monorepo/issues/178))
9+
10+
### Features
11+
12+
* sdk v4 ([#178](https://github.com/monerium/js-monorepo/issues/178)) ([27788e5](https://github.com/monerium/js-monorepo/commit/27788e5f61c5dd1ffc7501a02b980fa8026ed065))
13+
314
## [1.3.0](https://github.com/monerium/js-monorepo/compare/developer-v1.2.0...developer-v1.3.0) (2026-04-29)
415

516

apps/developer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "developer",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "TYPEDOC_WATCH=true docusaurus start --port 3333 --poll 5000",

packages/sdk/CHANGELOG.md

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

3+
## [4.0.0](https://github.com/monerium/js-monorepo/compare/sdk-v3.5.0...sdk-v4.0.0) (2026-04-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* sdk v4 ([#178](https://github.com/monerium/js-monorepo/issues/178))
9+
10+
### Features
11+
12+
* sdk v4 ([#178](https://github.com/monerium/js-monorepo/issues/178)) ([27788e5](https://github.com/monerium/js-monorepo/commit/27788e5f61c5dd1ffc7501a02b980fa8026ed065))
13+
314
## [3.5.0](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.11...sdk-v3.5.0) (2026-04-22)
415

516

0 commit comments

Comments
 (0)