Skip to content

Commit 8ed4703

Browse files
chore: release main (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 547b32b commit 8ed4703

7 files changed

Lines changed: 38 additions & 6 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
{
22
"apps/customer": "0.9.1",
3-
"apps/developer": "1.1.3",
4-
"packages/sdk": "3.4.11",
3+
"apps/developer": "1.2.0",
4+
"packages/sdk": "3.5.0",
55
"packages/sdk-react-provider": "1.3.6",
6-
"packages/openapi": "2.1.0"
6+
"packages/openapi": "2.2.0"
77
}

apps/developer/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/monerium/js-monorepo/compare/developer-v1.1.3...developer-v1.2.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* new developer experience docx ([#168](https://github.com/monerium/js-monorepo/issues/168)) ([211888b](https://github.com/monerium/js-monorepo/commit/211888bc26ef8e9870740442d9f4c89783007261))
9+
* sdk v4 preperation ([#172](https://github.com/monerium/js-monorepo/issues/172)) ([547b32b](https://github.com/monerium/js-monorepo/commit/547b32b2548c92408e0d355e88f32f763205f2ef))
10+
311
## [1.1.3](https://github.com/monerium/js-monorepo/compare/developer-v1.1.2...developer-v1.1.3) (2026-04-09)
412

513

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

packages/openapi/CHANGELOG.md

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

3+
## [2.2.0](https://github.com/monerium/js-monorepo/compare/openapi-v2.1.0...openapi-v2.2.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* new developer experience docx ([#168](https://github.com/monerium/js-monorepo/issues/168)) ([211888b](https://github.com/monerium/js-monorepo/commit/211888bc26ef8e9870740442d9f4c89783007261))
9+
10+
11+
### Bug Fixes
12+
13+
* openapi link to detail authorization ([b13c099](https://github.com/monerium/js-monorepo/commit/b13c09965e35533d7fac9ec1d1ac0f86e0d7d87d))
14+
315
## [2.1.0](https://github.com/monerium/js-monorepo/compare/openapi-v2.0.3...openapi-v2.1.0) (2026-04-09)
416

517

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

packages/sdk/CHANGELOG.md

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

3+
## [3.5.0](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.11...sdk-v3.5.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* sdk v4 preperation ([#172](https://github.com/monerium/js-monorepo/issues/172)) ([547b32b](https://github.com/monerium/js-monorepo/commit/547b32b2548c92408e0d355e88f32f763205f2ef))
9+
10+
11+
### Refactors
12+
13+
* make adding new chains less error prone ([#170](https://github.com/monerium/js-monorepo/issues/170)) ([c21d8fc](https://github.com/monerium/js-monorepo/commit/c21d8fcf13fc233fb586d9c3609bda5ba0069706))
14+
315
## [3.4.11](https://github.com/monerium/js-monorepo/compare/sdk-v3.4.10...sdk-v3.4.11) (2026-04-09)
416

517

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.11",
3+
"version": "3.5.0",
44
"description": "Essential tools to interact with the Monerium API, an electronic money issuer.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)