Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Jan 9, 2025
1 parent d27a478 commit 65dc1f0
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 16 deletions.
8 changes: 8 additions & 0 deletions packages/accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (2025-01-08)

**Note:** Version bump only for package @vonage/accounts
2 changes: 1 addition & 1 deletion packages/accounts/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/accounts",
"version": "1.16.1",
"version": "1.16.2",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/conversations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (2025-01-08)

**Note:** Version bump only for package @vonage/conversations
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.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": {
Expand Down Expand Up @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (2025-01-08)

**Note:** Version bump only for package @vonage/numbers
2 changes: 1 addition & 1 deletion packages/numbers/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/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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/pricing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (2025-01-08)

**Note:** Version bump only for package @vonage/pricing
2 changes: 1 addition & 1 deletion packages/pricing/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/pricing",
"version": "1.16.1",
"version": "1.16.2",
"description": "Vonage API for pricing",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (2025-01-08)

**Note:** Version bump only for package @vonage/server-sdk
16 changes: 8 additions & 8 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.19.2",
"version": "3.19.3",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (2025-01-08)

**Note:** Version bump only for package @vonage/sms
2 changes: 1 addition & 1 deletion packages/sms/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/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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (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))
2 changes: 1 addition & 1 deletion packages/video/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/video",
"version": "1.20.1",
"version": "1.21.0",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
"keywords": [
"vonage",
Expand Down
16 changes: 16 additions & 0 deletions packages/voice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@vonage/[email protected]) (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))
2 changes: 1 addition & 1 deletion packages/voice/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/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",
Expand Down

0 comments on commit 65dc1f0

Please sign in to comment.