Skip to content

Commit 07b407e

Browse files
RELEASING: Releasing 8 package(s) (#450)
Releases: @kurrier/providers@2.0.0 @kurrier/common@1.0.0 @kurrier/schema@2.0.0 @kurrier/worker@1.0.0 @kurrier/db@2.0.0 @kurrier/docs@1.0.0 @kurrier/web@1.0.0 @kurrier/repo@2.0.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a63387 commit 07b407e

17 files changed

Lines changed: 56 additions & 20 deletions

File tree

.changeset/violet-meals-draw.md

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

apps/docs/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#449](https://github.com/kurrier-org/kurrier/pull/449) [`4a63387`](https://github.com/kurrier-org/kurrier/commit/4a63387eb93bf3dde9aeda194eb6a2cf0fed4cd5) Thanks [@krokhale](https://github.com/krokhale)! - refactor: simplify platform architecture, routing, storage, and db setup
8+
39
## 0.0.10
410

511
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurrier/docs",
3-
"version": "0.0.10",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#449](https://github.com/kurrier-org/kurrier/pull/449) [`4a63387`](https://github.com/kurrier-org/kurrier/commit/4a63387eb93bf3dde9aeda194eb6a2cf0fed4cd5) Thanks [@krokhale](https://github.com/krokhale)! - refactor: simplify platform architecture, routing, storage, and db setup
8+
39
## 0.2.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": "0.2.3",
3+
"version": "1.0.0",
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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#449](https://github.com/kurrier-org/kurrier/pull/449) [`4a63387`](https://github.com/kurrier-org/kurrier/commit/4a63387eb93bf3dde9aeda194eb6a2cf0fed4cd5) Thanks [@krokhale](https://github.com/krokhale)! - refactor: simplify platform architecture, routing, storage, and db setup
8+
39
## 0.2.5
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": "0.2.5",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "dotenvx run -f ../../db/.env -- nitro dev --port 3001",

packages/common/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#449](https://github.com/kurrier-org/kurrier/pull/449) [`4a63387`](https://github.com/kurrier-org/kurrier/commit/4a63387eb93bf3dde9aeda194eb6a2cf0fed4cd5) Thanks [@krokhale](https://github.com/krokhale)! - refactor: simplify platform architecture, routing, storage, and db setup
8+
39
## 0.1.0
410

511
### Minor Changes

packages/common/package.json

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

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+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#449](https://github.com/kurrier-org/kurrier/pull/449) [`4a63387`](https://github.com/kurrier-org/kurrier/commit/4a63387eb93bf3dde9aeda194eb6a2cf0fed4cd5) Thanks [@krokhale](https://github.com/krokhale)! - refactor: simplify platform architecture, routing, storage, and db setup
8+
39
## 1.1.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)