Merge branch 'main' into dev

This commit is contained in:
charlesgauthereau
2026-03-06 09:33:51 +01:00
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -55,6 +55,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Get new version
id: get_version
run: |
TAG="v$(node -p "require('./package.json').version")"
echo "tag=$TAG" >> $GITHUB_OUTPUT
- name: Convert release to draft
run: |
echo "Updating release $TAG to draft"
+1 -1
View File
@@ -31,5 +31,5 @@ keywords:
- web-ui
- agent
license: Apache-2.0
version: 1.4.30
version: 1.4.31
date-released: '2026-03-02'
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "portabase",
"version": "1.4.30",
"version": "1.4.31",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 8887",