Skip to content

Commit 4dac782

Browse files
committed
chore(release): prepare for release
1 parent c7eb454 commit 4dac782

File tree

10 files changed

+29
-9
lines changed

10 files changed

+29
-9
lines changed

packages/device_info_plus/device_info_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.5
2+
3+
- Update a dependency to the latest release.
4+
15
## 5.0.4
26

37
- **FIX**: fixed wrong dependency version #1175.

packages/device_info_plus/device_info_plus/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: device_info_plus
22
description: Flutter plugin providing detailed information about the device
33
(make, model, etc.), and Android or iOS version the app is running on.
4-
version: 5.0.4
4+
version: 5.0.5
55
homepage: https://plus.fluttercommunity.dev/
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus
@@ -27,10 +27,10 @@ dependencies:
2727
flutter:
2828
sdk: flutter
2929
device_info_plus_platform_interface: ^4.0.1
30-
device_info_plus_macos: ^4.0.1
31-
device_info_plus_linux: ^4.0.1
32-
device_info_plus_web: ^4.0.1
33-
device_info_plus_windows: ^5.0.1
30+
device_info_plus_macos: ^4.0.2
31+
device_info_plus_linux: ^4.0.2
32+
device_info_plus_web: ^4.0.2
33+
device_info_plus_windows: ^5.0.2
3434
dev_dependencies:
3535
flutter_test:
3636
sdk: flutter

packages/device_info_plus/device_info_plus_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.2
2+
3+
- **FIX**: fixed wrong dependency version #1175.
4+
15
## 4.0.1
26

37
- **CHORE**: Version tagging using melos.

packages/device_info_plus/device_info_plus_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: device_info_plus_linux
22
description: Linux implementation of the device_info_plus plugin
3-
version: 4.0.1
3+
version: 4.0.2
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

packages/device_info_plus/device_info_plus_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.2
2+
3+
- **FIX**: fixed wrong dependency version #1175.
4+
15
## 4.0.1
26

37
- **CHORE**: Version tagging using melos.

packages/device_info_plus/device_info_plus_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: device_info_plus_macos
22
description: Macos implementation of the device_info_plus plugin
33
homepage: https://plus.fluttercommunity.dev/
44
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
5-
version: 4.0.1
5+
version: 4.0.2
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

packages/device_info_plus/device_info_plus_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.2
2+
3+
- **FIX**: fixed wrong dependency version #1175.
4+
15
## 4.0.1
26

37
- **CHORE**: Version tagging using melos.

packages/device_info_plus/device_info_plus_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: device_info_plus_web
22
description: An implementation for the web platform of the Flutter `device_info_plus` plugin.
3-
version: 4.0.1
3+
version: 4.0.2
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

packages/device_info_plus/device_info_plus_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.2
2+
3+
- **FIX**: fixed wrong dependency version #1175.
4+
15
## 5.0.1
26

37
- **CHORE**: Version tagging using melos.

packages/device_info_plus/device_info_plus_windows/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: device_info_plus_windows
22
description: Windows implementation of the device_info_plus plugin
3-
version: 5.0.1
3+
version: 5.0.2
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

0 commit comments

Comments
 (0)