Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Apr 12, 2023
1 parent 19aa44d commit 258b643
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "3.1.3"
"version": "3.2.0"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-cli",
"version": "3.1.3",
"version": "3.2.0",
"description": "A CLI that interacts with the gpt-turbo library",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"gpt-turbo": "^3.1.3",
"gpt-turbo": "^3.2.0",
"ink": "^4.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo",
"version": "3.1.3",
"version": "3.2.0",
"description": "A library for interacting with OpenAI's Chat Completion API",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-nest",
"version": "3.1.3",
"version": "3.2.0",
"description": "A NestJS app that interacts with the gpt-turbo library",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@nestjs/platform-express": "^9.0.0",
"@nestjs/swagger": "^6.3.0",
"dotenv": "^16.0.3",
"gpt-turbo": "^3.1.3",
"gpt-turbo": "^3.2.0",
"lowdb": "^5.1.0",
"nestjs-zod": "^2.0.3",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt-turbo-web",
"version": "3.1.3",
"version": "3.2.0",
"description": "A Web app that interacts with the gpt-turbo library",
"private": true,
"main": "dist/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@mantine/modals": "^6.0.5",
"@mantine/notifications": "^6.0.5",
"@mantine/prism": "^6.0.5",
"gpt-turbo": "^3.1.3",
"gpt-turbo": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
Expand Down

0 comments on commit 258b643

Please sign in to comment.