Lilith
ef05cf60fa
chore: bump version to 1.3.21
2026-01-30 13:47:06 -08:00
Lilith
f67d132b83
chore: bump version to 1.3.20
2026-01-30 11:56:17 -08:00
Lilith
75b02a564f
chore: bump version to 1.3.19
2026-01-29 08:35:29 -08:00
Lilith
872e5372b2
deps-upgrade(cli): ⬆️ Update core dependencies in CLI tool to latest stable versions for compatibility and security fixes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:35:29 -08:00
Lilith
35331aee6c
chore: bump version to 1.3.18
2026-01-23 09:20:18 -08:00
Lilith
47c9fdaca2
chore: bump version to 1.3.17
2026-01-23 07:19:04 -08:00
Lilith
d997f517bf
chore: bump version to 1.3.16
2026-01-23 07:12:57 -08:00
Lilith
ddf6bfd2cf
chore: bump version to 1.3.15
2026-01-21 12:54:46 -08:00
Lilith
e0fad7ab1d
deps-upgrade(cross-package): ⬆️ Upgrade dependencies across admin/backend, admin/frontend, bull-adapter, core, ml, nestjs, and reporting packages
2026-01-21 12:54:46 -08:00
Lilith
bb13504ae2
chore: bump version to 1.3.14
2026-01-16 20:42:52 -08:00
Lilith
12d35681cc
chore(shared): 🔧 Update shared configuration files and scripts
2026-01-16 20:42:52 -08:00
Lilith
e5137d1ee6
chore: bump version to 1.3.13
2026-01-16 15:18:12 -08:00
Lilith
6ded39d579
chore: bump version to 1.3.12
2026-01-15 08:00:57 -08:00
Lilith
661899ce77
chore: 🔧 Update files
2026-01-15 08:00:56 -08:00
Lilith
e6de93561e
chore: bump version to 1.3.11
2026-01-15 07:22:35 -08:00
Lilith
a1d2791cfe
chore: bump version to 1.3.10
2026-01-15 06:58:43 -08:00
Lilith
d85381e69e
chore: bump version to 1.3.9
2026-01-15 06:30:31 -08:00
Lilith
dadd026adf
chore: bump version to 1.3.8
2026-01-13 09:12:21 -08:00
Lilith
79a93f17c3
chore: bump version to 1.3.7
2026-01-10 21:47:52 -08:00
Lilith
8242f73dce
fix(@queue): 🐛 resolve typos and update dependencies in package.json diff files
2026-01-10 21:47:51 -08:00
Lilith
f9498bc76c
chore: bump version to 1.3.6
2026-01-10 20:16:10 -08:00
Lilith
68c42f4205
chore(package): 🔧 📦 update package.json references to workspace:*
2026-01-10 20:16:10 -08:00
Lilith
015903d3c1
chore: bump version to 1.3.5
2026-01-09 22:37:53 -08:00
Lilith
94b2abd376
chore: bump version to 1.3.4
2026-01-09 11:28:45 -08:00
Lilith
14c7ee80a6
chore: bump version to 1.3.3
2026-01-05 12:50:26 -08:00
Lilith
9e178efa33
chore: bump version to 1.3.2
2026-01-05 02:54:16 -08:00
Lilith
d1defdca9c
chore: bump version to 1.3.1
2026-01-04 16:33:50 -08:00
Lilith
4f1f4e4ed3
feat(admin/frontend): add page components and dashboard utilities
...
Add page-level components for queue administration:
- QueueDashboardPage: Overview of all queues with summary stats
- QueueDetailPage: Detail view with job management
- QueueGrid: Grid layout for queue cards
- QueueSummaryBar: Aggregated statistics bar
- useJobSearch: Hook for job search functionality
Bump version to 1.3.0
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 16:33:40 -08:00
Lilith
b788862c87
chore: bump version to 1.2.3
2026-01-02 20:59:27 -08:00
Lilith
cf67afbbe1
chore: bump version to 1.2.2
2026-01-02 20:51:35 -08:00
Lilith
134fe53b40
🔖 Bump version to 1.2.1
2026-01-01 19:06:57 -08:00
Lilith
1d2458f0c0
🔖 Bump version to 1.2.0
2026-01-01 16:48:17 -08:00
Lilith
62ff55a1ca
chore: bump version to 1.1.1
2025-12-31 01:12:35 -08:00
Lilith
1e10dec685
chore: bump version to 1.1.0
2025-12-31 01:07:46 -08:00
Lilith
822641ea0a
♻️ Consolidate @queue into unified @lilith/queue package
...
Merge all subpackages into single npm package with subpath exports:
- @lilith/queue/core - Core types, constants, and utilities
- @lilith/queue/nestjs - NestJS integration
- @lilith/queue/ml - ML batching strategies
- @lilith/queue/reporting - TypeORM entities and analytics
- @lilith/queue/bull-adapter - BullMQ adapter
- @lilith/queue/admin/backend - Admin API
- @lilith/queue/admin/frontend - React components
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 20:28:16 -08:00
Lilith
8c2c6f4d85
feat: consolidate @queue packages into unified monorepo
...
Restructure the queue ecosystem from fragmented per-package git repos
into a single unified repository for coordinated versioning and simpler
maintenance.
Packages included:
- @lilith/queue-core - Core types, constants, utilities
- @lilith/queue-nestjs - NestJS module integration
- @lilith/queue-ml - ML batch processing strategies
- @lilith/queue-reporting - Analytics and reporting
- @lilith/queue-admin - React frontend + NestJS backend dashboard
- @lilith/bull-adapter - BullMQ adapter with NestJS support
All packages use @lilith/configs for shared ESLint/TypeScript configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 18:57:45 -08:00