Skip to content

Commit

Permalink
Versioning changes for 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Nov 21, 2023
1 parent b9b00d1 commit 9167a01
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [2.5.1] - 2023-11-21

### Mostly bug fixes

- Enable predictive back gesture
- Rework some animations
- Fix iOS dialog flicker
- Fix errors on TextFields
- Fix rating system dialog
- Fix subjects being linked between terms
- Fix multiple bugs when popping routes
- Fix duplicated subject names
- Fix back gestures on iOS
- Code cleanup
- Upgrade to Flutter 3.16
- Add more test cases
- Fix changelogs in CI
- Fixed multiple other bugs
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/246.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [2.5.1] - 2023-11-21

### Mostly bug fixes

- Enable predictive back gesture
- Rework some animations
- Fix iOS dialog flicker
- Fix errors on TextFields
- Fix rating system dialog
- Fix subjects being linked between terms
- Fix multiple bugs when popping routes
- Fix duplicated subject names
- Fix back gestures on iOS
- Code cleanup
- Upgrade to Flutter 3.16
- Add more test cases
- Fix changelogs in CI
- Fixed multiple other bugs
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: graded
description: Track and manage your school grades with ease
publish_to: "none"
version: 2.5.1+228
version: 2.5.1+246

environment:
sdk: ">=3.2.0 <4.0.0"
Expand Down

0 comments on commit 9167a01

Please sign in to comment.