diff --git a/packages/accounts/CHANGELOG.md b/packages/accounts/CHANGELOG.md new file mode 100644 index 00000000..22eb3f64 --- /dev/null +++ b/packages/accounts/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.16.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/accounts@1.16.1...@vonage/accounts@1.16.2) (2025-01-08) + +**Note:** Version bump only for package @vonage/accounts diff --git a/packages/accounts/package.json b/packages/accounts/package.json index 266b4549..e527163c 100644 --- a/packages/accounts/package.json +++ b/packages/accounts/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/accounts", - "version": "1.16.1", + "version": "1.16.2", "description": "Vonage Account Management API", "homepage": "https://developer.vonage.com", "bugs": { diff --git a/packages/conversations/CHANGELOG.md b/packages/conversations/CHANGELOG.md new file mode 100644 index 00000000..6c43afd6 --- /dev/null +++ b/packages/conversations/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.7.3](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/conversations@1.7.2...@vonage/conversations@1.7.3) (2025-01-08) + +**Note:** Version bump only for package @vonage/conversations diff --git a/packages/conversations/package.json b/packages/conversations/package.json index f9278362..8025c4a1 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.7.2", + "version": "1.7.3", "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": { @@ -37,6 +37,6 @@ "@vonage/messages": "^1.18.1", "@vonage/server-client": "^1.16.1", "@vonage/users": "^1.10.1", - "@vonage/voice": "^1.16.1" + "@vonage/voice": "^1.17.0" } } diff --git a/packages/numbers/CHANGELOG.md b/packages/numbers/CHANGELOG.md new file mode 100644 index 00000000..ea2aed2b --- /dev/null +++ b/packages/numbers/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.16.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/numbers@1.16.1...@vonage/numbers@1.16.2) (2025-01-08) + +**Note:** Version bump only for package @vonage/numbers diff --git a/packages/numbers/package.json b/packages/numbers/package.json index db663ca2..f442cc10 100644 --- a/packages/numbers/package.json +++ b/packages/numbers/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/numbers", - "version": "1.16.1", + "version": "1.16.2", "description": "Vonage Numbers SDK Package", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme", "bugs": { diff --git a/packages/pricing/CHANGELOG.md b/packages/pricing/CHANGELOG.md new file mode 100644 index 00000000..40b5a575 --- /dev/null +++ b/packages/pricing/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.16.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/pricing@1.16.1...@vonage/pricing@1.16.2) (2025-01-08) + +**Note:** Version bump only for package @vonage/pricing diff --git a/packages/pricing/package.json b/packages/pricing/package.json index 02ceffa1..edf35c6c 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/pricing", - "version": "1.16.1", + "version": "1.16.2", "description": "Vonage API for pricing", "homepage": "https://developer.vonage.com", "bugs": { diff --git a/packages/server-sdk/CHANGELOG.md b/packages/server-sdk/CHANGELOG.md new file mode 100644 index 00000000..eeb85fcb --- /dev/null +++ b/packages/server-sdk/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.19.3](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/server-sdk@3.19.2...@vonage/server-sdk@3.19.3) (2025-01-08) + +**Note:** Version bump only for package @vonage/server-sdk diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index 89740238..4ce1c769 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.19.2", + "version": "3.19.3", "description": "Node.js Client for the Vonage API Platform", "homepage": "https://developer.vonage.com", "bugs": { @@ -38,22 +38,22 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/accounts": "^1.16.1", + "@vonage/accounts": "^1.16.2", "@vonage/applications": "^1.16.1", "@vonage/auth": "^1.12.0", - "@vonage/conversations": "^1.7.2", + "@vonage/conversations": "^1.7.3", "@vonage/messages": "^1.18.1", "@vonage/number-insights": "^1.16.1", - "@vonage/numbers": "^1.16.1", - "@vonage/pricing": "^1.16.1", + "@vonage/numbers": "^1.16.2", + "@vonage/pricing": "^1.16.2", "@vonage/redact": "^1.15.1", "@vonage/server-client": "^1.16.1", - "@vonage/sms": "^1.17.1", + "@vonage/sms": "^1.17.2", "@vonage/users": "^1.10.1", "@vonage/verify": "^1.16.1", "@vonage/verify2": "^1.15.1", - "@vonage/video": "^1.20.1", - "@vonage/voice": "^1.16.1" + "@vonage/video": "^1.21.0", + "@vonage/voice": "^1.17.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/sms/CHANGELOG.md b/packages/sms/CHANGELOG.md new file mode 100644 index 00000000..bd6ec4f3 --- /dev/null +++ b/packages/sms/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.17.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/sms@1.17.1...@vonage/sms@1.17.2) (2025-01-08) + +**Note:** Version bump only for package @vonage/sms diff --git a/packages/sms/package.json b/packages/sms/package.json index 33e011ce..999b032c 100644 --- a/packages/sms/package.json +++ b/packages/sms/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/sms", - "version": "1.17.1", + "version": "1.17.2", "description": "Vonage SMS API SDK package", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme", "bugs": { diff --git a/packages/video/CHANGELOG.md b/packages/video/CHANGELOG.md new file mode 100644 index 00000000..703bbfe6 --- /dev/null +++ b/packages/video/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.21.0](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/video@1.20.1...@vonage/video@1.21.0) (2025-01-08) + + +### Features + +* added max bitrate for archive ([#972](https://github.com/Vonage/vonage-node-sdk/issues/972)) ([837dda8](https://github.com/Vonage/vonage-node-sdk/commit/837dda8096484c1f457b17593d4c76ea03509992)) diff --git a/packages/video/package.json b/packages/video/package.json index e0dd4b35..70ed215d 100644 --- a/packages/video/package.json +++ b/packages/video/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/video", - "version": "1.20.1", + "version": "1.21.0", "description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)", "keywords": [ "vonage", diff --git a/packages/voice/CHANGELOG.md b/packages/voice/CHANGELOG.md new file mode 100644 index 00000000..2c036c2b --- /dev/null +++ b/packages/voice/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.17.0](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/voice@1.16.1...@vonage/voice@1.17.0) (2025-01-08) + + +### Bug Fixes + +* user-to-user header was not being transformed to lisp case ([#976](https://github.com/Vonage/vonage-node-sdk/issues/976)) ([f83aaf0](https://github.com/Vonage/vonage-node-sdk/commit/f83aaf08559fb25247f9b8f7512809e2ba90f600)) + + +### Features + +* added new DTMF endpoints ([#977](https://github.com/Vonage/vonage-node-sdk/issues/977)) ([40cfa57](https://github.com/Vonage/vonage-node-sdk/commit/40cfa577c1669eeaf53fec439337cc1aa7611572)) diff --git a/packages/voice/package.json b/packages/voice/package.json index e3db0e65..93fe2979 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/voice", - "version": "1.16.1", + "version": "1.17.0", "description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.", "keywords": [ "vonage",