refactor(analysis): follow melos versioning
continuous-integration/drone/push Build is passing

This commit was merged in pull request #101.
This commit is contained in:
2022-12-12 22:15:32 -05:00
parent 7fc3736854
commit 640cfaf118
7 changed files with 15 additions and 15 deletions
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
include: package:wyatt_analysis/analysis_options.2.2.3.yaml
include: package:wyatt_analysis/analysis_options.2.3.0.yaml
linter:
rules:
@@ -15,5 +15,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
include: package:wyatt_analysis/analysis_options.flutter.2.2.3.yaml
include: package:wyatt_analysis/analysis_options.flutter.2.3.0.yaml
@@ -15,5 +15,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
include: package:wyatt_analysis/analysis_options.2.2.3.yaml
include: package:wyatt_analysis/analysis_options.2.3.0.yaml
@@ -18,4 +18,4 @@
/// used internally at [Wyatt Studio](https://wyatt-studio.fr).
library wyatt_analysis;
const String wyattAnalysisVersion = '2.2.3';
const String wyattAnalysisVersion = '2.3.0';