Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed May 21, 2021
1 parent 123d4ad commit 11522c0
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 66 deletions.
6 changes: 4 additions & 2 deletions lerna.json
@@ -1,6 +1,8 @@
{
"packages": ["modules/*"],
"packages": [
"modules/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.2.0"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions modules/assets/package.json
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"firost": "2.13.0",
"golgoth": "2.0.0",
"norska-config": "^2.0.0",
"norska-config": "^2.3.0",
"sharp": "0.28.1"
},
"description": "Copy assets from source to destination",
Expand All @@ -22,5 +22,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.1.0"
"version": "2.3.0"
}
8 changes: 4 additions & 4 deletions modules/cms/package.json
Expand Up @@ -8,9 +8,9 @@
"livereload": "0.9.1",
"multer": "1.4.2",
"nodemon": "2.0.6",
"norska-config": "^2.0.0",
"norska-css": "^2.0.0",
"norska-helper": "^2.0.0",
"norska-config": "^2.3.0",
"norska-css": "^2.3.0",
"norska-helper": "^2.3.0",
"open": "7.3.0"
},
"description": "Edit _data folder interactively",
Expand All @@ -33,5 +33,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
6 changes: 3 additions & 3 deletions modules/config/package.json
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.13.0",
"golgoth": "2.0.0",
"norska-helper": "^2.0.0",
"norska-theme-default": "^2.0.0"
"norska-helper": "^2.3.0",
"norska-theme-default": "^2.3.0"
},
"description": "Configuration object shared across Norska modules",
"files": [
Expand All @@ -22,5 +22,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
6 changes: 3 additions & 3 deletions modules/css/package.json
Expand Up @@ -6,8 +6,8 @@
"firost": "2.13.0",
"golgoth": "2.0.0",
"hex-rgb": "4.2.0",
"norska-config": "^2.0.0",
"norska-helper": "^2.0.0",
"norska-config": "^2.3.0",
"norska-helper": "^2.3.0",
"postcss": "8.1.10",
"postcss-clean": "1.1.0",
"postcss-import": "12.0.1",
Expand Down Expand Up @@ -35,5 +35,5 @@
"test:manual": "../../scripts/css/test-manual",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions modules/data/package.json
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"firost": "2.13.0",
"golgoth": "2.0.0",
"norska-config": "^2.0.0"
"norska-config": "^2.3.0"
},
"description": "Read data stored in ./src/_data",
"files": [
Expand All @@ -21,5 +21,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
6 changes: 3 additions & 3 deletions modules/docs/package.json
@@ -1,8 +1,8 @@
{
"dependencies": {
"golgoth": "2.0.0",
"norska": "^2.2.0",
"norska-css": "^2.0.0",
"norska": "^2.3.0",
"norska-css": "^2.3.0",
"norska-theme-docs": "3.0.0"
},
"files": [],
Expand All @@ -19,5 +19,5 @@
"serve": "../../scripts/docs/serve",
"release": "node ../../scripts/meta/release.js"
},
"version": "2.2.0"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions modules/frontend/package.json
Expand Up @@ -5,7 +5,7 @@
"instantsearch.js": "4.9.2",
"lazysizes": "5.2.2",
"lodash-es": "4.17.15",
"norska-image-proxy": "^2.0.0"
"norska-image-proxy": "^2.3.0"
},
"description": "Frontend helpers to be used in live website",
"files": [
Expand All @@ -27,5 +27,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion modules/helper/package.json
Expand Up @@ -20,5 +20,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
14 changes: 7 additions & 7 deletions modules/html/package.json
Expand Up @@ -11,12 +11,12 @@
"jstransformer-markdown-it": "2.1.0",
"markdown-it": "12.0.3",
"markdown-it-highlightjs": "3.4.0",
"norska-assets": "^2.1.0",
"norska-config": "^2.0.0",
"norska-data": "^2.0.0",
"norska-frontend": "^2.0.0",
"norska-helper": "^2.0.0",
"norska-image-proxy": "^2.0.0",
"norska-assets": "^2.3.0",
"norska-config": "^2.3.0",
"norska-data": "^2.3.0",
"norska-frontend": "^2.3.0",
"norska-helper": "^2.3.0",
"norska-image-proxy": "^2.3.0",
"pug": "3.0.0",
"slug": "4.0.2"
},
Expand Down Expand Up @@ -45,5 +45,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.2.0"
"version": "2.3.0"
}
5 changes: 2 additions & 3 deletions modules/image-proxy/package.json
Expand Up @@ -20,13 +20,12 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0",
"version": "2.3.0",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {}
}
}
6 changes: 3 additions & 3 deletions modules/init/package.json
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.13.0",
"golgoth": "2.0.0",
"norska-config": "^2.0.0",
"norska-netlify": "^2.0.0"
"norska-config": "^2.3.0",
"norska-netlify": "^2.3.0"
},
"description": "Initialize a new Norska project",
"files": [
Expand All @@ -23,5 +23,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
6 changes: 3 additions & 3 deletions modules/js/package.json
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.13.0",
"golgoth": "2.0.0",
"norska-config": "^2.0.0",
"norska-helper": "^2.0.0",
"norska-config": "^2.3.0",
"norska-helper": "^2.3.0",
"pug-loader": "^2.4.0",
"webpack": "4.44.2"
},
Expand All @@ -27,5 +27,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
28 changes: 14 additions & 14 deletions modules/lib/package.json
Expand Up @@ -7,19 +7,19 @@
"firost": "2.13.0",
"golgoth": "2.0.0",
"minimist": "1.2.5",
"norska-assets": "^2.1.0",
"norska-cms": "^2.0.0",
"norska-config": "^2.0.0",
"norska-css": "^2.0.0",
"norska-frontend": "^2.0.0",
"norska-helper": "^2.0.0",
"norska-html": "^2.2.0",
"norska-image-proxy": "^2.0.0",
"norska-init": "^2.0.0",
"norska-js": "^2.0.0",
"norska-netlify": "^2.0.0",
"norska-revv": "^2.0.0",
"norska-serve": "^2.2.0"
"norska-assets": "^2.3.0",
"norska-cms": "^2.3.0",
"norska-config": "^2.3.0",
"norska-css": "^2.3.0",
"norska-frontend": "^2.3.0",
"norska-helper": "^2.3.0",
"norska-html": "^2.3.0",
"norska-image-proxy": "^2.3.0",
"norska-init": "^2.3.0",
"norska-js": "^2.3.0",
"norska-netlify": "^2.3.0",
"norska-revv": "^2.3.0",
"norska-serve": "^2.3.0"
},
"description": "Opinionated static website generator",
"files": [
Expand All @@ -41,5 +41,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.2.0"
"version": "2.3.0"
}
6 changes: 3 additions & 3 deletions modules/netlify/package.json
Expand Up @@ -6,8 +6,8 @@
"multimatch": "5.0.0",
"netlify": "6.0.4",
"netlify-cli": "2.69.9",
"norska-config": "^2.0.0",
"norska-helper": "^2.0.0"
"norska-config": "^2.3.0",
"norska-helper": "^2.3.0"
},
"description": "Configure Netlify deployments",
"files": [
Expand All @@ -29,7 +29,7 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0",
"version": "2.3.0",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
6 changes: 3 additions & 3 deletions modules/revv/package.json
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.13.0",
"golgoth": "2.0.0",
"norska-config": "^2.0.0",
"norska-helper": "^2.0.0",
"norska-config": "^2.3.0",
"norska-helper": "^2.3.0",
"rev-hash": "^3.0.0"
},
"description": "Revving filenames after build",
Expand All @@ -23,5 +23,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0"
"version": "2.3.0"
}
12 changes: 6 additions & 6 deletions modules/serve/package.json
Expand Up @@ -6,11 +6,11 @@
"firost": "2.13.0",
"golgoth": "2.0.0",
"livereload": "0.9.3",
"norska-assets": "^2.1.0",
"norska-config": "^2.0.0",
"norska-css": "^2.0.0",
"norska-html": "^2.2.0",
"norska-js": "^2.0.0",
"norska-assets": "^2.3.0",
"norska-config": "^2.3.0",
"norska-css": "^2.3.0",
"norska-html": "^2.3.0",
"norska-js": "^2.3.0",
"open": "7.3.0"
},
"description": "Local build for development, with live-reload",
Expand All @@ -29,7 +29,7 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.2.0",
"version": "2.3.0",
"devDependencies": {
"get-port": "5.1.1"
}
Expand Down
3 changes: 1 addition & 2 deletions modules/theme-default/package.json
Expand Up @@ -18,6 +18,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "2.0.0",
"dependencies": {}
"version": "2.3.0"
}

0 comments on commit 11522c0

Please sign in to comment.