Skip to content

Commit

Permalink
Release customer 0.1.0 🚀 (#81)
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 91f8c23 commit a64fff5
Show file tree
Hide file tree
Showing 3 changed files with 21 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",
"apps/customer": "0.1.0",
"packages/sdk": "2.15.0",
"packages/sdk-react-provider": "0.3.0"
}
19 changes: 19 additions & 0 deletions apps/customer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.1.0](https://github.com/monerium/js-monorepo/compare/customer-v0.0.2...customer-v0.1.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))
* **sdk-react-provider:** complete refactor to use react-query async state management ([8bda8a7](https://github.com/monerium/js-monorepo/commit/8bda8a7cc6a6fe42449990825db14090c3948f69))


### Documentation

* update docs with new chain property ([530606a](https://github.com/monerium/js-monorepo/commit/530606ad090851a47b688b8e1e3b82094f550d72))


### Miscellaneous

* netlify ([#89](https://github.com/monerium/js-monorepo/issues/89)) ([4f2ccbb](https://github.com/monerium/js-monorepo/commit/4f2ccbbab3654810f24287d973126d95378140bb))

## [0.0.2](https://github.com/monerium/js-monorepo/compare/customer-v0.0.2...customer-v0.0.2) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion apps/customer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customer",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down

0 comments on commit a64fff5

Please sign in to comment.