2 Commits

Author SHA1 Message Date
Paul R Kartchner
0e941db4e6 chore: bump version to 2026.01.006
All checks were successful
Basil CI/CD Pipeline / Code Linting (push) Successful in 1m20s
Basil CI/CD Pipeline / Web Tests (push) Successful in 1m21s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m16s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m37s
Basil CI/CD Pipeline / API Tests (push) Successful in 1m42s
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build All Packages (push) Successful in 1m27s
Basil CI/CD Pipeline / Build & Push Docker Images (push) Successful in 5m1s
Basil CI/CD Pipeline / Trigger Deployment (push) Successful in 13s
2026-01-19 21:38:55 -07:00
Paul R Kartchner
8d6ddd7e8f fix: remove conflicting cookbook-count CSS rule causing styling issues
Some checks failed
Basil CI/CD Pipeline / Code Linting (push) Has started running
Basil CI/CD Pipeline / API Tests (push) Has started running
Basil CI/CD Pipeline / Security Scanning (push) Has been cancelled
Basil CI/CD Pipeline / Build All Packages (push) Has been cancelled
Basil CI/CD Pipeline / E2E Tests (push) Has been cancelled
Basil CI/CD Pipeline / Build & Push Docker Images (push) Has been cancelled
Basil CI/CD Pipeline / Trigger Deployment (push) Has been cancelled
Basil CI/CD Pipeline / Shared Package Tests (push) Has been cancelled
Basil CI/CD Pipeline / Web Tests (push) Has been cancelled
2026-01-19 21:37:56 -07:00
3 changed files with 2 additions and 7 deletions

View File

@@ -3,4 +3,4 @@
* Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3)
* Month and patch are zero-padded. Patch increments with each deployment in a month.
*/
export const APP_VERSION = '2026.01.005';
export const APP_VERSION = '2026.01.006';

View File

@@ -778,11 +778,6 @@
margin-top: 0.5rem;
}
.cookbook-count {
font-size: 0.875rem;
color: #666;
}
/* Cookbook tags */
.cookbook-tags {
display: flex;

View File

@@ -3,4 +3,4 @@
* Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3)
* Month and patch are zero-padded. Patch increments with each deployment in a month.
*/
export const APP_VERSION = '2026.01.005';
export const APP_VERSION = '2026.01.006';