chore: bump package versions to 0.4.7 (#388)

This commit is contained in:
Danny Avila 2023-05-26 17:56:23 -04:00 committed by GitHub
parent fd5afc09a2
commit 2d31c9f8b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "chat-backend", "name": "chat-backend",
"version": "0.4.6", "version": "0.4.7",
"description": "", "description": "",
"main": "server/index.js", "main": "server/index.js",
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
{ {
"name": "chat-frontend", "name": "chat-frontend",
"version": "0.4.6", "version": "0.4.7",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "chatgpt-clone", "name": "chatgpt-clone",
"version": "0.4.6", "version": "0.4.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "chatgpt-clone", "name": "chatgpt-clone",
"version": "0.4.6", "version": "0.4.7",
"license": "ISC", "license": "ISC",
"workspaces": [ "workspaces": [
"api", "api",
@ -35,7 +35,7 @@
}, },
"api": { "api": {
"name": "chat-backend", "name": "chat-backend",
"version": "0.4.6", "version": "0.4.7",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@dqbd/tiktoken": "^1.0.2", "@dqbd/tiktoken": "^1.0.2",
@ -76,7 +76,7 @@
}, },
"client": { "client": {
"name": "chat-frontend", "name": "chat-frontend",
"version": "0.4.6", "version": "0.4.7",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.4.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "chatgpt-clone", "name": "chatgpt-clone",
"version": "0.4.6", "version": "0.4.7",
"description": "", "description": "",
"workspaces": [ "workspaces": [
"api", "api",