Skip to content

Commit 195a315

Browse files
chore: release v0.77.6
1 parent 98d903c commit 195a315

File tree

31 files changed

+320
-106
lines changed

31 files changed

+320
-106
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.5",
3+
"version": "0.77.6",
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.5",
49+
"@protolabsai/dependency-resolver": "^0.77.6",
5050
"@protolabsai/error-tracking": "^0.53.24",
51-
"@protolabsai/flows": "^0.77.5",
52-
"@protolabsai/git-utils": "^0.77.5",
53-
"@protolabsai/model-resolver": "^0.77.5",
54-
"@protolabsai/observability": "^0.77.5",
55-
"@protolabsai/platform": "^0.77.5",
56-
"@protolabsai/prompts": "^0.77.5",
51+
"@protolabsai/flows": "^0.77.6",
52+
"@protolabsai/git-utils": "^0.77.6",
53+
"@protolabsai/model-resolver": "^0.77.6",
54+
"@protolabsai/observability": "^0.77.6",
55+
"@protolabsai/platform": "^0.77.6",
56+
"@protolabsai/prompts": "^0.77.6",
5757
"@protolabsai/templates": "^0.56.0",
58-
"@protolabsai/tools": "^0.77.5",
59-
"@protolabsai/types": "^0.77.5",
60-
"@protolabsai/utils": "^0.77.5",
58+
"@protolabsai/tools": "^0.77.6",
59+
"@protolabsai/types": "^0.77.6",
60+
"@protolabsai/utils": "^0.77.6",
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.5",
3+
"version": "0.77.6",
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.5",
80-
"@protolabsai/spec-parser": "^0.77.5",
81-
"@protolabsai/types": "^0.77.5",
82-
"@protolabsai/utils": "^0.77.5",
79+
"@protolabsai/dependency-resolver": "^0.77.6",
80+
"@protolabsai/spec-parser": "^0.77.6",
81+
"@protolabsai/types": "^0.77.6",
82+
"@protolabsai/utils": "^0.77.6",
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.5",
163+
"@protolabsai/ui": "^0.77.6",
164164
"@storybook/addon-a11y": "^10.2.8",
165165
"@storybook/addon-docs": "^10.2.8",
166166
"@storybook/react-vite": "^10.2.8",

libs/dependency-resolver/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @protolabsai/dependency-resolver
22

3+
## 0.77.6
4+
5+
### Patch Changes
6+
7+
- ### Bug Fixes
8+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
9+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
10+
11+
### Refactors
12+
- Job log fetcher implementation
13+
- Job log fetcher implementation
14+
- Job log fetcher implementation
15+
16+
- Updated dependencies
17+
- @protolabsai/types@0.77.6
18+
319
## 0.77.5
420

521
### Patch Changes

libs/dependency-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protolabsai/dependency-resolver",
3-
"version": "0.77.5",
3+
"version": "0.77.6",
44
"description": "Feature dependency resolution for AutoMaker",
55
"type": "module",
66
"main": "dist/index.js",
@@ -32,7 +32,7 @@
3232
"node": ">=22.0.0 <23.0.0"
3333
},
3434
"dependencies": {
35-
"@protolabsai/types": "^0.77.5"
35+
"@protolabsai/types": "^0.77.6"
3636
},
3737
"devDependencies": {
3838
"@types/node": "22.19.3",

libs/flows/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @protolabsai/flows
22

3+
## 0.77.6
4+
5+
### Patch Changes
6+
7+
- ### Bug Fixes
8+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
9+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
10+
11+
### Refactors
12+
- Job log fetcher implementation
13+
- Job log fetcher implementation
14+
- Job log fetcher implementation
15+
16+
- Updated dependencies
17+
- @protolabsai/types@0.77.6
18+
- @protolabsai/utils@0.77.6
19+
- @protolabsai/prompts@0.77.6
20+
- @protolabsai/model-resolver@0.77.6
21+
- @protolabsai/observability@0.77.6
22+
323
## 0.77.5
424

525
### Patch Changes

libs/flows/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protolabsai/flows",
3-
"version": "0.77.5",
3+
"version": "0.77.6",
44
"type": "module",
55
"description": "LangGraph state graph examples and patterns for AutoMaker",
66
"main": "dist/index.js",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@opentelemetry/api": "^1.9.0",
40-
"@protolabsai/model-resolver": "^0.77.5",
41-
"@protolabsai/observability": "^0.77.5",
42-
"@protolabsai/prompts": "^0.77.5",
43-
"@protolabsai/types": "^0.77.5",
44-
"@protolabsai/utils": "^0.77.5",
40+
"@protolabsai/model-resolver": "^0.77.6",
41+
"@protolabsai/observability": "^0.77.6",
42+
"@protolabsai/prompts": "^0.77.6",
43+
"@protolabsai/types": "^0.77.6",
44+
"@protolabsai/utils": "^0.77.6",
4545
"@langchain/anthropic": "^0.3.10",
4646
"@langchain/core": "^0.3.33",
4747
"@langchain/langgraph": "^0.2.26"

libs/git-utils/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @protolabsai/git-utils
22

3+
## 0.77.6
4+
5+
### Patch Changes
6+
7+
- ### Bug Fixes
8+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
9+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
10+
11+
### Refactors
12+
- Job log fetcher implementation
13+
- Job log fetcher implementation
14+
- Job log fetcher implementation
15+
16+
- Updated dependencies
17+
- @protolabsai/types@0.77.6
18+
- @protolabsai/utils@0.77.6
19+
320
## 0.77.5
421

522
### Patch Changes

libs/git-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protolabsai/git-utils",
3-
"version": "0.77.5",
3+
"version": "0.77.6",
44
"type": "module",
55
"description": "Git operations utilities for AutoMaker",
66
"main": "dist/index.js",
@@ -26,8 +26,8 @@
2626
"node": ">=22.0.0 <23.0.0"
2727
},
2828
"dependencies": {
29-
"@protolabsai/types": "^0.77.5",
30-
"@protolabsai/utils": "^0.77.5"
29+
"@protolabsai/types": "^0.77.6",
30+
"@protolabsai/utils": "^0.77.6"
3131
},
3232
"devDependencies": {
3333
"@types/node": "22.19.3",

libs/model-resolver/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @protolabsai/model-resolver
22

3+
## 0.77.6
4+
5+
### Patch Changes
6+
7+
- ### Bug Fixes
8+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
9+
- restore Plans/Issues/Metrics tabs on project management view (#2918)
10+
11+
### Refactors
12+
- Job log fetcher implementation
13+
- Job log fetcher implementation
14+
- Job log fetcher implementation
15+
16+
- Updated dependencies
17+
- @protolabsai/types@0.77.6
18+
319
## 0.77.5
420

521
### Patch Changes

libs/model-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protolabsai/model-resolver",
3-
"version": "0.77.5",
3+
"version": "0.77.6",
44
"type": "module",
55
"description": "Model resolution utilities for AutoMaker",
66
"main": "dist/index.js",
@@ -26,7 +26,7 @@
2626
"node": ">=22.0.0 <23.0.0"
2727
},
2828
"dependencies": {
29-
"@protolabsai/types": "^0.77.5"
29+
"@protolabsai/types": "^0.77.6"
3030
},
3131
"devDependencies": {
3232
"@types/node": "22.19.3",

0 commit comments

Comments
 (0)