Skip to content

Commit 9e1e119

Browse files
Merge pull request #15 from deandreamatias/release/2.4.0
chore(release): 2.4.0
2 parents 03e76b7 + da7c672 commit 9e1e119

File tree

7 files changed

+39
-1
lines changed

7 files changed

+39
-1
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and test
22
on:
33
push:
4+
branches: [main, develop]
5+
tags:
6+
- '[0-9]+.[0-9]+.[0-9]+'
47

58
pull_request:
69
branches: [main]

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Release
22
on:
33
push:
4+
branches: [main, develop]
5+
tags:
6+
- '[0-9]+.[0-9]+.[0-9]+'
47

58
# This ensures that previous jobs for the PR are canceled when PR is updated
69
concurrency:

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [2.4.0](https://github.com/deandreamatias/tv-randshow/compare/v2.3.0...v2.4.0) (2025-04-18)
6+
7+
* Update dependencies
8+
* Build with Flutter 3.29
9+
* Add support to Linux
10+
* Update Android setup and add support to edge-to-edge
11+
* Remove migration screen for user
12+
513
## [2.3.0](https://github.com/deandreamatias/tv-randshow/compare/v2.2.0...v2.3.0) (2024-10-05)
614

715
* Update dependencies

assets/markdown/whats_news_en.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.4.0 - 2025/04/18
2+
3+
* Update dependencies
4+
* Build with Flutter 3.29
5+
* Add support to Linux
6+
* Update Android setup and add support to edge-to-edge
7+
* Remove migration screen for user
8+
19
## 2.3.0 - 2024/10/05
210

311
* Update dependencies

assets/markdown/whats_news_es.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.4.0 - 2025/04/18
2+
3+
* Actualiza dependencias
4+
* Construido con Flutter 3.29
5+
* Añade soporte para Linux
6+
* Actualiza configuración de Android y añade soporte para pantalla completa
7+
* Elimina pantalla de migración para el usuario
8+
19
## 2.3.0 - 2024/10/05
210

311
* Actualiza dependencias

assets/markdown/whats_news_pt.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.4.0 - 2025/04/18
2+
3+
* Atualiza dependências
4+
* Construído com Flutter 3.29
5+
* Adiciona suporte a Linux
6+
* Atualiza configuração de Android e adiciona suporte a tela cheia
7+
* Remove tela de migração para o usuário
8+
19
## 2.3.0 - 2024/10/05
210

311
* Atualiza dependências

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tv_randshow
22
description: App to pick a random TV show episode
33

4-
version: 2.3.0+30
4+
version: 2.4.0+31
55

66
environment:
77
sdk: ">=3.7.0 <4.0.0"

0 commit comments

Comments
 (0)