chore: set version in all packae.jsons

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-10-08 21:54:31 +02:00
parent 85e17bee79
commit 3d03835af9
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@hedgedoc/backend",
"version": "2.0.0-dev",
"version": "2.0.0-alpha.1",
"description": "Realtime collaborative markdown notes on all platforms.",
"author": "",
"private": true,

View file

@ -1,6 +1,6 @@
{
"name": "@hedgedoc/docs",
"version": "2.0.0-dev",
"version": "2.0.0-alpha.1",
"license": "AGPL-3.0",
"scripts": {
"lint": "markdownlint-cli2 content/**/*.md",

View file

@ -1,6 +1,6 @@
{
"name": "@hedgedoc/frontend",
"version": "2.0.0-dev",
"version": "2.0.0-alpha.1",
"private": true,
"license": "AGPL-3.0",
"scripts": {