Skip to content

Commit 40aca0a

Browse files
chore: release main (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d36cbd0 commit 40aca0a

11 files changed

Lines changed: 100 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"apps/customer": "0.8.0",
3-
"apps/developer": "1.1.0",
4-
"packages/sdk": "3.4.8",
5-
"packages/sdk-react-provider": "1.3.3",
6-
"packages/openapi": "2.0.0"
2+
"apps/customer": "0.9.0",
3+
"apps/developer": "1.1.1",
4+
"packages/sdk": "3.4.9",
5+
"packages/sdk-react-provider": "1.3.4",
6+
"packages/openapi": "2.0.1"
77
}

apps/customer/CHANGELOG.md

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

3+
## [0.9.0](https://github.com/monerium/js-monorepo/compare/customer-v0.8.0...customer-v0.9.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* demo app can send money ([5ff1829](https://github.com/monerium/js-monorepo/commit/5ff182908ff495ed088eac3b040d53483c04c564))
9+
* make it look better ([28c291d](https://github.com/monerium/js-monorepo/commit/28c291dd776cd46dc96d70263765c209a05ce479))
10+
11+
12+
### Bug Fixes
13+
14+
* lint ([481b805](https://github.com/monerium/js-monorepo/commit/481b805582cc59642a598af597e3830443e67d84))
15+
16+
17+
### Miscellaneous
18+
19+
* add ability to switch wallets and chains to demo app ([62b29e0](https://github.com/monerium/js-monorepo/commit/62b29e0e9824c75fa21510cb1b811cb4334d0bc3))
20+
* adjust doc base_url, fix links and add publishable openapi ([6316135](https://github.com/monerium/js-monorepo/commit/63161357a18682c4463f3da0e1eb7df6190283da))
21+
* fix build order, lint and upgrade next ([60bd827](https://github.com/monerium/js-monorepo/commit/60bd827ebd635a8107403db0216e7671fa73f91b))
22+
* ignore eslintcache ([510d7e6](https://github.com/monerium/js-monorepo/commit/510d7e663d2d2725c8f5f6bdcc8cca24bf8368c2))
23+
24+
25+
### Refactors
26+
27+
* upgrade ESLint to v9, migrate to flat config, and fix SSR IndexedDB errors ([5a5733c](https://github.com/monerium/js-monorepo/commit/5a5733cdfb85508f2b509d79c1f365e682b87bde))
28+
329
## [0.8.0](https://github.com/monerium/js-monorepo/compare/customer-v0.7.4...customer-v0.8.0) (2026-02-19)
430

531

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

apps/developer/CHANGELOG.md

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

3+
## [1.1.1](https://github.com/monerium/js-monorepo/compare/developer-v1.1.0...developer-v1.1.1) (2026-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* lint ([481b805](https://github.com/monerium/js-monorepo/commit/481b805582cc59642a598af597e3830443e67d84))
9+
10+
11+
### Miscellaneous
12+
13+
* adjust doc base_url, fix links and add publishable openapi ([6316135](https://github.com/monerium/js-monorepo/commit/63161357a18682c4463f3da0e1eb7df6190283da))
14+
315
## [1.1.0](https://github.com/monerium/js-monorepo/compare/developer-v1.0.0...developer-v1.1.0) (2026-02-19)
416

517

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.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"dev:docs": "docusaurus start --port 3333 --poll 5000",

packages/openapi/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.0.1](https://github.com/monerium/js-monorepo/compare/openapi-v2.0.0...openapi-v2.0.1) (2026-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* lint ([481b805](https://github.com/monerium/js-monorepo/commit/481b805582cc59642a598af597e3830443e67d84))
9+
10+
11+
### Miscellaneous
12+
13+
* adjust doc base_url, fix links and add publishable openapi ([6316135](https://github.com/monerium/js-monorepo/commit/63161357a18682c4463f3da0e1eb7df6190283da))

packages/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monerium/openapi",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Monerium OpenAPI specification",
55
"repository": {
66
"type": "git",

packages/sdk-react-provider/CHANGELOG.md

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

3+
## [1.3.4](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.3.3...sdk-react-provider-v1.3.4) (2026-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* lint ([481b805](https://github.com/monerium/js-monorepo/commit/481b805582cc59642a598af597e3830443e67d84))
9+
10+
11+
### Miscellaneous
12+
13+
* adjust doc base_url, fix links and add publishable openapi ([6316135](https://github.com/monerium/js-monorepo/commit/63161357a18682c4463f3da0e1eb7df6190283da))
14+
* fix build order, lint and upgrade next ([60bd827](https://github.com/monerium/js-monorepo/commit/60bd827ebd635a8107403db0216e7671fa73f91b))
15+
* ignore eslintcache ([510d7e6](https://github.com/monerium/js-monorepo/commit/510d7e663d2d2725c8f5f6bdcc8cca24bf8368c2))
16+
17+
18+
### Refactors
19+
20+
* upgrade ESLint to v9, migrate to flat config, and fix SSR IndexedDB errors ([5a5733c](https://github.com/monerium/js-monorepo/commit/5a5733cdfb85508f2b509d79c1f365e682b87bde))
21+
322
## [1.3.3](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.3.2...sdk-react-provider-v1.3.3) (2026-02-02)
423

524

packages/sdk-react-provider/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-react-provider",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"private": false,
55
"description": "React provider for the Monerium SDK.",
66
"repository": {

packages/sdk/CHANGELOG.md

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

3+
## [3.4.9](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.8...sdk-v3.4.9) (2026-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* lint ([481b805](https://github.com/monerium/js-monorepo/commit/481b805582cc59642a598af597e3830443e67d84))
9+
* test ([5e22ef1](https://github.com/monerium/js-monorepo/commit/5e22ef12e5df5cfb448995ee4bd66ad8ae76bcc7))
10+
11+
12+
### Miscellaneous
13+
14+
* adjust doc base_url, fix links and add publishable openapi ([6316135](https://github.com/monerium/js-monorepo/commit/63161357a18682c4463f3da0e1eb7df6190283da))
15+
* fix build order, lint and upgrade next ([60bd827](https://github.com/monerium/js-monorepo/commit/60bd827ebd635a8107403db0216e7671fa73f91b))
16+
* ignore eslintcache ([510d7e6](https://github.com/monerium/js-monorepo/commit/510d7e663d2d2725c8f5f6bdcc8cca24bf8368c2))
17+
18+
19+
### Refactors
20+
21+
* upgrade ESLint to v9, migrate to flat config, and fix SSR IndexedDB errors ([5a5733c](https://github.com/monerium/js-monorepo/commit/5a5733cdfb85508f2b509d79c1f365e682b87bde))
22+
323
## [3.4.8](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.7...sdk-v3.4.8) (2026-02-13)
424

525

0 commit comments

Comments
 (0)