Skip to content

Commit

Permalink
Release 0.5.0 package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed May 12, 2022
1 parent fb730fd commit eb8bed9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.0
- **FEAT**: Update package to Flutter 3.0.0 release

Thanks for [MaximilianFlechtner](https://github.com/MaximilianFlechtner)

## 0.4.0

- **FEAT**: Make debug friend button overlay of all app screens
Expand Down
25 changes: 16 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
version: "1.16.0"
cross_file:
dependency: transitive
description:
Expand All @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.5.0"
device_info_plus:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
ffi:
dependency: transitive
description:
Expand Down Expand Up @@ -183,7 +183,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.3"
version: "0.6.4"
lint:
dependency: transitive
description:
Expand All @@ -198,6 +198,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -253,7 +260,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
path_provider:
dependency: "direct main"
description:
Expand Down Expand Up @@ -384,7 +391,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -419,7 +426,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3"
version: "0.4.9"
typed_data:
dependency: transitive
description:
Expand All @@ -433,7 +440,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
win32:
dependency: transitive
description:
Expand All @@ -449,5 +456,5 @@ packages:
source: hosted
version: "0.2.0"
sdks:
dart: ">=2.15.0-7.0.dev <3.0.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=2.5.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: debug_friend
description: Flutter debug helper widget with device info, common and custom actions.
version: 0.4.1
version: 0.5.0
homepage: https://github.com/Frezyx/debug_friend

environment:
Expand Down

0 comments on commit eb8bed9

Please sign in to comment.