From 272dad8ba722a6a1a072790cf13f3efb9f40f7af Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 31 Dec 2023 21:22:00 -0500 Subject: hopefully last commit before release & fix some minor annoyances --- back-end/src/Content.Publishing.Blog.Admin.csproj | 6 +++--- ci/plugins.taskfile.yaml | 2 ++ front-end/package.json | 2 +- front-end/src/views/Blog/ckeditor/Editor.vue | 6 +++--- front-end/src/views/Blog/components/Posts.vue | 5 +++-- .../src/views/Blog/components/podcast-helpers/EpisodeAdder.vue | 4 ++-- lib/admin/package.json | 2 +- lib/client/package.json | 2 +- 8 files changed, 16 insertions(+), 13 deletions(-) diff --git a/back-end/src/Content.Publishing.Blog.Admin.csproj b/back-end/src/Content.Publishing.Blog.Admin.csproj index 0d63d90..d782a61 100644 --- a/back-end/src/Content.Publishing.Blog.Admin.csproj +++ b/back-end/src/Content.Publishing.Blog.Admin.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -13,7 +13,7 @@ Vaughn Nugent CMNext.Admin A VNLib.Plugins.Essentials administration plugin for the CMNext content publishing platform. - Copyright © 2023 Vaughn Nugent + Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/CMNext.Admin https://github.com/VnUgE/CMNext/tree/master/ README.md @@ -33,7 +33,7 @@ - + diff --git a/ci/plugins.taskfile.yaml b/ci/plugins.taskfile.yaml index 3620a4a..de62e00 100644 --- a/ci/plugins.taskfile.yaml +++ b/ci/plugins.taskfile.yaml @@ -131,6 +131,8 @@ tasks: ignore_error: true - cmd: powershell -Command "rm ./lib/argon2/argon2-specs.pdf" ignore_error: true + - cmd: powershell -Command "rm ./lib/argon2/package.json" + ignore_error: true install-plugin: cmds: diff --git a/front-end/package.json b/front-end/package.json index 0e60e64..c910fc5 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.1.2", "type": "module", - "copyright": "Copyright \u00A9 2023 Vaughn Nugent", + "copyright": "Copyright \u00A9 2024 Vaughn Nugent", "description": "The CMNext admin web UI, built with Tailwindcss and Vuejs", "repository": "https://github.com/VnUgE/CMNext/tree/master/front-end", "author": "Vaughn Nugent", diff --git a/front-end/src/views/Blog/ckeditor/Editor.vue b/front-end/src/views/Blog/ckeditor/Editor.vue index e1ee2ce..b1d6c0b 100644 --- a/front-end/src/views/Blog/ckeditor/Editor.vue +++ b/front-end/src/views/Blog/ckeditor/Editor.vue @@ -26,7 +26,7 @@
Search for content by its id or file name.
- + @@ -70,7 +70,7 @@