From 4f0517d3a161d610c9bfdf5bb66a4be63b10d61e Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 8 Apr 2024 16:48:45 -0500 Subject: [PATCH 1/2] [jnigen] Expand cli_config constraint --- pkgs/jnigen/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/jnigen/pubspec.yaml b/pkgs/jnigen/pubspec.yaml index cb369d130..206c4c800 100644 --- a/pkgs/jnigen/pubspec.yaml +++ b/pkgs/jnigen/pubspec.yaml @@ -4,7 +4,7 @@ name: jnigen description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine. -version: 0.8.0 +version: 0.8.1-wip repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen environment: @@ -26,7 +26,7 @@ dependencies: yaml: ^3.1.0 logging: ^1.0.2 meta: ^1.8.0 - cli_config: ^0.1.0 + cli_config: '>=0.1.0 <0.3.0' dev_dependencies: lints: ^2.0.0 From 7c541ec5553ff4147c556678ee86909c213502c9 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 8 Apr 2024 16:52:55 -0500 Subject: [PATCH 2/2] Add to changelog --- pkgs/jnigen/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/jnigen/CHANGELOG.md b/pkgs/jnigen/CHANGELOG.md index d87840173..d84e21f40 100644 --- a/pkgs/jnigen/CHANGELOG.md +++ b/pkgs/jnigen/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.1-wip + +- Expand constraint on `package:cli_config` to allow `^0.2.0`. + ## 0.8.0 - **Breaking Change** ([#981](https://github.com/dart-lang/native/issues/981)):