Skip to content

Commit 8ee1a0b

Browse files
authored
prepare release (#323)
1 parent a7f8bf2 commit 8ee1a0b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v4.0.0-dev
1+
# Created with package:mono_repo v4.0.0
22
name: Dart CI
33
on:
44
push:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v4.0.0-dev
1+
# Created with package:mono_repo v4.0.0
22
language: dart
33

44
jobs:

mono_repo/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0-dev
1+
## 4.0.0
22

33
- Use `FLUTTER_HOME`, if it exists, when using the `pub` command.
44
- Use `flutter[.bat]` instead of `pub[.bat]` in generated `tool/ci.sh`.

mono_repo/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mono_repo
22
description: >-
33
CLI tools to make it easier to manage a single source repository containing
44
multiple Dart packages.
5-
version: 4.0.0-dev
5+
version: 4.0.0
66
repository: https://github.com/google/mono_repo.dart
77

88
environment:

tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v4.0.0-dev
2+
# Created with package:mono_repo v4.0.0
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)