Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hatch01 committed Oct 20, 2023
1 parent 787ceb9 commit a6b6c05
Show file tree
Hide file tree
Showing 17 changed files with 117 additions and 146 deletions.
50 changes: 43 additions & 7 deletions .idea/libraries/Dart_Packages.xml

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

50 changes: 25 additions & 25 deletions .idea/libraries/Flutter_Plugins.xml

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

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_bootstrap.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_clean.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/runConfigurations/melos_flutter_run_onyx.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_run_analyze.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_run_formatting_check.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_run_generate.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_run_test.xml

This file was deleted.

45 changes: 25 additions & 20 deletions apps/onyx/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -707,10 +707,10 @@ packages:
dependency: "direct main"
description:
name: flutter_quill
sha256: "30f891bfe22c089b10cd4bcabefd4ef64c07370819b9fdf1a6fcf42077cbcbce"
sha256: "5dc74893154921995ff90e0f0c9ee04ce353b30267b4ff47cfeb3390815966a2"
url: "https://pub.dev"
source: hosted
version: "7.4.14"
version: "7.4.15"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -924,9 +924,10 @@ packages:
izlyclient:
dependency: "direct main"
description:
path: "../../packages/izlyclient"
relative: true
source: path
name: izlyclient
sha256: "4e244302fd418a7dc1632184679ac2338201dbbe94bb4637555818ce6f2ab247"
url: "https://pub.dev"
source: hosted
version: "1.0.6"
js:
dependency: transitive
Expand Down Expand Up @@ -987,31 +988,35 @@ packages:
lyon1agendaclient:
dependency: "direct main"
description:
path: "../../packages/lyon1agendaclient"
relative: true
source: path
version: "1.0.6"
name: lyon1agendaclient
sha256: "77b7bad372d1e5b7002350b17f4cf3059e452d6db4616b05ded67c4bc31a33e9"
url: "https://pub.dev"
source: hosted
version: "1.0.7"
lyon1casclient:
dependency: "direct main"
description:
path: "../../packages/lyon1casclient"
relative: true
source: path
name: lyon1casclient
sha256: "686fd85334e08cc51c14485b58efb94ebbaaff46ffa70d458a402d9eb9972276"
url: "https://pub.dev"
source: hosted
version: "1.0.6"
lyon1mailclient:
dependency: "direct main"
description:
path: "../../packages/lyon1mailclient"
relative: true
source: path
version: "1.0.6"
name: lyon1mailclient
sha256: a61b6da0a97c96d4ca5cd4f42b2c94ab8e16ab8627d3cbb23f4c9c9380e5816b
url: "https://pub.dev"
source: hosted
version: "1.0.7"
lyon1tomussclient:
dependency: "direct main"
description:
path: "../../packages/lyon1tomussclient"
relative: true
source: path
version: "1.0.6"
name: lyon1tomussclient
sha256: e0d3785eb99196e52ae3b1fbcfaee770688142b4691d35f2ab0812f4e193a021
url: "https://pub.dev"
source: hosted
version: "1.0.7"
matcher:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions apps/onyx/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: ade, tomuss Mail pour lyon1

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 2.0.5+46
version: 2.0.6+47

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -22,7 +22,7 @@ dependencies:
responsive_sizer: 3.2.0
desktop_window: ^0.4.0
#agenda
lyon1agendaclient: ^1.0.6
lyon1agendaclient: ^1.0.7

#agenda_config
qr_code_dart_scan: ^0.7.3
Expand All @@ -33,7 +33,7 @@ dependencies:
izlyclient: ^1.0.6

#mail
lyon1mailclient: ^1.0.6
lyon1mailclient: ^1.0.7
webview_flutter: ^4.4.1
file_picker: ^6.0.0
open_filex: ^4.3.4
Expand All @@ -46,7 +46,7 @@ dependencies:
lyon1casclient: ^1.0.6

#tomuss
lyon1tomussclient: ^1.0.6
lyon1tomussclient: ^1.0.7
screenshot: ^2.1.0
share_plus: ^7.2.1

Expand Down
Loading

0 comments on commit a6b6c05

Please sign in to comment.