Skip to content

Commit 11742a9

Browse files
RELEASING: Releasing 3 package(s) (#462)
Releases: @kurrier/db@3.0.3 @kurrier/web@2.0.4 @kurrier/repo@3.0.4 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c818d78 commit 11742a9

7 files changed

Lines changed: 21 additions & 10 deletions

File tree

.changeset/petite-poems-fix.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.4
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/kurrier-org/kurrier/pull/461) [`c818d78`](https://github.com/kurrier-org/kurrier/commit/c818d786ee15723a6bfd94ed46c9c4a4de437f8f) Thanks [@krokhale](https://github.com/krokhale)! - Improve identity deletion cleanup flow
8+
39
## 2.0.3
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.3",
3+
"version": "2.0.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack -p \"$WEB_PORT\"",

packages/db/CHANGELOG.md

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

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/kurrier-org/kurrier/pull/461) [`c818d78`](https://github.com/kurrier-org/kurrier/commit/c818d786ee15723a6bfd94ed46c9c4a4de437f8f) Thanks [@krokhale](https://github.com/krokhale)! - Improve identity deletion cleanup flow
8+
39
## 3.0.2
410

511
### Patch Changes

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kurrier/db",
33
"private": true,
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"description": "",
66
"types": "src/index.ts",
77
"main": "src/index.ts",

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.4
4+
5+
### Patch Changes
6+
7+
- [#461](https://github.com/kurrier-org/kurrier/pull/461) [`c818d78`](https://github.com/kurrier-org/kurrier/commit/c818d786ee15723a6bfd94ed46c9c4a4de437f8f) Thanks [@krokhale](https://github.com/krokhale)! - Improve identity deletion cleanup flow
8+
39
## 3.0.3
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.3"
4+
"version": "3.0.4"
55
}

0 commit comments

Comments
 (0)