From 2d31c9f8b65abe79a5836dfe90e20b624cf04d20 Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Fri, 26 May 2023 17:56:23 -0400 Subject: [PATCH] chore: bump package versions to 0.4.7 (#388) --- api/package.json | 2 +- client/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index af23ae5456..0e62fedf1b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "chat-backend", - "version": "0.4.6", + "version": "0.4.7", "description": "", "main": "server/index.js", "scripts": { diff --git a/client/package.json b/client/package.json index b93ddefa12..d40b830035 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "chat-frontend", - "version": "0.4.6", + "version": "0.4.7", "description": "", "scripts": { "build": "vite build", diff --git a/package-lock.json b/package-lock.json index b5c57774cf..8cda5bf1a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chatgpt-clone", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chatgpt-clone", - "version": "0.4.6", + "version": "0.4.7", "license": "ISC", "workspaces": [ "api", @@ -35,7 +35,7 @@ }, "api": { "name": "chat-backend", - "version": "0.4.6", + "version": "0.4.7", "license": "ISC", "dependencies": { "@dqbd/tiktoken": "^1.0.2", @@ -76,7 +76,7 @@ }, "client": { "name": "chat-frontend", - "version": "0.4.6", + "version": "0.4.7", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 5b5fcdf1f7..0fc05f2889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-clone", - "version": "0.4.6", + "version": "0.4.7", "description": "", "workspaces": [ "api",