Skip to content

Commit 2d98d1b

Browse files
chore: update versions (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cfb5c6e commit 2d98d1b

File tree

9 files changed

+36
-12
lines changed

9 files changed

+36
-12
lines changed

.changeset/short-rivers-shave.md

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

packages/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.3
4+
5+
### Patch Changes
6+
7+
- 798c6cd: Updated npm metadata
8+
- Updated dependencies [798c6cd]
9+
- @uptask/core@0.3.2
10+
311
## 0.3.2
412

513
### Patch Changes

packages/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.2",
5+
"version": "0.3.3",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

packages/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.2
4+
5+
### Patch Changes
6+
7+
- 798c6cd: Updated npm metadata
8+
39
## 0.3.1
410

511
### Patch Changes

packages/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.1",
5+
"version": "0.3.2",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

packages/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.8
4+
5+
### Patch Changes
6+
7+
- 798c6cd: Updated npm metadata
8+
- Updated dependencies [798c6cd]
9+
- @uptask/core@0.3.2
10+
311
## 0.2.7
412

513
### Patch Changes

packages/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.7",
5+
"version": "0.2.8",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

packages/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.8
4+
5+
### Patch Changes
6+
7+
- 798c6cd: Updated npm metadata
8+
- Updated dependencies [798c6cd]
9+
- @uptask/core@0.3.2
10+
- @uptask/cron@0.2.8
11+
- @uptask/cli@0.3.3
12+
313
## 0.3.7
414

515
### Patch Changes

packages/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.7",
5+
"version": "0.3.8",
66
"license": "MIT",
77
"author": "Datist",
88
"repository": "https://github.com/datisthq/uptask",

0 commit comments

Comments
 (0)