mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore: set version in all packae.jsons
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
85e17bee79
commit
3d03835af9
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hedgedoc/backend",
|
"name": "@hedgedoc/backend",
|
||||||
"version": "2.0.0-dev",
|
"version": "2.0.0-alpha.1",
|
||||||
"description": "Realtime collaborative markdown notes on all platforms.",
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hedgedoc/docs",
|
"name": "@hedgedoc/docs",
|
||||||
"version": "2.0.0-dev",
|
"version": "2.0.0-alpha.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "markdownlint-cli2 content/**/*.md",
|
"lint": "markdownlint-cli2 content/**/*.md",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hedgedoc/frontend",
|
"name": "@hedgedoc/frontend",
|
||||||
"version": "2.0.0-dev",
|
"version": "2.0.0-alpha.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue