Skip to content

Commit

Permalink
[dev_test] v1.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 29, 2024
1 parent a59805e commit 581cafa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0
## 1.0.0+1

* Make it `1.0.0`

Expand Down
2 changes: 1 addition & 1 deletion dev_build/lib/src/version.dart

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

4 changes: 2 additions & 2 deletions dev_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dev_build
version: 1.0.0
version: 1.0.0+1
description: Development utilities for dart and flutter packages. CI and build helpers.
repository: https://github.com/tekartik/dev_test.dart/tree/master/dev_build

Expand All @@ -8,7 +8,7 @@ environment:

dependencies:
collection: '>=1.17.2 <3.0.0'
process_run: '>=1.0.0-0 <3.0.0'
process_run: '>=1.0.0-1 <3.0.0'
pub_semver: '>=2.1.4 <4.0.0'
yaml: '>=3.1.2 <5.0.0'
path: '>=1.8.3 <3.0.0'
Expand Down
5 changes: 5 additions & 0 deletions dev_build/tool/pre_publish.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import 'package:process_run/shell.dart';

void main() async {
await run('dart pub run build_runner build --delete-conflicting-outputs');
}

0 comments on commit 581cafa

Please sign in to comment.