Skip to content

Commit 7884966

Browse files
authored
VIDCS-3709: VIDCS-3712: Bump VERA version to 1.1.1 and Bump up OT version to 2.29.4 (#156)
1 parent 56c9ee2 commit 7884966

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Express-based backend with authenticated routes.",
55
"main": "index.js",
66
"type": "module",

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "frontend",
33
"private": true,
44
"description": "React reference application for the Vonage Video web client SDK.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"type": "module",
77
"scripts": {
88
"build": "vite build && yarn cp-build",
@@ -30,7 +30,7 @@
3030
"@testing-library/react": "^16.3.0",
3131
"@testing-library/user-event": "^14.6.1",
3232
"@vitejs/plugin-react": "^4.4.1",
33-
"@vonage/client-sdk-video": "^2.29.3",
33+
"@vonage/client-sdk-video": "^2.29.4",
3434
"@vonage/vcr-sdk": "^1.3.0",
3535
"autolinker": "^4.0.0",
3636
"autoprefixer": "^10.4.19",

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration-tests",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "integration test workspace for vonage video react app",
55
"main": "main.js",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vonage-video-react-app",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "React reference application for the Vonage Video web client SDK.",
55
"private": true,
66
"workspaces": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,10 +2572,10 @@
25722572
"@vonage/jwt" "^1.11.0"
25732573
debug "^4.3.4"
25742574

2575-
"@vonage/client-sdk-video@^2.29.3":
2576-
version "2.29.3"
2577-
resolved "https://registry.yarnpkg.com/@vonage/client-sdk-video/-/client-sdk-video-2.29.3.tgz#6ba9528027d2f3000ea2b45a91e55e3618a61233"
2578-
integrity sha512-C+y79+d/j194N4rJ1lEViwz5gzOBQYBWWPeUMg/sIpM4xGyMAiFjQttZs/D2c1jaxbGWiIVrj8n/r3JL+ftEGg==
2575+
"@vonage/client-sdk-video@^2.29.4":
2576+
version "2.29.4"
2577+
resolved "https://registry.yarnpkg.com/@vonage/client-sdk-video/-/client-sdk-video-2.29.4.tgz#80f9905aa465656df485acbee976c2bc139688e3"
2578+
integrity sha512-pXSCj3xcJsViPkEEtIe1Ox0nH/IpDlZUkfZCFSXvOxrBzmQwseBiPcZp6NCc1DM7TI3hnmFlT2rY5rx2HlhNyw==
25792579

25802580
"@vonage/conversations@^1.4.0":
25812581
version "1.4.0"

0 commit comments

Comments
 (0)