Skip to content

Commit

Permalink
chore(codemagic_app_preview): set version to 0.2.3 and add changelog (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Dec 20, 2024
1 parent 362fda4 commit d5f5e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit d5f5e6e

Please sign in to comment.