Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2024
1 parent 828485b commit 615ec1e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-games-flow.md

This file was deleted.

12 changes: 12 additions & 0 deletions hosts/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @clean-architecture/host-web

## 1.0.0

### Major Changes

- [`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70) Thanks [@adbayb](https://github.com/adbayb)! - v1.0.0 release 🚀.

### Patch Changes

- Updated dependencies [[`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70)]:
- @clean-architecture/catalog@1.0.0
2 changes: 1 addition & 1 deletion hosts/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clean-architecture/host-web",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions modules/catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @clean-architecture/catalog

## 1.0.0

### Major Changes

- [`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70) Thanks [@adbayb](https://github.com/adbayb)! - v1.0.0 release 🚀.
2 changes: 1 addition & 1 deletion modules/catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clean-architecture/catalog",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "A clean architecture example to enforce a loosely coupled business logic",
"homepage": "https://github.com/adbayb/clean-architecture/tree/main/clean-architecture#readme",
Expand Down
7 changes: 7 additions & 0 deletions modules/shared-kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @clean-architecture/shared-kernel

## 1.0.0

### Major Changes

- [`828485b`](https://github.com/adbayb/clean-architecture/commit/828485bf23d21e28f3a146fcf8a89cd97a5afd70) Thanks [@adbayb](https://github.com/adbayb)! - v1.0.0 release 🚀.
2 changes: 1 addition & 1 deletion modules/shared-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clean-architecture/shared-kernel",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "A clean architecture example to enforce a loosely coupled business logic",
"homepage": "https://github.com/adbayb/clean-architecture/tree/main/clean-architecture#readme",
Expand Down

0 comments on commit 615ec1e

Please sign in to comment.