Skip to content

Commit a1d3ea5

Browse files
committed
chore: bump version to 1.1.0 and update changelogs
1 parent 92d4b42 commit a1d3ea5

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

packages/auto_updater/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
* [macos] Add support for Sparkle channels via new `setAllowedChannels` method (#74)
4+
15
## 1.0.0
26

37
* First major release.

packages/auto_updater/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_updater
22
description: This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://github.com/leanflutter/auto_updater
55

66
platforms:
@@ -15,8 +15,8 @@ environment:
1515
flutter: ">=3.3.0"
1616

1717
dependencies:
18-
auto_updater_macos: ^1.0.0
19-
auto_updater_platform_interface: ^1.0.0
18+
auto_updater_macos: ^1.1.0
19+
auto_updater_platform_interface: ^1.1.0
2020
auto_updater_windows: ^1.0.0
2121
flutter:
2222
sdk: flutter

packages/auto_updater_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
* Add support for Sparkle channels via new `setAllowedChannels` method and the `allowedChannels` delegate.
4+
15
## 1.0.0
26

37
* First major release.

packages/auto_updater_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_updater_macos
22
description: macOS implementation of the auto_updater plugin.
3-
version: 1.0.0
3+
version: 1.1.0
44
repository: https://github.com/leanflutter/auto_updater/tree/main/packages/auto_updater_macos
55

66
environment:

packages/auto_updater_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
* Add support for Sparkle channels via new `setAllowedChannels` method.
4+
15
## 1.0.0
26

37
* First major release.

packages/auto_updater_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_updater_platform_interface
22
description: A common platform interface for the auto_updater plugin.
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://github.com/leanflutter/auto_updater/blob/main/packages/auto_updater_platform_interface
55

66
environment:

0 commit comments

Comments
 (0)