Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVEXP-584: Prepare release 1.2.0 #143

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and test Sinch Node.js SDK

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down
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
Loading