Skip to content

Commit

Permalink
Merge pull request #9 from yury-yufimov/upgrade-uuid
Browse files Browse the repository at this point in the history
uuid version updated
  • Loading branch information
yury-yufimov authored Oct 9, 2019
2 parents b52c731 + c7a8da2 commit 2be5570
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.3.0
- Fix the uuid dependence to ^2.0.0 - compatible with webdev ^2.5.0

## 4.2.1
- Fix the uuid dependence to ^1.0.0 - compatible with Dart 2

Expand Down
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ linter:
- unnecessary_null_in_if_null_operators
- unnecessary_overrides
- unnecessary_statements
- unnecessary_this
#- unnecessary_this
- unrelated_type_equality_checks
- use_rethrow_when_possible
- use_string_buffers
Expand All @@ -105,7 +105,7 @@ linter:
#- prefer_interpolation_to_compose_strings
#- avoid_function_literals_in_foreach_calls
#- public_member_api_docs
- sort_constructors_first
#- sort_constructors_first
#- always_specify_types
#- avoid_annotating_with_dynamic
#- avoid_as
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: sentry_client
version: 4.2.1
version: 4.3.0
description: The Dart library for sending data to the Sentry server.
authors:
- Ivan Evsikov <[email protected]>
homepage: https://github.com/wrike/sentry_client
environment:
sdk: '>=2.0.0-dev.36.0 <3.0.0'
sdk: '>=2.0.0 <3.0.0'

dependencies:
uuid: ^1.0.0
uuid: ^2.0.0

dev_dependencies:
test: ^1.3.0
Expand All @@ -19,7 +19,7 @@ dev_dependencies:
# dart_style: ^1.0.7
build_runner: '>=0.9.1 <2.0.0'
build_test: '>=0.10.2 <2.0.0'
build_web_compilers: '>=0.4.0 <2.0.0'
build_web_compilers: ^2.0.0

#transformers:
#- test/pub_serve:
Expand Down

0 comments on commit 2be5570

Please sign in to comment.