Skip to content

Commit f36349e

Browse files
chore(release): publish
- @voiceflow/alexa-types@2.16.2 - @voiceflow/api-sdk@3.29.2 - @voiceflow/base-types@2.138.1 - @voiceflow/chat-types@2.15.2 - @voiceflow/common@8.11.0 - @voiceflow/voice-types@2.11.2 - @voiceflow/voiceflow-types@3.33.2
1 parent 37bbab7 commit f36349e

File tree

14 files changed

+37
-7
lines changed

14 files changed

+37
-7
lines changed

packages/alexa-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.16.2](https://github.com/voiceflow/libs/compare/@voiceflow/alexa-types@2.16.1...@voiceflow/alexa-types@2.16.2) (2026-01-29)
7+
8+
**Note:** Version bump only for package @voiceflow/alexa-types
9+
610
## [2.16.1](https://github.com/voiceflow/libs/compare/@voiceflow/alexa-types@2.16.0...@voiceflow/alexa-types@2.16.1) (2026-01-20)
711

812
**Note:** Version bump only for package @voiceflow/alexa-types

packages/alexa-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/alexa-types",
3-
"version": "2.16.1",
3+
"version": "2.16.2",
44
"description": "Alexa service types",
55
"keywords": [
66
"voiceflow",

packages/api-sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.29.2](https://github.com/voiceflow/libs/compare/@voiceflow/api-sdk@3.29.1...@voiceflow/api-sdk@3.29.2) (2026-01-29)
7+
8+
**Note:** Version bump only for package @voiceflow/api-sdk
9+
610
## [3.29.1](https://github.com/voiceflow/libs/compare/@voiceflow/api-sdk@3.29.0...@voiceflow/api-sdk@3.29.1) (2026-01-20)
711

812
**Note:** Version bump only for package @voiceflow/api-sdk

packages/api-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/api-sdk",
3-
"version": "3.29.1",
3+
"version": "3.29.2",
44
"description": "wrapper for creator-api",
55
"keywords": [
66
"voiceflow"

packages/base-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.138.1](https://github.com/voiceflow/libs/compare/@voiceflow/base-types@2.138.0...@voiceflow/base-types@2.138.1) (2026-01-29)
7+
8+
**Note:** Version bump only for package @voiceflow/base-types
9+
610
# [2.138.0](https://github.com/voiceflow/libs/compare/@voiceflow/base-types@2.137.0...@voiceflow/base-types@2.138.0) (2026-01-20)
711

812
### Features

packages/base-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/base-types",
3-
"version": "2.138.0",
3+
"version": "2.138.1",
44
"description": "Voiceflow base project types",
55
"keywords": [
66
"voiceflow",

packages/chat-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.2](https://github.com/voiceflow/libs/compare/@voiceflow/chat-types@2.15.1...@voiceflow/chat-types@2.15.2) (2026-01-29)
7+
8+
**Note:** Version bump only for package @voiceflow/chat-types
9+
610
## [2.15.1](https://github.com/voiceflow/libs/compare/@voiceflow/chat-types@2.15.0...@voiceflow/chat-types@2.15.1) (2026-01-20)
711

812
**Note:** Version bump only for package @voiceflow/chat-types

packages/chat-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/chat-types",
3-
"version": "2.15.1",
3+
"version": "2.15.2",
44
"description": "Voiceflow chat project types",
55
"keywords": [
66
"voiceflow",

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [8.11.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.10.0...@voiceflow/common@8.11.0) (2026-01-29)
7+
8+
### Features
9+
10+
* improve variables utils (COR-9708) ([#592](https://github.com/voiceflow/libs/issues/592)) ([37bbab7](https://github.com/voiceflow/libs/commit/37bbab7bfe44d935f269349ee69d5293d28cd252))
11+
612
# [8.10.0](https://github.com/voiceflow/libs/compare/@voiceflow/common@8.9.0...@voiceflow/common@8.10.0) (2025-11-25)
713

814
### Features

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voiceflow/common",
3-
"version": "8.10.0",
3+
"version": "8.11.0",
44
"description": "Junk drawer of utility functions",
55
"keywords": [
66
"voiceflow"

0 commit comments

Comments
 (0)