Skip to content

Commit 7b5209f

Browse files
RELEASING: Releasing 3 package(s) (#472)
Releases: @kurrier/worker@2.0.4 @kurrier/web@2.0.7 @kurrier/repo@3.0.8 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 50f0a99 commit 7b5209f

7 files changed

Lines changed: 21 additions & 10 deletions

File tree

.changeset/tall-signs-love.md

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

apps/web/CHANGELOG.md

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

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- [#471](https://github.com/kurrier-org/kurrier/pull/471) [`50f0a99`](https://github.com/kurrier-org/kurrier/commit/50f0a99136826a2e7d65414a88d32d20d27601b0) Thanks [@krokhale](https://github.com/krokhale)! - Add storage and mailflow stats to platform overview
8+
39
## 2.0.6
410

511
### Patch Changes

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurrier/web",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack -p \"$WEB_PORT\"",

apps/worker/CHANGELOG.md

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

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [#471](https://github.com/kurrier-org/kurrier/pull/471) [`50f0a99`](https://github.com/kurrier-org/kurrier/commit/50f0a99136826a2e7d65414a88d32d20d27601b0) Thanks [@krokhale](https://github.com/krokhale)! - Add storage and mailflow stats to platform overview
8+
39
## 2.0.3
410

511
### Patch Changes

apps/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurrier/worker",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"private": true,
55
"scripts": {
66
"dev": "dotenvx run -f ../../db/local/.env -- nitro dev --port 3001",

packages/repo-version/CHANGELOG.md

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

3+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- [#471](https://github.com/kurrier-org/kurrier/pull/471) [`50f0a99`](https://github.com/kurrier-org/kurrier/commit/50f0a99136826a2e7d65414a88d32d20d27601b0) Thanks [@krokhale](https://github.com/krokhale)! - Add storage and mailflow stats to platform overview
8+
39
## 3.0.7
410

511
### Patch Changes

packages/repo-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@kurrier/repo",
33
"private": true,
4-
"version": "3.0.7"
4+
"version": "3.0.8"
55
}

0 commit comments

Comments
 (0)