diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ba6b3..3b28fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/analysis_options.yaml b/analysis_options.yaml index cc71b63..3d9d8ca 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 4b27534..d024216 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 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 @@ -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: