Skip to content

Commit

Permalink
Merge branch 'release/1.6.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Mar 30, 2022
2 parents 1112d9c + 2def604 commit aee790c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 193 deletions.
4 changes: 4 additions & 0 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutterSdkVersion": "2.10.4",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.svn/
lib/config/env.dart
**.htaccess
.fvm/*
.fvm/flutter_sdk

# IntelliJ related
*.iml
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.6.0](https://github.com/deandreamatias/portfolio/compare/v1.5.0...v1.6.0) (2022-03-30)

### Features

* Update linter ([a4b3ed6](https://github.com/deandreamatias/portfolio/commit/a4b3ed63bbb4973eddd2e5a9964604c6b8741193))
* Update profile image ([df1936a](https://github.com/deandreamatias/portfolio/commit/df1936aeb97806797ca3fa805cbbc2bb2d873bf3))

## [1.5.0](https://github.com/deandreamatias/portfolio/compare/v1.4.0...v1.5.0) (2021-09-17)

### Feature
Expand Down
182 changes: 0 additions & 182 deletions fvm

This file was deleted.

5 changes: 2 additions & 3 deletions lib/ui/shared/styles.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

const Color primary = Color(0xFF222222);
const Color accent = Color(0xFF7E008E);
Expand All @@ -16,8 +15,8 @@ final ThemeData themeDark = ThemeData(
onError: Colors.white,
onBackground: Colors.black,
background: background,
primaryVariant: Colors.orange,
secondaryVariant: Colors.deepOrange,
primaryContainer: Colors.orange,
secondaryContainer: Colors.deepOrange,
surface: Colors.white,
onSurface: Colors.black,
brightness: Brightness.dark,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "1.5.0",
"version": "1.6.0",
"description": "portfolio of Matias de Andrea",
"main": "build/web/main.dart.js",
"directories": {
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: portfolio
description: deandreamatias

version: 1.5.0
code: 11
version: 1.6.0
code: 12

environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -13,10 +13,10 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: ^0.17.0
responsive_builder: ^0.4.1
url_launcher: ^6.0.10
responsive_builder: ^0.4.2
url_launcher: ^6.0.20
dev_dependencies:
flutter_lints: ^1.0.1
flutter_lints: ^1.0.4

flutter:
generate: true
Expand Down
Binary file modified web/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aee790c

Please sign in to comment.