2 Commits

Author SHA1 Message Date
Paul R Kartchner
05cf8d7c00 chore: bump version to 2026.01.005
All checks were successful
Basil CI/CD Pipeline / Code Linting (push) Successful in 1m14s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m29s
Basil CI/CD Pipeline / API Tests (push) Successful in 1m56s
Basil CI/CD Pipeline / Web Tests (push) Successful in 1m36s
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build & Push Docker Images (push) Successful in 4m57s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m37s
Basil CI/CD Pipeline / Build All Packages (push) Successful in 1m33s
Basil CI/CD Pipeline / Trigger Deployment (push) Successful in 12s
2026-01-19 21:19:43 -07:00
7a02017c69 Merge pull request 'feat: implement responsive column-based styling for all thumbnail cards' (#9) from feature/cookbook-pagination into main
All checks were successful
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m29s
Basil CI/CD Pipeline / Code Linting (push) Successful in 1m41s
Basil CI/CD Pipeline / Web Tests (push) Successful in 1m59s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m44s
Basil CI/CD Pipeline / API Tests (push) Successful in 2m4s
Basil CI/CD Pipeline / Build All Packages (push) Successful in 1m34s
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build & Push Docker Images (push) Successful in 5m9s
Basil CI/CD Pipeline / Trigger Deployment (push) Successful in 12s
Reviewed-on: #9
2026-01-20 04:05:02 +00:00
2 changed files with 2 additions and 2 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.004';
export const APP_VERSION = '2026.01.005';

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.004';
export const APP_VERSION = '2026.01.005';