-
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version * add release notes
- Loading branch information
Showing
5 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Bug Fixes | ||
|
||
- Bump isomorphic-dompurify from 0.18.0 to 0.19.0 in /frontend ([#1257](https://github.com/orhun/git-cliff/issues/1257)) | ||
- Bump @nuxtjs/auth-next in /frontend ([#1265](https://github.com/orhun/git-cliff/issues/1265)) | ||
- Bad dev dependency ([#1281](https://github.com/orhun/git-cliff/issues/1281)) | ||
- Add touch support for mealplanner delete ([#1298](https://github.com/orhun/git-cliff/issues/1298)) | ||
|
||
### Documentation | ||
|
||
- Add references for VSCode dev containers ([#1299](https://github.com/orhun/git-cliff/issues/1299)) | ||
- Docker-compose.dev.yml is currently not functional ([#1300](https://github.com/orhun/git-cliff/issues/1300)) | ||
|
||
### Features | ||
|
||
- Add reports to bulk recipe import (url) ([#1294](https://github.com/orhun/git-cliff/issues/1294)) | ||
- Rewrite print implementation to support new ing ([#1305](https://github.com/orhun/git-cliff/issues/1305)) | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Github stalebot changes ([#1271](https://github.com/orhun/git-cliff/issues/1271)) | ||
- Bump eslint-plugin-nuxt in /frontend ([#1258](https://github.com/orhun/git-cliff/issues/1258)) | ||
- Bump @vue/runtime-dom in /frontend ([#1259](https://github.com/orhun/git-cliff/issues/1259)) | ||
- Bump nuxt-vite from 0.1.3 to 0.3.5 in /frontend ([#1260](https://github.com/orhun/git-cliff/issues/1260)) | ||
- Bump vue2-script-setup-transform in /frontend ([#1263](https://github.com/orhun/git-cliff/issues/1263)) | ||
- Update dev dependencies ([#1282](https://github.com/orhun/git-cliff/issues/1282)) | ||
|
||
### Refactor | ||
|
||
- Split up recipe create page ([#1283](https://github.com/orhun/git-cliff/issues/1283)) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
from pathlib import Path | ||
|
||
APP_VERSION = "v1.0.0b" | ||
DB_VERSION = "v1.0.0b" | ||
APP_VERSION = "v1.0.0beta-2" | ||
|
||
CWD = Path(__file__).parent | ||
BASE_DIR = CWD.parent.parent.parent |