From 166df63300269171e0913fd0e3989df6228046c0 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 23 Jul 2024 20:00:06 -0400 Subject: Squashed commit of the following: commit dedd153bbacf9608709519975d3e71c235bc737f Author: vnugent Date: Tue Jul 23 19:56:16 2024 -0400 reset login status token temporary fix commit 073e472c0dd73d9a20dd1ba27a9e182b029725b8 Author: vnugent Date: Tue Jul 23 19:32:27 2024 -0400 chore: Package updates & compose build config commit 1b7964cad139e5c4d0249c10fac0dd6fca386ec7 Merge: 8ed4663 f77ff50 Author: vnugent Date: Fri Jun 7 15:46:25 2024 -0400 Merge branch 'master' into develop commit 8ed4663e539d9c2ea58aaad02a1fc2896956f6b6 Author: vnugent Date: Fri Jun 7 15:43:48 2024 -0400 fix: invalid chars in status cookie name commit 9d1df65d99732a68b4fe96dcc75273442cbd322f Author: vnugent Date: Thu Jun 6 21:31:30 2024 -0400 fix: Some container fixes and compatability commit 5ecd6b39cccdc9500540b10685605b5fcba61f69 Author: vnugent Date: Thu Jun 6 17:19:48 2024 -0400 Update and expose storage config for container commit 3a62bafd210a2e00d23d3df773e47011e09eba6e Author: vnugent Date: Thu Jun 6 16:18:36 2024 -0400 ci: build admin lib before building front-end commit 35920ad6c8596fc14bcfed66303511e8c249be8d Author: vnugent Date: Thu Jun 6 15:56:36 2024 -0400 ci: Local vite config, force set lib versions commit 3c228b3cc5172fae398af8de72b64bd780ace20c Author: vnugent Date: Wed Jun 5 19:55:39 2024 -0400 ci: Update packages and add container build commit 21d2719701f851d4a555c363b141f289f14a5192 Author: vnugent Date: Wed Jun 5 15:58:07 2024 -0400 fix: #1 new channel page when hitting new button commit eefba88ac4e2c70517aa71c79ed94c346f9de554 Author: vnugent Date: Wed Jun 5 15:26:15 2024 -0400 chore: Package updates commit 9eed4022a79f2cba139c9f8a359bfc8c1f9c31c5 Author: vnugent Date: Wed Jun 5 14:44:08 2024 -0400 ci: Stage blocking changes --- back-end/src/Content.Publishing.Blog.Admin.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'back-end') diff --git a/back-end/src/Content.Publishing.Blog.Admin.csproj b/back-end/src/Content.Publishing.Blog.Admin.csproj index 1e55a31..8d9a0cc 100644 --- a/back-end/src/Content.Publishing.Blog.Admin.csproj +++ b/back-end/src/Content.Publishing.Blog.Admin.csproj @@ -33,8 +33,8 @@ - - + + -- cgit