Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/coderaveHQ/memuno_app/compare/v1.2.1...v1.3.0) (2026-03-29)


### Features

* **auth:** introduce MCheckbox and update sign-up legal consent UI ([cb25c5e](https://github.com/coderaveHQ/memuno_app/commit/cb25c5ed271ffe69420b30a39e49975444358617))
* **meme-templates:** add templates 37-114 and 20kb/150kb image sets ([9b07d05](https://github.com/coderaveHQ/memuno_app/commit/9b07d0509a91eafbeb6ba73888793526e24c9667))


### Bug Fixes

* **groups:** auto-size create-group sheet so continue button is visible ([a40ce3e](https://github.com/coderaveHQ/memuno_app/commit/a40ce3e417723e48e516e832e014f49d285c8230))

## [1.2.1](https://github.com/coderaveHQ/memuno_app/compare/v1.2.0...v1.2.1) (2026-03-28)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: "none"
# NOTE:
# - The SemVer part (<major>.<minor>.<patch>) is managed by Release Please.
# - The build number (+<build>) is injected by CI via --build-number (GitHub run_number).
version: 1.2.1
version: 1.3.0

environment:
# Dart SDK constraint
Expand Down
Loading