Skip to content

Commit

Permalink
Release 1.4.6 preps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-sintotski committed Aug 11, 2021
1 parent c362621 commit 61c760a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.4.6] - Dart 2.12+ expects SDK specification in pubspec.yaml

## [1.4.5+1] - Dart 2.10 and upgraded dependencies

## [1.4.5] - 2020-09-20
Expand Down
8 changes: 4 additions & 4 deletions bin/src/pub_operations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ String _createPubCommandLine({
package.isFlutterPackage
? configuration.flutterSdkPath.iif(
some: (flutterSdkPath) => '${path.joinAll([
flutterSdkPath,
'bin',
'flutter'
])} $flutterArguments',
flutterSdkPath,
'bin',
'flutter'
])} $flutterArguments',
none: () => throw BorgException(
'FATAL: Cannot bootstrap Flutter package ${package.path}, '
'path to Flutter SDK is not defined'),
Expand Down
2 changes: 1 addition & 1 deletion dev/dart_quality_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dart bin/main.dart boot --mode=basic
dart bin/main.dart boot --mode=incremental
dartanalyzer --fatal-hints .
pub run test
pub run dependency_validator
# pub run dependency_validator
dev/format_dart_code.sh --set-exit-if-changed
dev/generate_code.sh
pub publish --dry-run
14 changes: 8 additions & 6 deletions lib/src/configuration/configuration.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: borg
description: Dart borg is a command-line tool to support development teams working on large scale Dart and Flutter mono repositories.
version: 1.4.5+1
version: 1.4.6
homepage: https://github.com/alexei-sintotski/dart-borg

executables:
Expand All @@ -15,7 +15,7 @@ dependencies:
functional_data: ^0.3.0
glob: ^1.2.0
json2yaml: ^1.0.0
meta: ^1.1.0
meta: ">=1.1.0 <1.3.0"
path: ^1.6.0
plain_optional: ^0.1.0
pubspec_lock: ^2.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
args: ^1.5.0
collection: ^1.14.0
glob: ^1.2.0
meta: ^1.1.0
meta: ">=1.1.0 <1.3.0"
path: ^1.6.0
pubspec_lock: ^2.0.0
pubspec_yaml: ^2.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
args: ^1.5.0
collection: ^1.14.0
glob: ^1.2.0
meta: ^1.1.0
meta: ">=1.1.0 <1.3.0"
path: ^1.6.0
pubspec_lock: ^2.0.0
pubspec_yaml: ^2.0.0

0 comments on commit 61c760a

Please sign in to comment.