From 676455c38f0b0d94f174b1ab70bdf021b79e5d61 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 24 Nov 2025 16:11:53 +0100 Subject: [PATCH 1/2] Set registry url in release GHA --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f14da54..8343944 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci From 30a2f651d27585ad69c224dd045bb4845264ef5d Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 24 Nov 2025 16:22:07 +0100 Subject: [PATCH 2/2] Release v0.1.1 --- precise/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/package.json b/precise/package.json index 3467958..167e231 100644 --- a/precise/package.json +++ b/precise/package.json @@ -1,7 +1,7 @@ { "name": "trino-query-ui", "description": "Trino Query Editor react component", - "version": "0.0.1", + "version": "0.1.1", "author": { "name": "Trino contributors", "email": "general@trino.io",