Skip to content

Commit 381cda2

Browse files
committed
version bump to v5.0.11
1 parent f52a71d commit 381cda2

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airhorn-mono",
3-
"version": "5.0.8",
3+
"version": "5.0.11",
44
"description": "Cloud Notification Library",
55
"repository": "https://github.com/jaredwray/airhorn.git",
66
"author": "Jared Wray <me@jaredwray.com>",
@@ -13,10 +13,10 @@
1313
"website:build": "pnpm docula build",
1414
"website:serve": "pnpm docula serve",
1515
"version:sync": "tsx scripts/version-sync.ts",
16-
"publish:airhorn": "pnpm --filter ./packages/airhorn run publish",
17-
"publish:aws": "pnpm --filter ./packages/aws' run publish",
18-
"publish:azure": "pnpm --filter ./packages/azure' run publish",
19-
"publish:twilio": "pnpm --filter ./packages/twilio' run publish",
16+
"publish:airhorn": "pnpm --filter 'airhorn' run build:publish",
17+
"publish:aws": "pnpm --filter '@airhornjs/aws' run build:publish",
18+
"publish:azure": "pnpm --filter '@airhornjs/azure' run build:publish",
19+
"publish:twilio": "pnpm --filter '@airhornjs/twilio' run build:publish",
2020
"build": "pnpm -r build",
2121
"clean": "pnpm -r clean"
2222
},

packages/airhorn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airhorn",
3-
"version": "5.0.8",
3+
"version": "5.0.11",
44
"description": "Cloud Notification Library",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -23,7 +23,7 @@
2323
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
2424
"clean": "rimraf ./dist ./coverage ./node_modules ./package-lock.json ./pnpm-lock.yaml",
2525
"prepublishOnly": "pnpm build",
26-
"publish": "pnpm publish --access public --no-git-checks",
26+
"build:publish": "pnpm publish --access public --no-git-checks",
2727
"build": "rimraf ./dist && tsup src/index.ts --format esm --dts --clean"
2828
},
2929
"devDependencies": {

packages/aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airhornjs/aws",
3-
"version": "5.0.8",
3+
"version": "5.0.11",
44
"description": "AWS SNS and SES provider for Airhorn",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -17,7 +17,7 @@
1717
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
1818
"clean": "rimraf ./dist ./coverage ./node_modules ./package-lock.json ./pnpm-lock.yaml",
1919
"prepublishOnly": "pnpm build",
20-
"publish": "pnpm publish --access public --no-git-checks",
20+
"build:publish": "pnpm publish --access public --no-git-checks",
2121
"build": "rimraf ./dist && tsup src/index.ts --format esm --dts --clean"
2222
},
2323
"keywords": [

packages/azure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airhornjs/azure",
3-
"version": "5.0.8",
3+
"version": "5.0.11",
44
"description": "Azure provider for Airhorn",
55
"license": "MIT",
66
"author": "Jared Wray <me@jaredwray.com>",
@@ -20,7 +20,7 @@
2020
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
2121
"clean": "rimraf ./dist ./coverage ./node_modules ./package-lock.json ./pnpm-lock.yaml",
2222
"prepublishOnly": "pnpm build",
23-
"publish": "pnpm publish --access public --no-git-checks",
23+
"build:publish": "pnpm publish --access public --no-git-checks",
2424
"build": "rimraf ./dist && tsup src/index.ts --format esm --dts --clean"
2525
},
2626
"dependencies": {

packages/twilio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airhornjs/twilio",
3-
"version": "5.0.8",
3+
"version": "5.0.11",
44
"description": "Twilio SMS and SendGrid Email provider for Airhorn notification system",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)