Skip to content

Commit

Permalink
DEVEXP-394: Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Apr 19, 2024
1 parent f185af1 commit 72c434c
Show file tree
Hide file tree
Showing 19 changed files with 58 additions and 23 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": "^0.0.5",
"@sinch/sdk-core": "^1.0.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 @@ -153,7 +153,7 @@
"voice:conferences:kickAll": "ts-node src/voice/conferences/kickAll.ts"
},
"dependencies": {
"@sinch/sdk-core": "^0.0.5",
"@sinch/sdk-core": "^1.0.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.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/platform-express": "^10.3.7",
"@sinch/sdk-core": "^0.0.5",
"@sinch/sdk-core": "^1.0.0",
"dotenv": "^16.3.1",
"raw-body": "^2.5.2",
"reflect-metadata": "^0.1.13",
Expand Down
6 changes: 6 additions & 0 deletions packages/conversation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 1.0.0
- [Tech] Update dependency `@sinch/sdk-client` to `1.0.0`
- [Feature][Breaking TS] Refactor `OmniMessage` interface to `OmniMessageOverride` to highlight its override nature
- [Feature][Breaking TS] Refactor the `section` array elements interface of a "List Message": the new interfaces are now called `ChoiceItemWrapper` and `ProductItemWrapper` and contain a `ChoiceItem` and a `ProductItem` in their respective properties `choice` and `product`
- [Feature] Add helpers to build `ChoiceItemWrapper` and `ProductItemWrapper` objects.

## Version 0.0.5
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.5`
- [Tech][Breaking] Export all model interfaces under the namespace `Conversation`
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": "0.0.5",
"version": "1.0.0",
"description": "Sinch Conversation API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.tests.json && rimraf dist/tests tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@sinch/sdk-client": "^0.0.5"
"@sinch/sdk-client": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/fax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.0.0
- [Tech] Update dependency `@sinch/sdk-client` to `1.0.0`

## Version 0.0.5
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.5`
- [Tech][Breaking] Export all model interfaces under the namespace `Fax`
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": "0.0.5",
"version": "1.0.0",
"description": "Sinch Fax API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.tests.json && rimraf dist/tests && rimraf tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@sinch/sdk-client": "^0.0.5"
"@sinch/sdk-client": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.0.0
- [Tech] Update dependency `@sinch/sdk-client` to `1.0.0`

## Version 0.0.5
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.5`
- [Tech][Breaking] Export all model interfaces under the namespace `Numbers`
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": "0.0.5",
"version": "1.0.0",
"description": "Sinch Numbers API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.tests.json && rimraf dist/tests && rimraf tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@sinch/sdk-client": "^0.0.5"
"@sinch/sdk-client": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.0.0
- No change

## Version 0.0.5
- [Tech] Break circular dependencies
- [Tech][Breaking] Rename `basepath` with `hostname` in the `ApiClientOptions` interface
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": "0.0.5",
"version": "1.0.0",
"description": "Core services related to interacting with Sinch API",
"homepage": "",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 1.0.0
- Update dependency `@sinch/numbers` to version `1.0.0`
- Update dependency `@sinch/sms` to version `1.0.0`
- Update dependency `@sinch/verification` to version `1.0.0`
- Update dependency `@sinch/voice` to version `1.0.0`
- Update dependency `@sinch/conversation` to version `1.0.0`
- Update dependency `@sinch/fax` to version `1.0.0`

## Version 0.0.5
- Update dependency `@sinch/numbers` to version `0.0.5`
- Update dependency `@sinch/sms` to version `0.0.5`
Expand Down
14 changes: 7 additions & 7 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": "0.0.5",
"version": "1.0.0",
"description": "Node.js client for the Sinch API platform",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"compile": "tsc --build --verbose"
},
"dependencies": {
"@sinch/conversation": "^0.0.5",
"@sinch/fax": "^0.0.5",
"@sinch/numbers": "^0.0.5",
"@sinch/sms": "^0.0.5",
"@sinch/verification": "^0.0.5",
"@sinch/voice": "^0.0.5"
"@sinch/conversation": "^1.0.0",
"@sinch/fax": "^1.0.0",
"@sinch/numbers": "^1.0.0",
"@sinch/sms": "^1.0.0",
"@sinch/verification": "^1.0.0",
"@sinch/voice": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.0.0
- [Tech] Update dependency `@sinch/sdk-client` to `1.0.0`

## Version 0.0.5
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.5`
- [Tech][Breaking] Export all model interfaces under the namespace `Sms`
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": "0.0.5",
"version": "1.0.0",
"description": "Sinch SMS API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.tests.json && rimraf dist/tests tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@sinch/sdk-client": "^0.0.5"
"@sinch/sdk-client": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 1.0.0
- [Tech] Update dependency `@sinch/sdk-client` to `1.0.0`
- [Feature] Update SDK from the latest specification
- Add `smsOptions` and `calloutOptions` to the respective Start Verification operations
- Update response interfaces for Report Verification operations

## Version 0.0.5
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.5`
- [Tech][Breaking] Export all model interfaces under the namespace `Verification`
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": "0.0.5",
"version": "1.0.0",
"description": "Sinch Verification API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.tests.json && rimraf dist/tests tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@sinch/sdk-client": "^0.0.5"
"@sinch/sdk-client": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/voice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.0.0
- [Tech] Update dependency `@sinch/sdk-client` to `1.0.0`

## Version 0.0.5
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.5`
- [Tech][Breaking] Export all model interfaces under the namespace `Voice`
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": "0.0.5",
"version": "1.0.0",
"description": "Sinch Voice API",
"homepage": "",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.tests.json && rimraf dist/tests tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@sinch/sdk-client": "^0.0.5"
"@sinch/sdk-client": "^1.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down

0 comments on commit 72c434c

Please sign in to comment.