Skip to content

Commit

Permalink
build: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleTrevisanKuama authored and SimoneBressan committed Feb 6, 2024
1 parent f080456 commit d9ac7e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.2.0 (2024-02-06)
- fix: bumped down the permission handler package version to enable the integration of the saf
package in other projects

## 1.1.0 (2024-09-16)
- feat: updated dart sdk constraints to support dart 3.0.0
- chore(kuama_permissions): bump permission_handler package version
Expand Down
2 changes: 1 addition & 1 deletion kuama_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kuama_core
description: A starting point for Dart libraries or applications.
publish_to: 'none'
version: 1.1.0
version: 1.2.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
4 changes: 2 additions & 2 deletions kuama_permissions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kuama_permissions
description: A starting point for Dart libraries or applications.
publish_to: 'none'
version: 1.1.0
version: 1.2.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -21,7 +21,7 @@ dependencies:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_core
ref: 1.1.0
ref: 1.2.0

permission_handler_platform_interface: ^3.12.0
permission_handler: ^10.2.0
Expand Down
6 changes: 3 additions & 3 deletions kuama_position/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kuama_position
description: A new Flutter project.
publish_to: 'none'
version: 1.1.0
version: 1.2.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -19,12 +19,12 @@ dependencies:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_core
ref: 1.1.0
ref: 1.2.0
kuama_permissions:
git:
url: https://github.com/Kuama-IT/kuama_dart.git
path: kuama_permissions
ref: 1.1.0
ref: 1.2.0


geolocator_platform_interface: ^4.0.7
Expand Down

0 comments on commit d9ac7e9

Please sign in to comment.