Skip to content

Commit

Permalink
Publish talker v3.1.6 and talker_flutter v3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Dec 3, 2023
1 parent c79a68c commit b49cbc0
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Follow these steps to the coolest experience in error handling
### Add dependency
```yaml
dependencies:
talker: ^3.1.5
talker: ^3.1.6
```
### Easy to use
Expand Down Expand Up @@ -218,7 +218,7 @@ Talker Flutter is an extension for the Dart Talker package that adds extra funct
### Add dependency
```yaml
dependencies:
talker_flutter: ^3.5.5
talker_flutter: ^3.5.6
```
### Setup
Expand Down
7 changes: 7 additions & 0 deletions packages/talker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.1.6
**talker_bloc_logger**
- Add onCreate, onClose logs
- Add **printClosings** **printCreations** settings fields (false by default)

Thanks to [cem256](https://github.com/cem256)

# 3.1.5
- Add ability to set own ErrorHandler

Expand Down
2 changes: 1 addition & 1 deletion packages/talker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker
description: Advanced error handler and logger package for flutter and dart. App monitoring, logs history, report sharing, custom logs, and etc.
version: 3.1.5
version: 3.1.6
homepage: https://github.com/Frezyx/talker
repository: https://github.com/Frezyx/talker
issue_tracker: https://github.com/Frezyx/talker/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/talker_bloc_logger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
sdk: '>=2.15.0 <4.0.0'

dependencies:
talker: ^3.1.5
talker: ^3.1.6
bloc: ^8.1.1
meta: ^1.8.0

Expand Down
2 changes: 1 addition & 1 deletion packages/talker_dio_logger/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
dio: ^5.0.0
talker_dio_logger: ^2.3.1
talker_flutter: ^3.5.5
talker_flutter: ^3.5.6

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/talker_dio_logger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:

dependencies:
dio: ^5.2.0
talker: ^3.1.5
talker: ^3.1.6

dev_dependencies:
lints: ^2.0.0
Expand Down
7 changes: 7 additions & 0 deletions packages/talker_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.5.6
**talker_bloc_logger**
- Add onCreate, onClose logs
- Add **printClosings** **printCreations** settings fields (false by default)

Thanks to [cem256](https://github.com/cem256)

# 3.5.5
- Add ability to set own ErrorHandler for talker instance

Expand Down
4 changes: 2 additions & 2 deletions packages/talker_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker_flutter
description: Advanced error handler and logger package for flutter and dart. App monitoring, logs history, report sharing, custom logs, and etc.
version: 3.5.5
version: 3.5.6
homepage: https://github.com/Frezyx/talker
repository: https://github.com/Frezyx/talker
issue_tracker: https://github.com/Frezyx/talker/issues
Expand All @@ -20,7 +20,7 @@ dependencies:
flutter:
sdk: flutter

talker: ^3.1.5
talker: ^3.1.6
group_button: ^5.3.3
path_provider: ^2.1.1
share_plus: ^7.2.1
Expand Down

0 comments on commit b49cbc0

Please sign in to comment.