Compare commits

...

1 Commits
main ... v1.7.0

Author SHA1 Message Date
gastoner 1e88d4ca8b chore: 🥁 tagging v1.7.0 🥳 2025-05-20 06:05:00 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"displayName": "ai-lab-monorepo",
"description": "ai-lab-monorepo",
"publisher": "redhat",
"version": "1.7.0-next",
"version": "1.7.0",
"license": "Apache-2.0",
"private": true,
"engines": {

View File

@ -2,7 +2,7 @@
"name": "ai-lab",
"displayName": "Podman AI Lab",
"description": "Podman AI Lab lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy.",
"version": "1.7.0-next",
"version": "1.7.0",
"icon": "icon.png",
"type": "module",
"publisher": "redhat",

View File

@ -1,7 +1,7 @@
{
"name": "frontend-app",
"displayName": "UI for AI Lab",
"version": "1.7.0-next",
"version": "1.7.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "ai-lab-tests-playwright",
"version": "1.7.0-next",
"version": "1.7.0",
"description": "Podman Desktop AI Lab extension Playwright E2E tests",
"scripts": {
"test:e2e": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test src/",