Skip to content

Commit 6bab97b

Browse files
SoniaSandlerbenoitf
authored andcommitted
chore: bump version to 1.9.0
Signed-off-by: SoniaSandler <runner@pkrvmjbmru5nbw0.25nck5mkgfoenofczkdl0zm0ze.cx.internal.cloudapp.net>
1 parent b8e566f commit 6bab97b

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.8.0-next",
6+
"version": "1.9.0-next",
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.8.0-next",
5+
"version": "1.9.0-next",
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.8.0-next",
4+
"version": "1.9.0-next",
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.8.0-next",
3+
"version": "1.9.0-next",
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)