Skip to content

Commit

Permalink
chore(package_info_plus): Update version to avoid collision with retr…
Browse files Browse the repository at this point in the history
…acted version
  • Loading branch information
vbuberen committed Nov 20, 2023
1 parent f8f4579 commit 749fa76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/package_info_plus/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 5.0.0
## 5.0.1

> Note: This release has breaking changes. This is another 5.0.0 release, thus, ignore the note under 4.2.0 as it refers to older 5.0.0, which was retracted
> Note: This release has breaking changes.
- **BREAKING** **FIX**(package_info_plus): Allow no page extension in versionJsonUrl on web ([#2381](https:/fluttercommunity/plus_plugins/issues/2381)). ([32652b87](https:/fluttercommunity/plus_plugins/commit/32652b8750245207240e383690e3b434149b87d0))
- **BREAKING**(package_info_plus): Bump min Dart to 3.2.0 and min Flutter to 3.6.0 to support pkg:web ([#2316](https:/fluttercommunity/plus_plugins/issues/2316)). ([450aeb57](https:/fluttercommunity/plus_plugins/commit/450aeb578db80a9c7fb473cea133dbc87a68e530))
- **FEAT**(package_info_plus): Migrate to pkg:web from dart:html. ([#2316](https:/fluttercommunity/plus_plugins/issues/2316)). ([450aeb57](https:/fluttercommunity/plus_plugins/commit/450aeb578db80a9c7fb473cea133dbc87a68e530))

## 5.0.0

> Note: This release was retracted due to ([#2251](https:/fluttercommunity/plus_plugins/issues/2251)).
## 4.2.0

> Info: This release is a replacement for release 5.0.0, which was retracted due to issue ([#2251](https:/fluttercommunity/plus_plugins/issues/2251)). As breaking change was reverted the major release was also reverted in favor of this one.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
http: ">=0.13.5 <2.0.0"
package_info_plus: ^5.0.0
package_info_plus: ^5.0.1

dev_dependencies:
build_runner: ^2.3.3
Expand Down
2 changes: 1 addition & 1 deletion packages/package_info_plus/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: package_info_plus
description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
version: 5.0.0
version: 5.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https:/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/package_info_plus
issue_tracker: https:/fluttercommunity/plus_plugins/labels/package_info_plus
Expand Down

0 comments on commit 749fa76

Please sign in to comment.