Skip to content

Commit

Permalink
Merge 76d2780 into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 17, 2021
2 parents f308b37 + 76d2780 commit 0f9851c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: dart pub get
- name: Analyze
run: dart analyze --fatal-infos
#- name: Publish (dry run)
# run: flutter pub publish --dry-run
- name: Publish (dry run)
run: dart pub publish --dry-run

merge-to-staging:
needs: [test, analyze]
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.0.0
# 0.1.0+0-alpha

- Nothing new under the moon
- Initial release
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# schedulers

Objects in this library run callbacks asynchronously, allowing useful pauses
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ packages:
source: hosted
version: "0.3.0"
collection:
dependency: transitive
dependency: "direct main"
description:
name: collection
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -170,7 +170,7 @@ packages:
source: hosted
version: "1.8.0"
pedantic:
dependency: "direct dev"
dependency: "direct main"
description:
name: pedantic
url: "https://pub.dartlang.org"
Expand Down
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: schedulers
publish_to: none
description: Local module.
description: Running callbacks asynchronously, with useful pauses between calls.
repository: https://github.com/rtmigo/schedulers

version: 0.0.0+0
version: 0.1.0+0-alpha

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
pedantic: ^1.9.0
meta: ^1.3.0
collection: ^1.15.0

dev_dependencies:
pedantic: ^1.9.0
test: ^1.5.1

0 comments on commit 0f9851c

Please sign in to comment.