Skip to content

Commit 6e74803

Browse files
chore: update versions (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c39e33b commit 6e74803

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/poor-results-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cron/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @uptask/cron
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- c39e33b: Fixed task scheduling
8+
39
## 0.2.6
410

511
### Patch Changes

packages/cron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uptask/cron",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"main": "build/index.js",
66
"dependencies": {
77
"@uptask/core": "workspace:*",

packages/meta/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# uptask
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c39e33b]
8+
- @uptask/cron@0.2.7
9+
310
## 0.3.6
411

512
### Patch Changes

packages/meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uptask",
33
"type": "module",
4-
"version": "0.3.6",
4+
"version": "0.3.7",
55
"main": "build/index.js",
66
"dependencies": {
77
"@uptask/core": "workspace:*",

0 commit comments

Comments
 (0)