Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Oct 5, 2024
2 parents 10ba34f + 28dc955 commit 11262d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.22.3"
"flutter": "3.24.3"
}
9 changes: 1 addition & 8 deletions .github/workflows/deploy_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ jobs:
- name: configure enviroment
uses: actions/checkout@v4
- name: Get Flutter version by FVM
uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
with:
path: '.fvmrc'
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
cache: true
cache-key: 'flutter-:os:-:version:'
cache-path: '${{ runner.tool_cache }}/flutter/:os:-:version:'
- name: get flutter dependencies
run: flutter pub get
- name: Verify formated files
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/deandreamatias/portfolio/compare/v2.0.0...v2.1.0) (2024-10-05)

## [2.0.0](https://github.com/deandreamatias/portfolio/compare/v1.8.0...v2.0.0) (2024-08-01)

## [1.8.0](https://github.com/deandreamatias/portfolio/compare/v1.7.0...v1.8.0) (2024-07-07)
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: portfolio
description: deandreamatias
version: 2.0.0
code: 15
version: 2.1.0
code: 16

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand All @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
google_fonts: ^6.2.1
intl: ^0.19.0
unicons: ^2.1.2
unicons: ^3.0.0
url_launcher: ^6.3.0

dev_dependencies:
Expand Down

0 comments on commit 11262d7

Please sign in to comment.