Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Dec 13, 2023
1 parent e34d38e commit 62c3b91
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
12 changes: 6 additions & 6 deletions app_widget/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ packages:
dependency: transitive
description:
name: app_widget_android
sha256: "2bb58766646b52693d9e67c9062292a4ecb9df9c987fda2db221397eacc64ccb"
sha256: "10985e55599231d694ab073c0677f5707cf1464579990648630133ad04643e27"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
app_widget_platform_interface:
dependency: transitive
description:
name: app_widget_platform_interface
sha256: "75583ff13e5b01f7204397990e7d885a7c3d261f68c570b09c58581fd30518d7"
sha256: fcfaaf47627cb4cc28a7dad4cceb692c5b9d7ec3e18fbeee07c178b0fcb9461e
url: "https://pub.dev"
source: hosted
version: "0.2.0"
version: "0.3.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -173,10 +173,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "075f927ebbab4262ace8d0b283929ac5410c0ac4e7fc123c76429564facfb757"
sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.7"
process:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions app_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
app_widget_platform_interface: ^0.2.0
app_widget_android: ^0.3.0
plugin_platform_interface: ^2.1.7
app_widget_platform_interface: ^0.3.1
app_widget_android: ^0.3.2
# app_widget_platform_interface: # local dev
# path: ../app_widget_platform_interface
# app_widget_android: # local dev
Expand Down
4 changes: 4 additions & 0 deletions app_widget_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2

*chore: update latest dependencies

## 0.3.1

*chore: use latest platform interface
Expand Down
10 changes: 5 additions & 5 deletions app_widget_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.1"
version: "0.3.2"
app_widget_platform_interface:
dependency: transitive
description:
name: app_widget_platform_interface
sha256: fcfaaf47627cb4cc28a7dad4cceb692c5b9d7ec3e18fbeee07c178b0fcb9461e
sha256: "07c7500e83f86703fdad1aa3480e492a7226b322cbad3e71910f2630df96391e"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.3.1"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -134,10 +134,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "075f927ebbab4262ace8d0b283929ac5410c0ac4e7fc123c76429564facfb757"
sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.7"
sky_engine:
dependency: transitive
description: flutter
Expand Down
6 changes: 3 additions & 3 deletions app_widget_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_widget_android
description: Android implementation for app_widget plugin
version: 0.3.1
version: 0.3.2
homepage: https://noxasch.tech/
repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget_android
issue_tracker: https://github.com/noxasch/flutter_app_widget/issues
Expand All @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
app_widget_platform_interface: ^0.3.0
plugin_platform_interface: ^2.1.7
app_widget_platform_interface: ^0.3.1
# app_widget_platform_interface: # local dev
# path: ../app_widget_platform_interface

Expand Down
4 changes: 4 additions & 0 deletions app_widget_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.3.1

* update platform interface version
## 0.3.0

* support dart sdk 4.0

## 0.2.0
Expand Down
4 changes: 2 additions & 2 deletions app_widget_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_widget_platform_interface
description: Common platform interface for app_widget plugin.
version: 0.3.0
version: 0.3.1
homepage: https://noxasch.tech/
repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget_platform_interface
issue_tracker: https://github.com/noxasch/flutter_app_widget/issues
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
plugin_platform_interface: ^2.1.7

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 62c3b91

Please sign in to comment.