Skip to content

Commit f345d08

Browse files
committed
VIDSOL-152: Bump VERA version to 1.2.2 (#207)
1 parent 185a7d2 commit f345d08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.1",
3+
"version": "1.2.2",
44
"description": "Express-based backend with authenticated routes.",
55
"main": "index.js",
66
"type": "module",

frontend/package.json

Lines changed: 1 addition & 1 deletion
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.2.1",
5+
"version": "1.2.2",
66
"type": "module",
77
"scripts": {
88
"build": "vite build && yarn cp-build",

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.2.1",
3+
"version": "1.2.2",
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.2.1",
3+
"version": "1.2.2",
44
"description": "React reference application for the Vonage Video web client SDK.",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)