Skip to content

Commit 7c05f8e

Browse files
github-actions[bot]emilwidlund
authored andcommitted
Version Packages
1 parent ff2ce69 commit 7c05f8e

File tree

23 files changed

+168
-43
lines changed

23 files changed

+168
-43
lines changed

.changeset/thirty-trains-swim.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/adapter-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polar-sh/adapter-utils
22

3+
## 0.1.15
4+
5+
### Patch Changes
6+
7+
- ff2ce69: Add new order webhook support
8+
39
## 0.1.14
410

511
### Patch Changes

packages/adapter-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polar-sh/adapter-utils",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Core package for Polar adapters",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

packages/polar-astro/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @polar-sh/astro
22

3+
## 0.3.15
4+
5+
### Patch Changes
6+
7+
- ff2ce69: Add new order webhook support
8+
- Updated dependencies [ff2ce69]
9+
- @polar-sh/adapter-utils@0.1.15
10+
311
## 0.3.14
412

513
### Patch Changes

packages/polar-astro/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polar-sh/astro",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"description": "Polar integration for Astro",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -25,8 +25,15 @@
2525
"dev": "tsc --watch",
2626
"check": "biome check --write ./src"
2727
},
28-
"files": ["dist"],
29-
"keywords": ["polar", "withastro", "payments", "subscriptions"],
28+
"files": [
29+
"dist"
30+
],
31+
"keywords": [
32+
"polar",
33+
"withastro",
34+
"payments",
35+
"subscriptions"
36+
],
3037
"peerDependencies": {
3138
"astro": "^5.0.0"
3239
},

packages/polar-betterauth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @polar-sh/hono
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- ff2ce69: Add new order webhook support
8+
39
## 0.0.8
410

511
### Patch Changes

packages/polar-betterauth/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polar-sh/better-auth",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Polar integration for better-auth",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -25,8 +25,15 @@
2525
"dev": "tsc --watch",
2626
"check": "biome check --write ./src"
2727
},
28-
"files": ["dist"],
29-
"keywords": ["polar", "better-auth", "payments", "subscriptions"],
28+
"files": [
29+
"dist"
30+
],
31+
"keywords": [
32+
"polar",
33+
"better-auth",
34+
"payments",
35+
"subscriptions"
36+
],
3037
"devDependencies": {
3138
"@biomejs/biome": "1.9.4",
3239
"@polar-sh/sdk": "^0.32.0",

packages/polar-elysia/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @polar-sh/elysia
22

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- ff2ce69: Add new order webhook support
8+
- Updated dependencies [ff2ce69]
9+
- @polar-sh/adapter-utils@0.1.15
10+
311
## 0.1.22
412

513
### Patch Changes

packages/polar-elysia/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polar-sh/elysia",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "Polar integration for Elysia",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -25,8 +25,15 @@
2525
"dev": "tsc --watch",
2626
"check": "biome check --write ./src"
2727
},
28-
"files": ["dist"],
29-
"keywords": ["polar", "elysia", "payments", "subscriptions"],
28+
"files": [
29+
"dist"
30+
],
31+
"keywords": [
32+
"polar",
33+
"elysia",
34+
"payments",
35+
"subscriptions"
36+
],
3037
"devDependencies": {
3138
"@biomejs/biome": "1.9.4",
3239
"@sindresorhus/tsconfig": "^7.0.0",

packages/polar-express/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @polar-sh/hono
22

3+
## 0.2.21
4+
5+
### Patch Changes
6+
7+
- ff2ce69: Add new order webhook support
8+
- Updated dependencies [ff2ce69]
9+
- @polar-sh/adapter-utils@0.1.15
10+
311
## 0.2.20
412

513
### Patch Changes

0 commit comments

Comments
 (0)