Skip to content

Commit dcaabaa

Browse files
author
gastoner
committed
chore: 🥁 tagging v1.5.0 🥳
1 parent b3d76f9 commit dcaabaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ai-lab-monorepo",
44
"description": "ai-lab-monorepo",
55
"publisher": "redhat",
6-
"version": "1.5.0-next",
6+
"version": "1.5.0",
77
"license": "Apache-2.0",
88
"private": true,
99
"engines": {

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ai-lab",
33
"displayName": "Podman AI Lab",
44
"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.",
5-
"version": "1.5.0-next",
5+
"version": "1.5.0",
66
"icon": "icon.png",
77
"type": "module",
88
"publisher": "redhat",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend-app",
33
"displayName": "UI for AI Lab",
4-
"version": "1.5.0-next",
4+
"version": "1.5.0",
55
"type": "module",
66
"license": "Apache-2.0",
77
"scripts": {

tests/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-lab-tests-playwright",
3-
"version": "1.5.0-next",
3+
"version": "1.5.0",
44
"description": "Podman Desktop AI Lab extension Playwright E2E tests",
55
"scripts": {
66
"test:e2e": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test src/",

0 commit comments

Comments
 (0)