Skip to content

Commit 771208b

Browse files
chore: release package(s)
1 parent beac15d commit 771208b

File tree

7 files changed

+36
-11
lines changed

7 files changed

+36
-11
lines changed

.changeset/twelve-games-flow.md

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

hosts/web/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @clean-architecture/host-web
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70) Thanks [@adbayb](https://github.com/adbayb)! - v1.0.0 release 🚀.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70)]:
12+
- @clean-architecture/catalog@1.0.0
13+
- @clean-architecture/shared@1.0.0

hosts/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clean-architecture/host-web",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

modules/catalog/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @clean-architecture/catalog
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70) Thanks [@adbayb](https://github.com/adbayb)! - v1.0.0 release 🚀.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70)]:
12+
- @clean-architecture/shared@1.0.0

modules/catalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clean-architecture/catalog",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "A clean architecture example to enforce a loosely coupled business logic",
66
"homepage": "https://github.com/adbayb/clean-architecture/tree/main/clean-architecture#readme",
@@ -42,7 +42,7 @@
4242
"vitest": "3.2.4"
4343
},
4444
"peerDependencies": {
45-
"@clean-architecture/shared": "^0.0.0",
45+
"@clean-architecture/shared": "^1.0.0",
4646
"react": "^18.0.0 || ^19.0.0"
4747
}
4848
}

modules/shared-kernel/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @clean-architecture/shared
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70) Thanks [@adbayb](https://github.com/adbayb)! - v1.0.0 release 🚀.

modules/shared-kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clean-architecture/shared",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "A clean architecture example to enforce a loosely coupled business logic",
66
"homepage": "https://github.com/adbayb/clean-architecture/tree/main/clean-architecture#readme",

0 commit comments

Comments
 (0)