Skip to content

Commit

Permalink
Increment major version instead of minor
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranPrime committed Sep 5, 2024
1 parent b07fce4 commit 61b1f3f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/widget_toolkit_biometrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.0.3]
## [0.1.0]
- Updated dependencies:
* `rxdart` to `0.28.0`
* `rx_bloc` to `6.0.0`
Expand Down
2 changes: 1 addition & 1 deletion packages/widget_toolkit_biometrics/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
rxdart: ^0.28.0
shared_preferences: ^2.3.2
widget_toolkit: ^0.2.0
widget_toolkit_biometrics: ^0.0.3
widget_toolkit_biometrics: ^0.1.0

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/widget_toolkit_biometrics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: widget_toolkit_biometrics
description: A Flutter package that helps users to handle enabling and disabling biometrics in an application
version: 0.0.3
version: 0.1.0
repository: https://github.com/Prime-Holding/widget_toolkit/tree/master/packages/widget_toolkit_biometrics
issue_tracker: https://github.com/orgs/Prime-Holding/projects/6
homepage: https://primeholding.com/
Expand Down
2 changes: 1 addition & 1 deletion packages/widget_toolkit_pin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.1.1]
## [0.2.0]
- Updated dependencies:
* `rxdart` to `0.28.0`
* `rx_bloc` to `6.0.0`
Expand Down
4 changes: 2 additions & 2 deletions packages/widget_toolkit_pin/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
provider: ^6.0.5
rx_bloc: ^6.0.0
widget_toolkit: ^0.2.0
widget_toolkit_pin: ^0.1.1
widget_toolkit_biometrics: ^0.0.3
widget_toolkit_pin: ^0.2.0
widget_toolkit_biometrics: ^0.1.0

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/widget_toolkit_pin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: widget_toolkit_pin
description: This package provide out of the box entering PIN code
functionality, which can be used with biometric authentication.
version: 0.1.1
version: 0.2.0
homepage: https://primeholding.com/

environment:
Expand All @@ -22,7 +22,7 @@ dependencies:
shared_preferences: ^2.3.2
theme_tailor_annotation: ^3.0.1
widget_toolkit: ^0.2.0
widget_toolkit_biometrics: ^0.0.3
widget_toolkit_biometrics: ^0.1.0

dev_dependencies:
build_runner: ^2.4.12
Expand Down

0 comments on commit 61b1f3f

Please sign in to comment.