Skip to content

Commit 91f8c23

Browse files
Release sdk-react-provider 0.3.0 🚀 (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd631d2 commit 91f8c23

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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",
33
"packages/sdk": "2.15.0",
4-
"packages/sdk-react-provider": "0.2.0"
4+
"packages/sdk-react-provider": "0.3.0"
55
}

packages/sdk-react-provider/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v0.2.0...sdk-react-provider-v0.3.0) (2024-08-16)
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+
### Documentation
13+
14+
* update docs with new chain property ([530606a](https://github.com/monerium/js-monorepo/commit/530606ad090851a47b688b8e1e3b82094f550d72))
15+
* update documentation and exclude docs from creatinga new package version ([85e1c39](https://github.com/monerium/js-monorepo/commit/85e1c394993e46417cdf209277f6985238f495f7))
16+
17+
18+
### Miscellaneous
19+
20+
* set gitRevision to always be main to reduce changes in docs ([2540e69](https://github.com/monerium/js-monorepo/commit/2540e69707019b0073eac69f1e7ee50021836f8c))
21+
* update docs ([ffeefd2](https://github.com/monerium/js-monorepo/commit/ffeefd2a9bccc0d18acecd9390a7bfced5720c17))
22+
323
## [0.2.0](https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v0.1.2...sdk-react-provider-v0.2.0) (2024-07-25)
424

525

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

0 commit comments

Comments
 (0)