diff --git a/CHANGELOG.md b/CHANGELOG.md index e350a096d..2bcc672ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.10.1 + +- fix pubspec issue seen by `flutter pub publish --dry-run` ## 0.10.0 First open source release ! :rocket: diff --git a/example/pubspec.lock b/example/pubspec.lock index 5042ca25a..a5117b6df 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -298,7 +298,7 @@ packages: path: ".." relative: true source: path - version: "0.10.0" + version: "0.10.1" package_config: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index e9f8e6d98..8dad34c67 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -320,7 +320,7 @@ packages: source: hosted version: "0.1.3" meta: - dependency: transitive + dependency: "direct main" description: name: meta url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 7b53f791f..11d3a5ff7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: nordic_nrf_mesh description: A Flutter plugin to enable mesh network management and communication using Nordic's SDKs. It also provides the ability to open BLE connection with mesh nodes using some other Flutter plugin. -version: 0.10.0 +version: 0.10.1 homepage: https://www.dooz-domotique.com/ repository: https://github.com/OZEO-DOOZ/nrf_mesh_plugin issue_tracker: https://github.com/OZEO-DOOZ/nrf_mesh_plugin/issues environment: sdk: ">=2.14.0 <3.0.0" - flutter: ">=2.0.0 <3.0.0" + flutter: ">=2.0.0" dependencies: flutter: @@ -21,6 +21,7 @@ dependencies: freezed_annotation: ^0.14.0 # static analysis flutter_lints: ^1.0.4 + meta: ^1.7.0 dev_dependencies: flutter_test: