Skip to content

Commit 752cee5

Browse files
Release customer 0.4.0 🚀 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Einar Alexander Eymundsson <einaralex@gmail.com>
1 parent 284540e commit 752cee5

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/customer": "0.3.0",
2+
"apps/customer": "0.4.0",
33
"packages/sdk": "3.2.0",
44
"packages/sdk-react-provider": "1.1.0"
55
}

apps/customer/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/monerium/js-monorepo/compare/customer-v0.3.0...customer-v0.4.0) (2025-01-07)
4+
5+
6+
### Features
7+
8+
* add authorize email query-param ([#112](https://github.com/monerium/js-monorepo/issues/112)) ([d55b947](https://github.com/monerium/js-monorepo/commit/d55b9471bed9b9789f26e293b6775c0a5c661329))
9+
310
## [0.3.0](https://github.com/monerium/js-monorepo/compare/customer-v0.2.0...customer-v0.3.0) (2025-01-06)
411

512

apps/customer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customer",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)