Skip to content

Commit

Permalink
release 3.18.6 → 3.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 29, 2024
1 parent f145045 commit 9c380aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_customize",
"version": "3.18.6",
"version": "3.18.7",
"gpg_sign": true,
"use_shortcuts": true,
"tag_format": "$major.$minor.$patch$prerelease",
Expand Down Expand Up @@ -198,4 +198,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion back/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cms.dgrebb.com",
"version": "3.18.6",
"version": "3.18.7",
"private": true,
"description": "cms.dgrebb.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgrebb.com",
"version": "3.18.6",
"version": "3.18.7",
"private": true,
"scripts": {
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --compiler-warnings \"css-unused-selector:ignore\"",
Expand Down

0 comments on commit 9c380aa

Please sign in to comment.