From 4837368d71b3301cdbde45d8cbf339d650ddb641 Mon Sep 17 00:00:00 2001 From: Tim Carry Date: Sat, 13 Mar 2021 15:07:56 +0100 Subject: [PATCH] v1.14.0 --- lerna.json | 2 +- modules/docs/package.json | 4 ++-- modules/frontend/package.json | 2 +- modules/html/package.json | 4 ++-- modules/lib/package.json | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index 0e7de464f..4fa76ac5e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": ["modules/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.13.0" + "version": "1.14.0" } diff --git a/modules/docs/package.json b/modules/docs/package.json index 30ef4256b..e3fb6fc0c 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,7 +1,7 @@ { "dependencies": { "golgoth": "2.0.0", - "norska": "^1.13.0", + "norska": "^1.14.0", "norska-css": "^1.13.0", "norska-theme-docs": "2.0.0" }, @@ -19,5 +19,5 @@ "serve": "../../scripts/docs/serve", "release": "node ../../scripts/meta/release.js" }, - "version": "1.13.0" + "version": "1.14.0" } diff --git a/modules/frontend/package.json b/modules/frontend/package.json index c6338b732..ac4434092 100644 --- a/modules/frontend/package.json +++ b/modules/frontend/package.json @@ -26,5 +26,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.9.0" + "version": "1.14.0" } diff --git a/modules/html/package.json b/modules/html/package.json index 28c387a6f..135c49b64 100644 --- a/modules/html/package.json +++ b/modules/html/package.json @@ -13,7 +13,7 @@ "markdown-it-highlightjs": "3.4.0", "norska-config": "^1.11.0", "norska-data": "^1.12.0", - "norska-frontend": "^1.9.0", + "norska-frontend": "^1.14.0", "norska-helper": "^1.9.0", "norska-image-proxy": "^1.5.2", "pug": "3.0.0", @@ -44,5 +44,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.12.0" + "version": "1.14.0" } diff --git a/modules/lib/package.json b/modules/lib/package.json index 515e2730a..f0b0af84f 100644 --- a/modules/lib/package.json +++ b/modules/lib/package.json @@ -12,9 +12,9 @@ "norska-cms": "^1.13.0", "norska-config": "^1.11.0", "norska-css": "^1.13.0", - "norska-frontend": "^1.9.0", + "norska-frontend": "^1.14.0", "norska-helper": "^1.9.0", - "norska-html": "^1.12.0", + "norska-html": "^1.14.0", "norska-image-proxy": "^1.5.2", "norska-init": "^1.11.0", "norska-js": "^1.11.0", @@ -41,5 +41,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.13.0" + "version": "1.14.0" }