Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @voiceflow/[email protected]
 - @voiceflow/[email protected]
 - @voiceflow/[email protected]
 - @voiceflow/[email protected]
 - @voiceflow/[email protected]
 - @voiceflow/[email protected]
  • Loading branch information
vf-service-account committed Jun 26, 2024
1 parent 7e2ae04 commit 12fbc65
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 6 deletions.
6 changes: 6 additions & 0 deletions apps/creator-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1604.0](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

### Features

* setV3 dev-env (COR-2294) ([#8270](https://github.com/voiceflow/creator-app/issues/8270)) ([e6af78f](https://github.com/voiceflow/creator-app/commit/e6af78fd4d03db7abd0b3ef6cb05b9e4b808c4b5))

# [1.1603.0](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apps/creator-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/creator-app",
"version": "1.1603.0",
"version": "1.1604.0",
"private": true,
"description": "voiceflow Creator App",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions apps/realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.416.1](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

**Note:** Version bump only for package @voiceflow/realtime

# [1.416.0](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apps/realtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/realtime",
"version": "1.416.0",
"version": "1.416.1",
"private": true,
"license": "UNLICENSED",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions libs/realtime-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.431.1](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

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

# [1.431.0](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/realtime-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/realtime-sdk",
"version": "1.431.0",
"version": "1.431.1",
"homepage": "https://github.com/voiceflow/creator-app#readme",
"bugs": {
"url": "https://github.com/voiceflow/creator-app/issues"
Expand Down
4 changes: 4 additions & 0 deletions libs/sdk-http-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.29.2](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

**Note:** Version bump only for package @voiceflow/sdk-http-designer

## [2.29.1](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

**Note:** Version bump only for package @voiceflow/sdk-http-designer
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-http-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/sdk-http-designer",
"version": "2.29.1",
"version": "2.29.2",
"exports": {
".": {
"types": "./build/cjs/main.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions libs/sdk-logux-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.70.1](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

**Note:** Version bump only for package @voiceflow/sdk-logux-designer

# [2.70.0](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-logux-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/sdk-logux-designer",
"version": "2.70.0",
"version": "2.70.1",
"type": "module",
"main": "build/main.js",
"types": "build/main.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions libs/utils-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

### Features

* setV3 dev-env (COR-2294) ([#8270](https://github.com/voiceflow/creator-app/issues/8270)) ([e6af78f](https://github.com/voiceflow/creator-app/commit/e6af78fd4d03db7abd0b3ef6cb05b9e4b808c4b5))

## [1.23.1](https://github.com/voiceflow/creator-app/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-06-26)

**Note:** Version bump only for package @voiceflow/utils-designer
Expand Down
2 changes: 1 addition & 1 deletion libs/utils-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/utils-designer",
"version": "1.23.1",
"version": "1.24.0",
"exports": {
".": {
"types": "./build/cjs/main.d.ts",
Expand Down

0 comments on commit 12fbc65

Please sign in to comment.