From 9df4835be3e059ee2e436f7de26eadfc591ea1f1 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:17:04 +0700 Subject: [PATCH 1/3] fix ci --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76ccb118..779cce3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,7 @@ jobs: APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} with: tagName: v__VERSION__ releaseName: 'App v__VERSION__' From 32843018aa1e8cd56057dcd58b1ab96d4394b42f Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:27:48 +0700 Subject: [PATCH 2/3] chore(release): v1.2.7 --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/libs/ndk/instance.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fa225e38..26dbca30 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "1.2.6", + "version": "1.2.7", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b4ae74bf..57f62ff0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "1.2.6" +version = "1.2.7" description = "the communication app" authors = ["Ren Amamiya"] license = "GPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9440a30c..4f66612d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "1.2.6" + "version": "1.2.7" }, "tauri": { "allowlist": { diff --git a/src/libs/ndk/instance.ts b/src/libs/ndk/instance.ts index 5fb58aff..a1c6e4ba 100644 --- a/src/libs/ndk/instance.ts +++ b/src/libs/ndk/instance.ts @@ -26,8 +26,8 @@ export const NDKInstance = () => { const onlineRelays = new Set(relays); for (const relay of relays) { - const url = new URL(relay); try { + const url = new URL(relay); const res = await fetch(`https://${url.hostname}`, { method: 'GET', timeout: { secs: 5, nanos: 0 }, From 222ef2ca32288bf5ea556395e76598fb0a49cd2c Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:30:41 +0700 Subject: [PATCH 3/3] fix: vidstack bug --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26dbca30..1aab923e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@tiptap/react": "^2.1.11", "@tiptap/starter-kit": "^2.1.11", "@tiptap/suggestion": "^2.1.11", - "@vidstack/react": "^1.1.5", + "@vidstack/react": "^1.1.7", "dayjs": "^1.11.10", "destr": "^2.0.1", "html-to-text": "^9.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03f698a9..fa96ee7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,8 +72,8 @@ dependencies: specifier: ^2.1.11 version: 2.1.11(@tiptap/core@2.1.11)(@tiptap/pm@2.1.11) '@vidstack/react': - specifier: ^1.1.5 - version: 1.1.5(@types/react@18.2.24)(react@18.2.0) + specifier: ^1.1.7 + version: 1.1.7(@types/react@18.2.24)(react@18.2.0) dayjs: specifier: ^1.11.10 version: 1.11.10 @@ -2703,8 +2703,8 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@vidstack/react@1.1.5(@types/react@18.2.24)(react@18.2.0): - resolution: {integrity: sha512-EutVuOU2b6XTryEmPU23T2Ftu3j4BuJGdGbyHoDtc15m6iL/DtpkBJCLqRVI7PaiuQtqneKcvKUNcBNogVz5KQ==} + /@vidstack/react@1.1.7(@types/react@18.2.24)(react@18.2.0): + resolution: {integrity: sha512-qNd3+hLBdtWqFuPe1OZetVi/F/qOKXb1ByTPc4JdCmiGaheNhpMMLf8HM/r26YnP5v86WXvKgCFDuiiMyWXGbg==} engines: {node: '>=18'} peerDependencies: '@types/react': ^18.0.0