Skip to content

Commit 3906ed9

Browse files
committed
Bump @polar-sh/sdk
1 parent b6e2a8c commit 3906ed9

File tree

16 files changed

+61
-44
lines changed

16 files changed

+61
-44
lines changed

.changeset/large-guests-lie.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@polar-sh/tanstack-start": patch
3+
"@polar-sh/better-auth": patch
4+
"@polar-sh/sveltekit": patch
5+
"@polar-sh/supabase": patch
6+
"@polar-sh/adapter-utils": patch
7+
"@polar-sh/express": patch
8+
"@polar-sh/fastify": patch
9+
"@polar-sh/elysia": patch
10+
"@polar-sh/nextjs": patch
11+
"@polar-sh/astro": patch
12+
"@polar-sh/remix": patch
13+
"@polar-sh/hono": patch
14+
"@polar-sh/nuxt": patch
15+
---
16+
17+
Bump @polar-sh/sdk

packages/adapter-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "",
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@polar-sh/sdk": "^0.42.0"
27+
"@polar-sh/sdk": "^0.42.1"
2828
},
2929
"devDependencies": {
3030
"@sindresorhus/tsconfig": "^7.0.0",

packages/polar-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
},
4848
"dependencies": {
4949
"@polar-sh/adapter-utils": "workspace:*",
50-
"@polar-sh/sdk": "^0.42.0"
50+
"@polar-sh/sdk": "^0.42.1"
5151
}
5252
}

packages/polar-betterauth/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@polar-sh/better-auth": "workspace:*",
13-
"@polar-sh/sdk": "^0.42.0",
13+
"@polar-sh/sdk": "^0.42.1",
1414
"better-auth": "1.4.6",
1515
"better-sqlite3": "^11.10.0",
1616
"next": "16.0.8",

packages/polar-betterauth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"devDependencies": {
5252
"@biomejs/biome": "1.9.4",
5353
"@polar-sh/adapter-utils": "workspace:*",
54-
"@polar-sh/sdk": "^0.42.0",
54+
"@polar-sh/sdk": "^0.42.1",
5555
"@sindresorhus/tsconfig": "^7.0.0",
5656
"@types/node": "^20.0.0",
5757
"better-auth": "^1.4.6",
5858
"tsup": "^8.5.1",
5959
"vitest": "^2.1.8"
6060
},
6161
"peerDependencies": {
62-
"@polar-sh/sdk": "^0.42.0",
62+
"@polar-sh/sdk": "^0.42.1",
6363
"better-auth": "^1.4.6",
6464
"zod": "^3.24.2 || ^4"
6565
},

packages/polar-elysia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@polar-sh/adapter-utils": "workspace:*",
49-
"@polar-sh/sdk": "^0.42.0"
49+
"@polar-sh/sdk": "^0.42.1"
5050
},
5151
"peerDependencies": {
5252
"elysia": "^1.2.10"

packages/polar-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
},
5252
"dependencies": {
5353
"@polar-sh/adapter-utils": "workspace:*",
54-
"@polar-sh/sdk": "^0.42.0"
54+
"@polar-sh/sdk": "^0.42.1"
5555
}
5656
}

packages/polar-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@polar-sh/adapter-utils": "workspace:*",
48-
"@polar-sh/sdk": "^0.42.0"
48+
"@polar-sh/sdk": "^0.42.1"
4949
},
5050
"peerDependencies": {
5151
"fastify": "^5.2.1"

packages/polar-hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
},
4949
"dependencies": {
5050
"@polar-sh/adapter-utils": "workspace:*",
51-
"@polar-sh/sdk": "^0.42.0"
51+
"@polar-sh/sdk": "^0.42.1"
5252
}
5353
}

packages/polar-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"@polar-sh/adapter-utils": "workspace:*",
32-
"@polar-sh/sdk": "^0.42.0"
32+
"@polar-sh/sdk": "^0.42.1"
3333
},
3434
"devDependencies": {
3535
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)