diff --git a/packages/alexa-types/CHANGELOG.md b/packages/alexa-types/CHANGELOG.md index c27f0cf17..994089bdb 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.17](https://github.com/voiceflow/libs/compare/@voiceflow/alexa-types@2.14.16...@voiceflow/alexa-types@2.14.17) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/alexa-types + + + + + ## [2.14.16](https://github.com/voiceflow/libs/compare/@voiceflow/alexa-types@2.14.15...@voiceflow/alexa-types@2.14.16) (2023-10-11) **Note:** Version bump only for package @voiceflow/alexa-types diff --git a/packages/alexa-types/package.json b/packages/alexa-types/package.json index 360f1b312..d1f9f9ae5 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.16", + "version": "2.14.17", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", + "@voiceflow/base-types": "^2.96.0", "@voiceflow/common": "^8.2.1", - "@voiceflow/voice-types": "^2.9.52", - "@voiceflow/voiceflow-types": "^3.26.6", + "@voiceflow/voice-types": "^2.9.53", + "@voiceflow/voiceflow-types": "^3.26.7", "ask-smapi-model": "1.14.0" }, "files": [ diff --git a/packages/api-sdk/CHANGELOG.md b/packages/api-sdk/CHANGELOG.md index e7f55ceb1..b6047afcb 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.7](https://github.com/voiceflow/libs/compare/@voiceflow/api-sdk@3.26.6...@voiceflow/api-sdk@3.26.7) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/api-sdk + + + + + ## [3.26.6](https://github.com/voiceflow/libs/compare/@voiceflow/api-sdk@3.26.5...@voiceflow/api-sdk@3.26.6) (2023-10-11) **Note:** Version bump only for package @voiceflow/api-sdk diff --git a/packages/api-sdk/package.json b/packages/api-sdk/package.json index d443e362e..6f7dd34aa 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.6", + "version": "3.26.7", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", + "@voiceflow/base-types": "^2.96.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 1dcae9c1f..557802c1d 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.96.0](https://github.com/voiceflow/libs/compare/@voiceflow/base-types@2.95.0...@voiceflow/base-types@2.96.0) (2023-10-12) + + +### Features + +* add exclution operator logic (NLU-864) ([#462](https://github.com/voiceflow/libs/issues/462)) ([6f1225d](https://github.com/voiceflow/libs/commit/6f1225dc2cab693e2a60d5445f3e7b07be6df925)) + + + + + # [2.95.0](https://github.com/voiceflow/libs/compare/@voiceflow/base-types@2.94.0...@voiceflow/base-types@2.95.0) (2023-10-11) diff --git a/packages/base-types/package.json b/packages/base-types/package.json index 04d1a0e30..ee2abc005 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.95.0", + "version": "2.96.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 b3a5d91c1..04eaa0fa9 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.72](https://github.com/voiceflow/libs/compare/@voiceflow/chat-types@2.13.71...@voiceflow/chat-types@2.13.72) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/chat-types + + + + + ## [2.13.71](https://github.com/voiceflow/libs/compare/@voiceflow/chat-types@2.13.70...@voiceflow/chat-types@2.13.71) (2023-10-11) **Note:** Version bump only for package @voiceflow/chat-types diff --git a/packages/chat-types/package.json b/packages/chat-types/package.json index 0c12769ff..5352d1649 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.71", + "version": "2.13.72", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", + "@voiceflow/base-types": "^2.96.0", "@voiceflow/common": "^8.2.1" }, "files": [ diff --git a/packages/google-dfes-types/CHANGELOG.md b/packages/google-dfes-types/CHANGELOG.md index 1c0a69865..5c1e71fcf 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.17](https://github.com/voiceflow/libs/compare/@voiceflow/google-dfes-types@2.16.16...@voiceflow/google-dfes-types@2.16.17) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/google-dfes-types + + + + + ## [2.16.16](https://github.com/voiceflow/libs/compare/@voiceflow/google-dfes-types@2.16.15...@voiceflow/google-dfes-types@2.16.16) (2023-10-11) **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 c8a3d077d..149b05443 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.16", + "version": "2.16.17", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", - "@voiceflow/chat-types": "^2.13.71", + "@voiceflow/base-types": "^2.96.0", + "@voiceflow/chat-types": "^2.13.72", "@voiceflow/common": "^8.2.1", - "@voiceflow/google-types": "^2.20.16", - "@voiceflow/voice-types": "^2.9.52", - "@voiceflow/voiceflow-types": "^3.26.6" + "@voiceflow/google-types": "^2.20.17", + "@voiceflow/voice-types": "^2.9.53", + "@voiceflow/voiceflow-types": "^3.26.7" }, "files": [ "build" diff --git a/packages/google-types/CHANGELOG.md b/packages/google-types/CHANGELOG.md index 36ba5ea61..b511fc070 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.17](https://github.com/voiceflow/libs/compare/@voiceflow/google-types@2.20.16...@voiceflow/google-types@2.20.17) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/google-types + + + + + ## [2.20.16](https://github.com/voiceflow/libs/compare/@voiceflow/google-types@2.20.15...@voiceflow/google-types@2.20.16) (2023-10-11) **Note:** Version bump only for package @voiceflow/google-types diff --git a/packages/google-types/package.json b/packages/google-types/package.json index 9bc48b1b0..e3f734083 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.16", + "version": "2.20.17", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", - "@voiceflow/chat-types": "^2.13.71", + "@voiceflow/base-types": "^2.96.0", + "@voiceflow/chat-types": "^2.13.72", "@voiceflow/common": "^8.2.1", - "@voiceflow/voice-types": "^2.9.52", - "@voiceflow/voiceflow-types": "^3.26.6", + "@voiceflow/voice-types": "^2.9.53", + "@voiceflow/voiceflow-types": "^3.26.7", "googleapis": "92.0.0" }, "files": [ diff --git a/packages/voice-types/CHANGELOG.md b/packages/voice-types/CHANGELOG.md index 85bb1d330..ef3f82b12 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.53](https://github.com/voiceflow/libs/compare/@voiceflow/voice-types@2.9.52...@voiceflow/voice-types@2.9.53) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/voice-types + + + + + ## [2.9.52](https://github.com/voiceflow/libs/compare/@voiceflow/voice-types@2.9.51...@voiceflow/voice-types@2.9.52) (2023-10-11) **Note:** Version bump only for package @voiceflow/voice-types diff --git a/packages/voice-types/package.json b/packages/voice-types/package.json index 254a91b1b..d745f3281 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.52", + "version": "2.9.53", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", + "@voiceflow/base-types": "^2.96.0", "@voiceflow/common": "^8.2.1" }, "files": [ diff --git a/packages/voiceflow-types/CHANGELOG.md b/packages/voiceflow-types/CHANGELOG.md index c90362ccb..fbf8121d0 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.7](https://github.com/voiceflow/libs/compare/@voiceflow/voiceflow-types@3.26.6...@voiceflow/voiceflow-types@3.26.7) (2023-10-12) + +**Note:** Version bump only for package @voiceflow/voiceflow-types + + + + + ## [3.26.6](https://github.com/voiceflow/libs/compare/@voiceflow/voiceflow-types@3.26.5...@voiceflow/voiceflow-types@3.26.6) (2023-10-11) **Note:** Version bump only for package @voiceflow/voiceflow-types diff --git a/packages/voiceflow-types/package.json b/packages/voiceflow-types/package.json index 29e4fb1b6..f83b72ae8 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.6", + "version": "3.26.7", "author": "Voiceflow", "bugs": { "url": "https://github.com/voiceflow/libs/issues" }, "dependencies": { - "@voiceflow/base-types": "^2.95.0", - "@voiceflow/chat-types": "^2.13.71", - "@voiceflow/voice-types": "^2.9.52" + "@voiceflow/base-types": "^2.96.0", + "@voiceflow/chat-types": "^2.13.72", + "@voiceflow/voice-types": "^2.9.53" }, "files": [ "build"