From 51008299c07552ec343a0d77aa8ce846c9f294ee Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 26 Aug 2023 15:15:20 +0200 Subject: [PATCH] fix: adjust package versions because of link change Signed-off-by: Tilman Vatteroth --- html-to-react/package.json | 2 +- markdown-it-plugins/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html-to-react/package.json b/html-to-react/package.json index 7bc1bbdc8..1e9f09cc8 100644 --- a/html-to-react/package.json +++ b/html-to-react/package.json @@ -1,6 +1,6 @@ { "name": "@hedgedoc/html-to-react", - "version": "2.1.0", + "version": "2.1.1", "description": "Parse HTML into React components", "source": "src/index.ts", "main": "dist/cjs/index.js", diff --git a/markdown-it-plugins/package.json b/markdown-it-plugins/package.json index 07452ced4..45737e79d 100644 --- a/markdown-it-plugins/package.json +++ b/markdown-it-plugins/package.json @@ -1,7 +1,7 @@ { "name": "@hedgedoc/markdown-it-plugins", "type": "module", - "version": "2.1.3", + "version": "2.1.4", "description": "A collection of used and modified markdown-it plugins.", "source": "src/index.ts", "main": "../dist/cjs/index.js",