Skip to content

Commit 5d46e3f

Browse files
chore: release main (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1ccdd2 commit 5d46e3f

11 files changed

Lines changed: 87 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.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"
2+
"apps/customer": "0.9.1",
3+
"apps/developer": "1.1.2",
4+
"packages/sdk": "3.4.10",
5+
"packages/sdk-react-provider": "1.3.5",
6+
"packages/openapi": "2.0.2"
77
}

apps/customer/CHANGELOG.md

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

3+
## [0.9.1](https://github.com/monerium/js-monorepo/compare/customer-v0.9.0...customer-v0.9.1) (2026-02-23)
4+
5+
6+
### Miscellaneous
7+
8+
* pnpm format ([a41e3cd](https://github.com/monerium/js-monorepo/commit/a41e3cd0bbcbf6f825aaedb1b3768210931c8756))
9+
310
## [0.9.0](https://github.com/monerium/js-monorepo/compare/customer-v0.8.0...customer-v0.9.0) (2026-02-20)
411

512

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

apps/developer/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/monerium/js-monorepo/compare/developer-v1.1.1...developer-v1.1.2) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* improve comment ([de1f888](https://github.com/monerium/js-monorepo/commit/de1f8885c01205de2f138350163139a9f7ecda11))
9+
* links ([714c0b2](https://github.com/monerium/js-monorepo/commit/714c0b223789ddd6e8e410090684118dde1b80b5))
10+
11+
12+
### Documentation
13+
14+
* fix base url ([4f1271d](https://github.com/monerium/js-monorepo/commit/4f1271dc4706b4954e9bd425a29671226eb325cd))
15+
16+
17+
### Miscellaneous
18+
19+
* fix discord link ([46b0a47](https://github.com/monerium/js-monorepo/commit/46b0a4712f69f9967afc8557c089d19fa008899c))
20+
* **openapi:** styling and lint ([50b7160](https://github.com/monerium/js-monorepo/commit/50b7160d57beae8a92eeebfbe55cbfdfa13f2757))
21+
* pnpm format ([a41e3cd](https://github.com/monerium/js-monorepo/commit/a41e3cd0bbcbf6f825aaedb1b3768210931c8756))
22+
* remove base url settings ([227832a](https://github.com/monerium/js-monorepo/commit/227832adcba969b82b7378057f9474859c16682e))
23+
* remove dev:docs, everything runs together now, update docs ([b23ad11](https://github.com/monerium/js-monorepo/commit/b23ad115a9c35694c2b361a7765f97d0b7e194f8))
24+
325
## [1.1.1](https://github.com/monerium/js-monorepo/compare/developer-v1.1.0...developer-v1.1.1) (2026-02-20)
426

527

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

packages/openapi/CHANGELOG.md

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

3+
## [2.0.2](https://github.com/monerium/js-monorepo/compare/openapi-v2.0.1...openapi-v2.0.2) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* build ([d1ccdd2](https://github.com/monerium/js-monorepo/commit/d1ccdd2ba7a644b98b38c57eb4a6751d8c037017))
9+
* links ([714c0b2](https://github.com/monerium/js-monorepo/commit/714c0b223789ddd6e8e410090684118dde1b80b5))
10+
11+
12+
### Documentation
13+
14+
* openapi readme ([d0a4197](https://github.com/monerium/js-monorepo/commit/d0a419752bdea41ca4e7a264b2a2a2de4bd31c18))
15+
16+
17+
### Miscellaneous
18+
19+
* lint-staged and editor settings for yaml ([407a721](https://github.com/monerium/js-monorepo/commit/407a721699db2324f287de0a1e9bad5a4bfe2795))
20+
* **openapi:** lint ([5698d2e](https://github.com/monerium/js-monorepo/commit/5698d2ec7b013785a6bbfff7af3d54cc346bcfca))
21+
* **openapi:** styling and lint ([50b7160](https://github.com/monerium/js-monorepo/commit/50b7160d57beae8a92eeebfbe55cbfdfa13f2757))
22+
* pnpm format ([a41e3cd](https://github.com/monerium/js-monorepo/commit/a41e3cd0bbcbf6f825aaedb1b3768210931c8756))
23+
324
## [2.0.1](https://github.com/monerium/js-monorepo/compare/openapi-v2.0.0...openapi-v2.0.1) (2026-02-20)
425

526

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.1",
3+
"version": "2.0.2",
44
"description": "Monerium OpenAPI specification",
55
"repository": {
66
"type": "git",

packages/sdk-react-provider/CHANGELOG.md

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

3+
## [1.3.5](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v1.3.4...sdk-react-provider-v1.3.5) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* build ([d1ccdd2](https://github.com/monerium/js-monorepo/commit/d1ccdd2ba7a644b98b38c57eb4a6751d8c037017))
9+
* links ([714c0b2](https://github.com/monerium/js-monorepo/commit/714c0b223789ddd6e8e410090684118dde1b80b5))
10+
11+
12+
### Miscellaneous
13+
14+
* lint-staged and editor settings for yaml ([407a721](https://github.com/monerium/js-monorepo/commit/407a721699db2324f287de0a1e9bad5a4bfe2795))
15+
316
## [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)
417

518

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.4",
3+
"version": "1.3.5",
44
"private": false,
55
"description": "React provider for the Monerium SDK.",
66
"repository": {

packages/sdk/CHANGELOG.md

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

3+
## [3.4.10](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.9...sdk-v3.4.10) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* build ([d1ccdd2](https://github.com/monerium/js-monorepo/commit/d1ccdd2ba7a644b98b38c57eb4a6751d8c037017))
9+
* links ([714c0b2](https://github.com/monerium/js-monorepo/commit/714c0b223789ddd6e8e410090684118dde1b80b5))
10+
11+
12+
### Miscellaneous
13+
14+
* lint-staged and editor settings for yaml ([407a721](https://github.com/monerium/js-monorepo/commit/407a721699db2324f287de0a1e9bad5a4bfe2795))
15+
* pnpm format ([a41e3cd](https://github.com/monerium/js-monorepo/commit/a41e3cd0bbcbf6f825aaedb1b3768210931c8756))
16+
317
## [3.4.9](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.8...sdk-v3.4.9) (2026-02-20)
418

519

0 commit comments

Comments
 (0)