Skip to content

Commit

Permalink
Release customer 0.3.0 🚀 (#111)
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 <[email protected]>
  • Loading branch information
github-actions[bot] and einaralex authored Jan 6, 2025
1 parent 2404e8b commit b30584f
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.2.0",
"apps/customer": "0.3.0",
"packages/sdk": "3.1.0",
"packages/sdk-react-provider": "1.1.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.3.0](https://github.com/monerium/js-monorepo/compare/customer-v0.2.0...customer-v0.3.0) (2025-01-06)


### Features

* sandbox chains now use testnet names (e.g. ethereum -&gt; sepolia, gnosis -> chiado ...) ([#110](https://github.com/monerium/js-monorepo/issues/110)) ([40bfdf2](https://github.com/monerium/js-monorepo/commit/40bfdf2f65b41f3d89ab4af60e959506edaf6d67))

## [0.2.0](https://github.com/monerium/js-monorepo/compare/customer-v0.1.0...customer-v0.2.0) (2024-12-09)


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

0 comments on commit b30584f

Please sign in to comment.