Skip to content

Commit cd631d2

Browse files
Release sdk 2.15.0 🚀 (#84)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fb6bea commit cd631d2

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"apps/customer": "0.0.2",
3-
"packages/sdk": "2.14.0",
3+
"packages/sdk": "2.15.0",
44
"packages/sdk-react-provider": "0.2.0"
55
}

packages/sdk/CHANGELOG.md

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

3+
## [2.15.0](https://github.com/monerium/js-monorepo/compare/sdk-v2.14.0...sdk-v2.15.0) (2024-08-15)
4+
5+
6+
### Features
7+
8+
* deprecating redirectUrl for redirectUri for consistency w Oauth2.0 ([90e8639](https://github.com/monerium/js-monorepo/commit/90e863940da8623462a29ce3ac59bdfdcf20271e))
9+
* remove chainId, chain should accept monerium chain name or chainId ([#85](https://github.com/monerium/js-monorepo/issues/85)) ([afbacb9](https://github.com/monerium/js-monorepo/commit/afbacb931eb15b00b69c3304bbcedcd9b156450c))
10+
11+
12+
### Bug Fixes
13+
14+
* type-maps error on turbo dev ([3a99cdc](https://github.com/monerium/js-monorepo/commit/3a99cdcf77793f4e3f1aa2fe1c54ace12b43cc28))
15+
16+
17+
### Documentation
18+
19+
* update docs with new chain property ([530606a](https://github.com/monerium/js-monorepo/commit/530606ad090851a47b688b8e1e3b82094f550d72))
20+
21+
22+
### Miscellaneous
23+
24+
* bypass some tests in ci because of Cloudflare errors ([731b05a](https://github.com/monerium/js-monorepo/commit/731b05a28814ad0c962339161ed4e8bd5473ba84))
25+
* init adding version param ([25fba47](https://github.com/monerium/js-monorepo/commit/25fba47c0183bef37878c8cb64e6182f75976176))
26+
* netlify ([#89](https://github.com/monerium/js-monorepo/issues/89)) ([4f2ccbb](https://github.com/monerium/js-monorepo/commit/4f2ccbbab3654810f24287d973126d95378140bb))
27+
* set gitRevision to always be main to reduce changes in docs ([2540e69](https://github.com/monerium/js-monorepo/commit/2540e69707019b0073eac69f1e7ee50021836f8c))
28+
329
## [2.14.0](https://github.com/monerium/js-monorepo/compare/sdk-v2.13.3...sdk-v2.14.0) (2024-07-25)
430

531

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": "2.14.0",
3+
"version": "2.15.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)