From 2bf375ee0bc91cdf16c7e0b75d08504300509996 Mon Sep 17 00:00:00 2001 From: Eric Cabrel TIOGO Date: Tue, 21 May 2024 23:50:57 +0200 Subject: [PATCH] docs(app): create the changelog --- .changeset/itchy-cars-yell.md | 8 ++++++++ package.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/itchy-cars-yell.md diff --git a/.changeset/itchy-cars-yell.md b/.changeset/itchy-cars-yell.md new file mode 100644 index 00000000..5ad32f58 --- /dev/null +++ b/.changeset/itchy-cars-yell.md @@ -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 diff --git a/package.json b/package.json index 0bd6044f..a69b4110 100644 --- a/package.json +++ b/package.json @@ -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",