diff --git a/packages/alexa-types/CHANGELOG.md b/packages/alexa-types/CHANGELOG.md index 42cb932ef..24b5aa15b 100644 --- a/packages/alexa-types/CHANGELOG.md +++ b/packages/alexa-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.14.13](https://github.com/voiceflow/libs/compare/@voiceflow/alexa-types@2.14.12...@voiceflow/alexa-types@2.14.13) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/alexa-types + + + + + ## [2.14.12](https://github.com/voiceflow/libs/compare/@voiceflow/alexa-types@2.14.11...@voiceflow/alexa-types@2.14.12) (2023-10-06) **Note:** Version bump only for package @voiceflow/alexa-types diff --git a/packages/alexa-types/package.json b/packages/alexa-types/package.json index 60911b8fc..aff717324 100644 --- a/packages/alexa-types/package.json +++ b/packages/alexa-types/package.json @@ -1,16 +1,16 @@ { "name": "@voiceflow/alexa-types", "description": "Alexa service types", - "version": "2.14.12", + "version": "2.14.13", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", + "@voiceflow/base-types": "^2.92.0", "@voiceflow/common": "^8.2.1", - "@voiceflow/voice-types": "^2.9.48", - "@voiceflow/voiceflow-types": "^3.26.2", + "@voiceflow/voice-types": "^2.9.49", + "@voiceflow/voiceflow-types": "^3.26.3", "ask-smapi-model": "1.14.0" }, "files": [ diff --git a/packages/api-sdk/CHANGELOG.md b/packages/api-sdk/CHANGELOG.md index 10b343bee..4795a0dae 100644 --- a/packages/api-sdk/CHANGELOG.md +++ b/packages/api-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.26.3](https://github.com/voiceflow/libs/compare/@voiceflow/api-sdk@3.26.2...@voiceflow/api-sdk@3.26.3) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/api-sdk + + + + + ## [3.26.2](https://github.com/voiceflow/libs/compare/@voiceflow/api-sdk@3.26.1...@voiceflow/api-sdk@3.26.2) (2023-10-06) **Note:** Version bump only for package @voiceflow/api-sdk diff --git a/packages/api-sdk/package.json b/packages/api-sdk/package.json index b196de5ab..1e8bbdcb2 100644 --- a/packages/api-sdk/package.json +++ b/packages/api-sdk/package.json @@ -1,13 +1,13 @@ { "name": "@voiceflow/api-sdk", "description": "wrapper for creator-api", - "version": "3.26.2", + "version": "3.26.3", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", + "@voiceflow/base-types": "^2.92.0", "@voiceflow/common": "^8.2.1", "axios": "0.24.0", "jwt-decode": "^3.1.2", diff --git a/packages/base-types/CHANGELOG.md b/packages/base-types/CHANGELOG.md index 31589e2dd..f452bc9af 100644 --- a/packages/base-types/CHANGELOG.md +++ b/packages/base-types/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.92.0](https://github.com/voiceflow/libs/compare/@voiceflow/base-types@2.91.0...@voiceflow/base-types@2.92.0) (2023-10-10) + + +### Features + +* make diagramID required for diagrams (VF-000) ([#457](https://github.com/voiceflow/libs/issues/457)) ([63b152b](https://github.com/voiceflow/libs/commit/63b152b77b89c56abbcb6002aedce94d8ee10934)) + + + + + # [2.91.0](https://github.com/voiceflow/libs/compare/@voiceflow/base-types@2.90.1...@voiceflow/base-types@2.91.0) (2023-10-06) diff --git a/packages/base-types/package.json b/packages/base-types/package.json index a855118d6..9eaa62480 100644 --- a/packages/base-types/package.json +++ b/packages/base-types/package.json @@ -1,7 +1,7 @@ { "name": "@voiceflow/base-types", "description": "Voiceflow base project types", - "version": "2.91.0", + "version": "2.92.0", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" diff --git a/packages/chat-types/CHANGELOG.md b/packages/chat-types/CHANGELOG.md index 97bb088e2..22742ce09 100644 --- a/packages/chat-types/CHANGELOG.md +++ b/packages/chat-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.13.68](https://github.com/voiceflow/libs/compare/@voiceflow/chat-types@2.13.67...@voiceflow/chat-types@2.13.68) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/chat-types + + + + + ## [2.13.67](https://github.com/voiceflow/libs/compare/@voiceflow/chat-types@2.13.66...@voiceflow/chat-types@2.13.67) (2023-10-06) **Note:** Version bump only for package @voiceflow/chat-types diff --git a/packages/chat-types/package.json b/packages/chat-types/package.json index 652da56b8..d90aacb6c 100644 --- a/packages/chat-types/package.json +++ b/packages/chat-types/package.json @@ -1,13 +1,13 @@ { "name": "@voiceflow/chat-types", "description": "Voiceflow chat project types", - "version": "2.13.67", + "version": "2.13.68", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", + "@voiceflow/base-types": "^2.92.0", "@voiceflow/common": "^8.2.1" }, "files": [ diff --git a/packages/google-dfes-types/CHANGELOG.md b/packages/google-dfes-types/CHANGELOG.md index 5790672ab..dcc7bf8a4 100644 --- a/packages/google-dfes-types/CHANGELOG.md +++ b/packages/google-dfes-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.16.13](https://github.com/voiceflow/libs/compare/@voiceflow/google-dfes-types@2.16.12...@voiceflow/google-dfes-types@2.16.13) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/google-dfes-types + + + + + ## [2.16.12](https://github.com/voiceflow/libs/compare/@voiceflow/google-dfes-types@2.16.11...@voiceflow/google-dfes-types@2.16.12) (2023-10-06) **Note:** Version bump only for package @voiceflow/google-dfes-types diff --git a/packages/google-dfes-types/package.json b/packages/google-dfes-types/package.json index 7f7b19c88..d5182a27a 100644 --- a/packages/google-dfes-types/package.json +++ b/packages/google-dfes-types/package.json @@ -1,18 +1,18 @@ { "name": "@voiceflow/google-dfes-types", "description": "Google DF-ES service types", - "version": "2.16.12", + "version": "2.16.13", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", - "@voiceflow/chat-types": "^2.13.67", + "@voiceflow/base-types": "^2.92.0", + "@voiceflow/chat-types": "^2.13.68", "@voiceflow/common": "^8.2.1", - "@voiceflow/google-types": "^2.20.12", - "@voiceflow/voice-types": "^2.9.48", - "@voiceflow/voiceflow-types": "^3.26.2" + "@voiceflow/google-types": "^2.20.13", + "@voiceflow/voice-types": "^2.9.49", + "@voiceflow/voiceflow-types": "^3.26.3" }, "files": [ "build" diff --git a/packages/google-types/CHANGELOG.md b/packages/google-types/CHANGELOG.md index 7b0766d74..0d923d205 100644 --- a/packages/google-types/CHANGELOG.md +++ b/packages/google-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.20.13](https://github.com/voiceflow/libs/compare/@voiceflow/google-types@2.20.12...@voiceflow/google-types@2.20.13) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/google-types + + + + + ## [2.20.12](https://github.com/voiceflow/libs/compare/@voiceflow/google-types@2.20.11...@voiceflow/google-types@2.20.12) (2023-10-06) **Note:** Version bump only for package @voiceflow/google-types diff --git a/packages/google-types/package.json b/packages/google-types/package.json index a006741f5..54ab10a68 100644 --- a/packages/google-types/package.json +++ b/packages/google-types/package.json @@ -1,17 +1,17 @@ { "name": "@voiceflow/google-types", "description": "Google service types", - "version": "2.20.12", + "version": "2.20.13", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", - "@voiceflow/chat-types": "^2.13.67", + "@voiceflow/base-types": "^2.92.0", + "@voiceflow/chat-types": "^2.13.68", "@voiceflow/common": "^8.2.1", - "@voiceflow/voice-types": "^2.9.48", - "@voiceflow/voiceflow-types": "^3.26.2", + "@voiceflow/voice-types": "^2.9.49", + "@voiceflow/voiceflow-types": "^3.26.3", "googleapis": "92.0.0" }, "files": [ diff --git a/packages/voice-types/CHANGELOG.md b/packages/voice-types/CHANGELOG.md index e2811292f..667d6fe05 100644 --- a/packages/voice-types/CHANGELOG.md +++ b/packages/voice-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.49](https://github.com/voiceflow/libs/compare/@voiceflow/voice-types@2.9.48...@voiceflow/voice-types@2.9.49) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/voice-types + + + + + ## [2.9.48](https://github.com/voiceflow/libs/compare/@voiceflow/voice-types@2.9.47...@voiceflow/voice-types@2.9.48) (2023-10-06) **Note:** Version bump only for package @voiceflow/voice-types diff --git a/packages/voice-types/package.json b/packages/voice-types/package.json index f555a65ee..8a31cceb1 100644 --- a/packages/voice-types/package.json +++ b/packages/voice-types/package.json @@ -1,13 +1,13 @@ { "name": "@voiceflow/voice-types", "description": "Voiceflow voice project types", - "version": "2.9.48", + "version": "2.9.49", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", + "@voiceflow/base-types": "^2.92.0", "@voiceflow/common": "^8.2.1" }, "files": [ diff --git a/packages/voiceflow-types/CHANGELOG.md b/packages/voiceflow-types/CHANGELOG.md index 67f09f0a1..97efe4c99 100644 --- a/packages/voiceflow-types/CHANGELOG.md +++ b/packages/voiceflow-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.26.3](https://github.com/voiceflow/libs/compare/@voiceflow/voiceflow-types@3.26.2...@voiceflow/voiceflow-types@3.26.3) (2023-10-10) + +**Note:** Version bump only for package @voiceflow/voiceflow-types + + + + + ## [3.26.2](https://github.com/voiceflow/libs/compare/@voiceflow/voiceflow-types@3.26.1...@voiceflow/voiceflow-types@3.26.2) (2023-10-06) **Note:** Version bump only for package @voiceflow/voiceflow-types diff --git a/packages/voiceflow-types/package.json b/packages/voiceflow-types/package.json index 711995af6..b2a506205 100644 --- a/packages/voiceflow-types/package.json +++ b/packages/voiceflow-types/package.json @@ -1,15 +1,15 @@ { "name": "@voiceflow/voiceflow-types", "description": "Voiceflow 'voiceflow' project types", - "version": "3.26.2", + "version": "3.26.3", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.91.0", - "@voiceflow/chat-types": "^2.13.67", - "@voiceflow/voice-types": "^2.9.48" + "@voiceflow/base-types": "^2.92.0", + "@voiceflow/chat-types": "^2.13.68", + "@voiceflow/voice-types": "^2.9.49" }, "files": [ "build"