Skip to content

Commit 280b225

Browse files
authored
VIDSOL-175: Version bump to 1.2.3 (#222)
1 parent 47e0286 commit 280b225

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

0 commit comments

Comments
 (0)