Bump + changelog

This commit is contained in:
Matyáš Caras 2022-04-25 21:14:48 +02:00
parent bf183a379e
commit e7db73342d
3 changed files with 4 additions and 2 deletions

View file

@ -6,5 +6,7 @@
- Odhlášení přesunuto do textového menu - Odhlášení přesunuto do textového menu
- Odstraněna stránka domů, hlavní stránka je nyní jídelníček - Odstraněna stránka domů, hlavní stránka je nyní jídelníček
- Přidána stránka `O Aplikaci` - Přidána stránka `O Aplikaci`
- Dialogové okno k burze se nezobrazí u jídel, která nelze přidat do burzy
- Přidán načítací dialog při objednání (#6)
# 0.1.0 # 0.1.0
- První verze - První verze

View file

@ -28,7 +28,7 @@ packages:
name: canteenlib name: canteenlib
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.0-alpha.14" version: "0.1.0-alpha.15"
characters: characters:
dependency: transitive dependency: transitive
description: description:

View file

@ -16,7 +16,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
canteenlib: ^0.1.0-alpha.14 canteenlib: ^0.1.0-alpha.15
connectivity_plus: ^2.2.1 connectivity_plus: ^2.2.1
flutter_secure_storage: ^5.0.2 flutter_secure_storage: ^5.0.2
url_launcher: ^6.0.20 url_launcher: ^6.0.20