Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vonage/conversations@1.3.0
 - @vonage/messages@1.14.0
 - @Vonage/server-sdk@3.15.0
  • Loading branch information
manchuck committed Jul 5, 2024
1 parent a4c6a47 commit 78eab81
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/HOW-DO-I.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body:
- "Applications"
- "Audit"
- "Authentication"
- "Conversation"
- "Media"
- "Meetings"
- "Messages"
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/NEW-ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/conversations/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/messages/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 78eab81

Please sign in to comment.