From 78bebf186a5ded851354a48e0b12b331541c6577 Mon Sep 17 00:00:00 2001 From: Tim Carry Date: Thu, 26 Nov 2020 22:03:33 +0100 Subject: [PATCH] v1.4.0 --- lerna.json | 2 +- modules/cms/package.json | 4 ++-- modules/css/package.json | 2 +- modules/docs/package.json | 6 +++--- modules/frontend/package.json | 2 +- modules/html/package.json | 4 ++-- modules/init/package.json | 4 ++-- modules/lib/package.json | 14 +++++++------- modules/netlify/package.json | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lerna.json b/lerna.json index 701875f3..42c8a293 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": ["modules/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/cms/package.json b/modules/cms/package.json index e9effbcc..c9b414d8 100644 --- a/modules/cms/package.json +++ b/modules/cms/package.json @@ -9,7 +9,7 @@ "multer": "1.4.2", "nodemon": "2.0.6", "norska-config": "^1.2.0", - "norska-css": "^1.3.0", + "norska-css": "^1.4.0", "norska-helper": "^1.2.0", "open": "7.3.0" }, @@ -33,5 +33,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/css/package.json b/modules/css/package.json index f65e391b..997c9979 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -35,5 +35,5 @@ "test:manual": "../../scripts/css/test-manual", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/docs/package.json b/modules/docs/package.json index 02867c58..9f076f66 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,8 +1,8 @@ { "dependencies": { "golgoth": "1.5.0", - "norska": "^1.3.0", - "norska-css": "^1.3.0", + "norska": "^1.4.0", + "norska-css": "^1.4.0", "norska-theme-docs": "1.2.2" }, "files": [], @@ -19,5 +19,5 @@ "serve": "../../scripts/docs/serve", "release": "node ../../scripts/meta/release.js" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/frontend/package.json b/modules/frontend/package.json index defb762e..9da5e090 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.3.0" + "version": "1.4.0" } diff --git a/modules/html/package.json b/modules/html/package.json index 3905da94..25e90708 100644 --- a/modules/html/package.json +++ b/modules/html/package.json @@ -13,7 +13,7 @@ "markdown-it-highlightjs": "3.3.1", "norska-config": "^1.2.0", "norska-data": "^1.2.0", - "norska-frontend": "^1.3.0", + "norska-frontend": "^1.4.0", "norska-helper": "^1.2.0", "norska-image-proxy": "^1.2.0", "pug": "3.0.0", @@ -44,5 +44,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/init/package.json b/modules/init/package.json index d286bf91..a1fef26d 100644 --- a/modules/init/package.json +++ b/modules/init/package.json @@ -4,7 +4,7 @@ "firost": "2.0.6", "golgoth": "1.5.0", "norska-config": "^1.2.0", - "norska-netlify": "^1.3.0" + "norska-netlify": "^1.4.0" }, "description": "Initialize a new Norska project", "files": [ @@ -23,5 +23,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/lib/package.json b/modules/lib/package.json index 30bcb399..64f5cadf 100644 --- a/modules/lib/package.json +++ b/modules/lib/package.json @@ -9,16 +9,16 @@ "live-server": "1.2.1", "minimist": "1.2.5", "norska-assets": "^1.2.0", - "norska-cms": "^1.3.0", + "norska-cms": "^1.4.0", "norska-config": "^1.2.0", - "norska-css": "^1.3.0", - "norska-frontend": "^1.3.0", + "norska-css": "^1.4.0", + "norska-frontend": "^1.4.0", "norska-helper": "^1.2.0", - "norska-html": "^1.3.0", + "norska-html": "^1.4.0", "norska-image-proxy": "^1.2.0", - "norska-init": "^1.3.0", + "norska-init": "^1.4.0", "norska-js": "^1.2.0", - "norska-netlify": "^1.3.0", + "norska-netlify": "^1.4.0", "norska-revv": "^1.2.0" }, "description": "Opinionated static website generator", @@ -39,5 +39,5 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/modules/netlify/package.json b/modules/netlify/package.json index a6dd51d3..f3b6821f 100644 --- a/modules/netlify/package.json +++ b/modules/netlify/package.json @@ -29,7 +29,7 @@ "test": "../../scripts/local/test", "test:watch": "../../scripts/local/test-watch" }, - "version": "1.3.0", + "version": "1.4.0", "directories": { "lib": "lib", "test": "__tests__"