Skip to content

Commit 3c8efbe

Browse files
chore: update versions (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2c26da commit 3c8efbe

File tree

9 files changed

+36
-12
lines changed

9 files changed

+36
-12
lines changed

.changeset/huge-grapes-rule.md

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

cli/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- f2c26da: Rebased on flat packages
8+
- Updated dependencies [f2c26da]
9+
- @uptask/core@0.3.3
10+
311
## 0.3.3
412

513
### Patch Changes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uptask/cli",
33
"type": "module",
44
"main": "build/index.js",
5-
"version": "0.3.3",
5+
"version": "0.3.4",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

core/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- f2c26da: Rebased on flat packages
8+
39
## 0.3.2
410

511
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uptask/core",
33
"type": "module",
44
"main": "build/index.js",
5-
"version": "0.3.2",
5+
"version": "0.3.3",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

cron/CHANGELOG.md

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

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- f2c26da: Rebased on flat packages
8+
- Updated dependencies [f2c26da]
9+
- @uptask/core@0.3.3
10+
311
## 0.2.8
412

513
### Patch Changes

cron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uptask/cron",
33
"type": "module",
44
"main": "build/index.js",
5-
"version": "0.2.8",
5+
"version": "0.2.9",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

meta/CHANGELOG.md

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

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- f2c26da: Rebased on flat packages
8+
- Updated dependencies [f2c26da]
9+
- @uptask/cli@0.3.4
10+
- @uptask/core@0.3.3
11+
- @uptask/cron@0.2.9
12+
313
## 0.3.8
414

515
### Patch Changes

meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uptask",
33
"type": "module",
44
"main": "build/index.js",
5-
"version": "0.3.8",
5+
"version": "0.3.9",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

0 commit comments

Comments
 (0)