Skip to content

Commit

Permalink
docs(app): create the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed May 21, 2024
1 parent a00e7ae commit 2bf375e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/itchy-cars-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@snipcode/domain": minor
"@snipcode/core": minor
"@snipcode/code-embed": patch
"@snipcode/embed": patch
---

Merge the database schema and the application business rules into a single package
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"cache:login": "turbo login",
"cache:link": "turbo link",
"cache:disable": "turbo unlink"
"cache:disable": "turbo unlink",
"pre-release": "changeset"
},
"workspaces": [
"packages/domain",
Expand Down

0 comments on commit 2bf375e

Please sign in to comment.