diff --git a/.changeset/config.json b/.changeset/config.json index 485f9f7..f5064e3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,6 @@ { "repo": "adbayb/clean-architecture" } ], "commit": false, - "ignore": ["@examples/*"], "updateInternalDependencies": "patch", "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true, diff --git a/.changeset/twelve-games-flow.md b/.changeset/twelve-games-flow.md new file mode 100644 index 0000000..1b8d119 --- /dev/null +++ b/.changeset/twelve-games-flow.md @@ -0,0 +1,7 @@ +--- +"@clean-architecture/host-web": major +"@clean-architecture/catalog": major +"@clean-architecture/shared-kernel": major +--- + +v1.0.0 release 🚀. diff --git a/.changeset/welcome.md b/.changeset/welcome.md deleted file mode 100644 index 9263e46..0000000 --- a/.changeset/welcome.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clean-architecture": minor ---- - -v0.1.0 release 🚀 diff --git a/.github/workflows/continuous_delivery.yml b/.github/workflows/continuous_delivery.yml index ffcd05f..154f8c8 100644 --- a/.github/workflows/continuous_delivery.yml +++ b/.github/workflows/continuous_delivery.yml @@ -37,11 +37,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Publish pre-release version(s) - if: "!contains(github.event.head_commit.message, 'chore: release package(s)')" - run: | - pnpm --filter=\!@examples/\* --recursive exec pnpm version "$(pnpm show ./ version)-next-${GITHUB_SHA::7}" - pnpm --filter=\!@examples/\* --recursive exec pnpm publish --tag next --no-git-checks - name: Create release pull request if: "!contains(github.event.head_commit.message, 'chore: release package(s)')" uses: changesets/action@v1 @@ -55,7 +50,7 @@ jobs: uses: changesets/action@v1 with: version: pnpm release:version - publish: pnpm release:publish + publish: exit 0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/README.md b/README.md index 6e1df46..6592271 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

📦 clean-architecture

- A clean architecture implementation example to enable testable and evolutive systems + A clean architecture example to implement testable and evolutive systems


diff --git a/modules/catalog/README.md b/modules/catalog/README.md index 5c0cf87..ed8612e 100644 --- a/modules/catalog/README.md +++ b/modules/catalog/README.md @@ -1,7 +1,7 @@

📦 Clean Architecture

- The catalog [bounded context](https://deviq.com/domain-driven-design/bounded-context) + The catalog bounded context