Skip to content

Commit

Permalink
v 1.1.1 start handling workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 19, 2024
1 parent c1e3c3c commit 33bc135
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dev_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 1.1.1-1
## 1.1.1

* Add `pathGetResolvedPackagePath` helper to `build_support`
* Adding basic interactive menu in run_ci
* Start handling workspace

## 1.1.0+3

Expand Down
2 changes: 1 addition & 1 deletion dev_build/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:pub_semver/pub_semver.dart';

/// Package version text
const packageVersionText = '1.1.0+2';
const packageVersionText = '1.1.1';

/// Package version
final packageVersion = Version.parse(packageVersionText);
2 changes: 1 addition & 1 deletion dev_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dev_build
version: 1.1.1-1
version: 1.1.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 Down

0 comments on commit 33bc135

Please sign in to comment.