Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(codemagic_app_preview): set version to 0.2.3 and add changelog #117

Merged
merged 1 commit into from
Dec 20, 2024
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
5 changes: 5 additions & 0 deletions packages/codemagic_app_preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.3

- **FEAT:** Fixes posting a broken comment on GitLab. Thanks to [@actranito](https://github.com/actranito) <3
- **FEAT:** Increases Dart SDK minimum to 3.0.6.

## 0.2.2

- **FEAT:** Adds the option `--qr-code-size` to specify the size of the QR code in pixels as an integer. The default value is 200.
Expand Down
2 changes: 1 addition & 1 deletion packages/codemagic_app_preview/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: codemagic_app_preview
description: CLI to publish app previews for your app for every pull request via Codemagic.
repository: https://github.com/nilsreichardt/codemagic-app-preview/tree/main/packages/codemagic_app_preview
issue_tracker: https://github.com/nilsreichardt/codemagic-app-preview/issues
version: 0.2.2
version: 0.2.3

environment:
sdk: ">=3.0.6 <4.0.0"
Expand Down
Loading