Skip to content

Commit

Permalink
Updating pubspec and changelogs to version v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopmarquesini authored and LittleLightBot committed Feb 19, 2022
1 parent 93cc0dd commit 8260fd7
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 33 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.2] - 2022-02-19

- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support

## [1.8.1] - 2022-02-19

- Enables mod swapping for weapons and armor
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
4 changes: 4 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ja-JP/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
4 changes: 4 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/1008002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/es-ES/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/fr-FR/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/it/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/ja/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
5 changes: 1 addition & 4 deletions fastlane/metadata/ios/pt-BR/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- Enables mod swapping for weapons and armor
- Improved authentication flow
- Bug fixes
- fixes loadouts ordering
- fixes unscrollable dialogs (tags for example)
- adds catalysts triumphs back
- fixes triumphs objectives not showing up on tracked objectives page
- fixes multi account support
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: none

# application version
version: 1.8.1+1008001
version: 1.8.2+1008002

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 8260fd7

Please sign in to comment.