Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jan 6, 2024
1 parent 62c1482 commit bb0878d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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/tv-randshow/compare/v2.0.0...v2.1.0) (2024-01-06)

* Update dependencies
* Build with Flutter 3.16.5

## [2.0.0](https://github.com/deandreamatias/tv-randshow/compare/v1.10.2...v2.0.0) (2023-03-18)

* Improve architecture (clean)
Expand Down
5 changes: 5 additions & 0 deletions assets/markdown/whats_news_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0 - 2024/01/06

* Update dependencies
* Build with Flutter 3.16

## 2.0.0 - 2023/03/18

### Features
Expand Down
5 changes: 5 additions & 0 deletions assets/markdown/whats_news_es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0 - 2024/01/06

* Actualizadas dependencias
* Construido con Flutter 3.16

## 2.0.0 - 2023/03/18

### Features
Expand Down
5 changes: 5 additions & 0 deletions assets/markdown/whats_news_pt.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0 - 2024/01/06

* Atualizadas dependencias
* Construído com Flutter 3.16

## 2.0.0 - 2023/03/18

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tv-randshow",
"version": "2.0.1",
"version": "2.1.0",
"description": "app to pick a random tv show episode",
"main": "build/web/main.dart.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tv_randshow
description: App to pick a random TV show episode

version: 2.0.1+27
version: 2.1.0+28

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

0 comments on commit bb0878d

Please sign in to comment.