Skip to content

Commit cb42356

Browse files
authored
Merge pull request #2886 from protoLabsAI/staging
Promote staging to main (v0.77.2)
2 parents d2aaae3 + 3f17200 commit cb42356

File tree

33 files changed

+836
-378
lines changed

33 files changed

+836
-378
lines changed

apps/server/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protolabsai/server",
3-
"version": "0.77.1",
3+
"version": "0.77.2",
44
"description": "Backend server for protoLabs Studio - provides API for both web and Electron modes",
55
"author": "protoLabs Studio",
66
"license": "SEE LICENSE IN LICENSE",
@@ -46,18 +46,18 @@
4646
"@opentelemetry/sdk-node": "^0.212.0",
4747
"@opentelemetry/sdk-trace-base": "^2.0.0",
4848
"@protolabsai/context-engine": "^0.68.9",
49-
"@protolabsai/dependency-resolver": "^0.77.1",
49+
"@protolabsai/dependency-resolver": "^0.77.2",
5050
"@protolabsai/error-tracking": "^0.53.24",
51-
"@protolabsai/flows": "^0.77.1",
52-
"@protolabsai/git-utils": "^0.77.1",
53-
"@protolabsai/model-resolver": "^0.77.1",
54-
"@protolabsai/observability": "^0.77.1",
55-
"@protolabsai/platform": "^0.77.1",
56-
"@protolabsai/prompts": "^0.77.1",
51+
"@protolabsai/flows": "^0.77.2",
52+
"@protolabsai/git-utils": "^0.77.2",
53+
"@protolabsai/model-resolver": "^0.77.2",
54+
"@protolabsai/observability": "^0.77.2",
55+
"@protolabsai/platform": "^0.77.2",
56+
"@protolabsai/prompts": "^0.77.2",
5757
"@protolabsai/templates": "^0.56.0",
58-
"@protolabsai/tools": "^0.77.1",
59-
"@protolabsai/types": "^0.77.1",
60-
"@protolabsai/utils": "^0.77.1",
58+
"@protolabsai/tools": "^0.77.2",
59+
"@protolabsai/types": "^0.77.2",
60+
"@protolabsai/utils": "^0.77.2",
6161
"@twurple/api": "^8.0.3",
6262
"@twurple/auth": "^8.0.3",
6363
"@twurple/chat": "^8.0.3",

apps/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protolabsai/app",
3-
"version": "0.77.1",
3+
"version": "0.77.2",
44
"description": "An autonomous AI development studio that helps you build software faster using AI-powered agents",
55
"homepage": "https://github.com/AutoMaker-Org/automaker",
66
"repository": {
@@ -76,10 +76,10 @@
7676
"@fontsource/source-sans-3": "^5.2.9",
7777
"@fontsource/work-sans": "^5.2.8",
7878
"@lezer/highlight": "1.2.3",
79-
"@protolabsai/dependency-resolver": "^0.77.1",
80-
"@protolabsai/spec-parser": "^0.77.1",
81-
"@protolabsai/types": "^0.77.1",
82-
"@protolabsai/utils": "^0.77.1",
79+
"@protolabsai/dependency-resolver": "^0.77.2",
80+
"@protolabsai/spec-parser": "^0.77.2",
81+
"@protolabsai/types": "^0.77.2",
82+
"@protolabsai/utils": "^0.77.2",
8383
"@radix-ui/react-checkbox": "1.3.3",
8484
"@radix-ui/react-collapsible": "1.1.12",
8585
"@radix-ui/react-dialog": "1.1.15",
@@ -160,7 +160,7 @@
160160
"@electron/rebuild": "^4.0.3",
161161
"@eslint/js": "9.0.0",
162162
"@playwright/test": "1.57.0",
163-
"@protolabsai/ui": "^0.77.1",
163+
"@protolabsai/ui": "^0.77.2",
164164
"@storybook/addon-a11y": "^10.2.8",
165165
"@storybook/addon-docs": "^10.2.8",
166166
"@storybook/react-vite": "^10.2.8",

0 commit comments

Comments
 (0)