Skip to content

Commit

Permalink
release 3.10.0 → 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Dec 21, 2023
1 parent 89d9cc3 commit d57bdbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.10.0",
"version": "3.11.0",
"gpg_sign": true,
"tag_format": "$major.$minor.$patch$prerelease",
"version_type": "semver",
Expand Down Expand Up @@ -197,4 +197,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions back/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0",
"version": "3.11.0",
"private": true,
"description": "cms.dgrebb.com",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0",
"version": "3.11.0",
"private": true,
"scripts": {
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
Expand Down

0 comments on commit d57bdbb

Please sign in to comment.