Skip to content

Commit

Permalink
Release customer 0.5.0 🚀 (#122)
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>
Co-authored-by: Einar Alexander Eymundsson <einaralex@gmail.com>
  • Loading branch information
github-actions[bot] and einaralex authored Jan 10, 2025
1 parent 33648cf commit b7a1b8e
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4.1",
"apps/customer": "0.5.0",
"packages/sdk": "3.3.0",
"packages/sdk-react-provider": "1.2.0"
}
7 changes: 7 additions & 0 deletions apps/customer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/monerium/js-monorepo/compare/customer-v0.4.1...customer-v0.5.0) (2025-01-10)


### Features

* sign in with ethereum support ([#119](https://github.com/monerium/js-monorepo/issues/119)) ([ff9df26](https://github.com/monerium/js-monorepo/commit/ff9df2669615b43b934805d1710b026812e10c23))

## [0.4.1](https://github.com/monerium/js-monorepo/compare/customer-v0.4.0...customer-v0.4.1) (2025-01-08)


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.4.1",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down

0 comments on commit b7a1b8e

Please sign in to comment.