Skip to content

Commit

Permalink
Release sdk-react-provider 0.3.0 🚀 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent cd631d2 commit 91f8c23
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/customer": "0.0.2",
"packages/sdk": "2.15.0",
"packages/sdk-react-provider": "0.2.0"
"packages/sdk-react-provider": "0.3.0"
}
20 changes: 20 additions & 0 deletions packages/sdk-react-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [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)


### Features

* deprecating redirectUrl for redirectUri for consistency w Oauth2.0 ([90e8639](https://github.com/monerium/js-monorepo/commit/90e863940da8623462a29ce3ac59bdfdcf20271e))
* 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))


### Documentation

* update docs with new chain property ([530606a](https://github.com/monerium/js-monorepo/commit/530606ad090851a47b688b8e1e3b82094f550d72))
* update documentation and exclude docs from creatinga new package version ([85e1c39](https://github.com/monerium/js-monorepo/commit/85e1c394993e46417cdf209277f6985238f495f7))


### Miscellaneous

* set gitRevision to always be main to reduce changes in docs ([2540e69](https://github.com/monerium/js-monorepo/commit/2540e69707019b0073eac69f1e7ee50021836f8c))
* update docs ([ffeefd2](https://github.com/monerium/js-monorepo/commit/ffeefd2a9bccc0d18acecd9390a7bfced5720c17))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monerium/sdk-react-provider",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "React provider for the Monerium SDK.",
"repository": {
Expand Down

0 comments on commit 91f8c23

Please sign in to comment.