From 78eab81f86c617c62fcad186ad41b53513799af9 Mon Sep 17 00:00:00 2001 From: Chuck MANCHUCK Reeves Date: Mon, 1 Jul 2024 09:40:06 -0400 Subject: [PATCH] Publish - @vonage/conversations@1.3.0 - @vonage/messages@1.14.0 - @vonage/server-sdk@3.15.0 --- .github/ISSUE_TEMPLATE/HOW-DO-I.yml | 1 + .github/ISSUE_TEMPLATE/NEW-ISSUE.yml | 5 ++--- packages/conversations/package.json | 4 ++-- packages/messages/package.json | 2 +- packages/server-sdk/package.json | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/HOW-DO-I.yml b/.github/ISSUE_TEMPLATE/HOW-DO-I.yml index 659eb300..9dd26c79 100644 --- a/.github/ISSUE_TEMPLATE/HOW-DO-I.yml +++ b/.github/ISSUE_TEMPLATE/HOW-DO-I.yml @@ -24,6 +24,7 @@ body: - "Applications" - "Audit" - "Authentication" + - "Conversation" - "Media" - "Meetings" - "Messages" diff --git a/.github/ISSUE_TEMPLATE/NEW-ISSUE.yml b/.github/ISSUE_TEMPLATE/NEW-ISSUE.yml index 0f5f028b..83a0d9e1 100644 --- a/.github/ISSUE_TEMPLATE/NEW-ISSUE.yml +++ b/.github/ISSUE_TEMPLATE/NEW-ISSUE.yml @@ -11,10 +11,9 @@ body: label: Node Version description: What version of NodeJS are you using? options: - - 16.x - 18.x - 20.x - - 21.x + - 22.x validations: required: true - type: dropdown @@ -36,7 +35,7 @@ body: attributes: label: SDK Version description: What version of the SDK are you using? - placeholder: 3.10.0 + placeholder: 3.x.x validations: required: true - type: textarea diff --git a/packages/conversations/package.json b/packages/conversations/package.json index a48cd193..7e54a4fb 100644 --- a/packages/conversations/package.json +++ b/packages/conversations/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/conversations", - "version": "1.2.1", + "version": "1.3.0", "description": "The Vonage Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though each communication event taking place within a conversation, no matter the medium.", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/conversations#readme", "bugs": { @@ -34,7 +34,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/messages": "^1.13.0", + "@vonage/messages": "^1.14.0", "@vonage/server-client": "^1.12.0", "@vonage/users": "^1.6.0", "@vonage/voice": "^1.12.1" diff --git a/packages/messages/package.json b/packages/messages/package.json index 5513938d..9dce23ce 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/messages", - "version": "1.13.0", + "version": "1.14.0", "description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS", "keywords": [ "whatsapp", diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index d8c30b47..15d2c8db 100644 --- a/packages/server-sdk/package.json +++ b/packages/server-sdk/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/server-sdk", - "version": "3.14.2", + "version": "3.15.0", "description": "Node.js Client for the Vonage API Platform", "homepage": "https://developer.vonage.com", "bugs": { @@ -41,8 +41,8 @@ "@vonage/accounts": "^1.12.0", "@vonage/applications": "^1.12.0", "@vonage/auth": "^1.10.0", - "@vonage/conversations": "^1.2.1", - "@vonage/messages": "^1.13.0", + "@vonage/conversations": "^1.3.0", + "@vonage/messages": "^1.14.0", "@vonage/number-insights": "^1.12.0", "@vonage/numbers": "^1.12.0", "@vonage/pricing": "^1.12.0",