Skip to content

Commit

Permalink
2++++++++++
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 5, 2023
1 parent 6fa840b commit 44d2d40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flutter_quill_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_quill: ^9.0.0-dev
flutter_quill: ^8.2.5
flutter_test:
sdk: flutter

Expand Down
13 changes: 7 additions & 6 deletions scripts/regenerate_versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ import 'package:yaml_edit/yaml_edit.dart';
// ignore: unused_import
import '../version.dart';

final packages = [
'./',
'./flutter_quill_extensions',
'./flutter_quill_test',
'./packages/quill_html_converter'
];

Future<void> main(List<String> args) async {
final packages = [
'./',
'./flutter_quill_extensions',
'./flutter_quill_test',
'./packages/quill_html_converter'
];
for (final element in packages) {
await updatePubspecYamlFile('$element/pubspec.yaml');
if (element != packages.first) {
Expand Down

0 comments on commit 44d2d40

Please sign in to comment.