Skip to content

Commit

Permalink
DEVEXP-584: Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Oct 2, 2024
1 parent 281ca43 commit 737e3e9
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/integrated-flows-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"verification:app": "yarn compile && node dist/verification/app.js"
},
"dependencies": {
"@sinch/sdk-core": "^1.1.0",
"@sinch/sdk-core": "^1.2.0",
"@types/node": "^20.8.7",
"dotenv": "^16.3.1",
"inquirer": "^9.2.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"voice:conferences:kickAll": "ts-node src/voice/conferences/kickAll.ts"
},
"dependencies": {
"@sinch/sdk-core": "^1.1.0",
"@sinch/sdk-core": "^1.2.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@sinch/sdk-core": "^1.1.0",
"@sinch/sdk-core": "^1.2.0",
"dotenv": "^16.3.1",
"raw-body": "^2.5.2",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/conversation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/conversation",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch Conversation API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.1.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/elastic-sip-trunking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/elastic-sip-trunking",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch Elastic SIP Trunking API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.0.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/fax",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch Fax API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.1.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/numbers",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch Numbers API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.1.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/sdk-client",
"version": "1.1.0",
"version": "1.2.0",
"description": "Core services related to interacting with Sinch API",
"homepage": "",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/sdk-core",
"version": "1.1.0",
"version": "1.2.0",
"description": "Node.js client for the Sinch API platform",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,13 +29,13 @@
"compile": "tsc --build --verbose"
},
"dependencies": {
"@sinch/conversation": "^1.1.0",
"@sinch/elastic-sip-trunking": "^1.1.0",
"@sinch/fax": "^1.1.0",
"@sinch/numbers": "^1.1.0",
"@sinch/sms": "^1.1.0",
"@sinch/verification": "^1.1.0",
"@sinch/voice": "^1.1.0"
"@sinch/conversation": "^1.2.0",
"@sinch/elastic-sip-trunking": "^1.2.0",
"@sinch/fax": "^1.2.0",
"@sinch/numbers": "^1.2.0",
"@sinch/sms": "^1.2.0",
"@sinch/verification": "^1.2.0",
"@sinch/voice": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/sms",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch SMS API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.1.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/verification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/verification",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch Verification API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.1.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/voice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinch/voice",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sinch Voice API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:e2e": "cucumber-js"
},
"dependencies": {
"@sinch/sdk-client": "^1.1.0"
"@sinch/sdk-client": "^1.2.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down

0 comments on commit 737e3e9

Please sign in to comment.