Release 0.2.0 (#2777)

This commit is contained in:
Charles Bochet
2023-11-30 12:51:07 +01:00
committed by GitHub
parent 0008c4b9d5
commit 8548d11126
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "twenty", "name": "twenty",
"version": "0.1.5", "version": "0.2.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@air/react-drag-to-select": "^5.0.8", "@air/react-drag-to-select": "^5.0.8",
@ -176,4 +176,4 @@
"msw": { "msw": {
"workerDirectory": "public" "workerDirectory": "public"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "server", "name": "server",
"version": "0.1.5", "version": "0.2.0",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
@ -140,4 +140,4 @@
"resolutions": { "resolutions": {
"graphql": "16.8.0" "graphql": "16.8.0"
} }
} }