Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias-worldline committed Jul 2, 2024
1 parent f2f5709 commit 7957beb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.0.0

* BREAKING CHANGES
* Rename package from `common_module_flutter` to `osam_common_module_flutter`
* To import, use only `import 'package:osam_common_module_flutter/osam_common_module_flutter.dart';` and not src/ or other subdirectories.
* Need to use minimal Dart SDK version 3.0.0
* Need to use minimal Flutter version 3.10.0

## 5.1.0

* Updated [modul_comu_osam library](https://github.com/AjuntamentdeBarcelona/modul_comu_osam) to version 2.1.8. Only for Android.
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

---

## Migrate from 5.0.x to 6.0.0

- Rename package from `common_module_flutter` to `osam_common_module_flutter`
- On pubspec.yaml, change `common_module_flutter` to `osam_common_module_flutter`
- On imports, change `import 'package:common_module_flutter/common_module_flutter.dart';` to `import 'package:osam_common_module_flutter/osam_common_module_flutter.dart';`
- To import, use only `import 'package:osam_common_module_flutter/osam_common_module_flutter.dart';` and not src/ or other subdirectories.
- Need to use minimal Dart SDK version 3.0.0
- Need to use minimal Flutter version 3.10.0

## Introdució

Des de la OSAM es proporcionen mòduls per realitzar un conjunt de tasques comunes a totes les apps publicades per l'Ajuntament de Barcelona.
Expand All @@ -26,7 +35,7 @@ A partir de la versió 3.0.0 la llibreria es un wrapper de la [desenvolupada en
osam_common_module_flutter:
git:
url: https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter.git
ref: '5.1.0'
ref: '6.0.0'
```
En cas que les dependències de Firebase Analytics, Firebase Performance i Firebase Crashlytics fallin, cal afegir aquestes aquesta configuració al pubspec:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: osam_common_module_flutter
description: OSAM's Flutter common module
version: 5.1.0
version: 6.0.0
homepage: 'https://ajuntament.barcelona.cat/imi/ca/oficina-de-serveis-al-mobil'
issue_tracker: 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter/issues'
repository: 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter'
Expand Down

0 comments on commit 7957beb

Please sign in to comment.