Skip to content

Commit dbcdb68

Browse files
fix: merge conflicts
2 parents b0f89c3 + cbb2505 commit dbcdb68

71 files changed

Lines changed: 4709 additions & 2683 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 10.28.0
27+
version: 10.28.1
2828

2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile --ignore-scripts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v2
2121
with:
22-
version: 10.28.0
22+
version: 10.28.1
2323

2424
- name: Install Dependencies
2525
run: pnpm install --frozen-lockfile
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "users" ADD COLUMN "desktop_version" text;

0 commit comments

Comments
 (0)