Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Sep 4, 2020
1 parent fbd3a54 commit 5ae3d4c
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 55 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["modules/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.16.0"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions modules/norska-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^0.16.0"
"norska-config": "^1.0.0"
},
"description": "Copy assets from source to destination",
"files": [
Expand All @@ -21,5 +21,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
8 changes: 4 additions & 4 deletions modules/norska-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"livereload": "0.9.1",
"multer": "1.4.2",
"nodemon": "2.0.4",
"norska-config": "^0.16.0",
"norska-css": "^0.16.0",
"norska-helper": "^0.16.0",
"norska-config": "^1.0.0",
"norska-css": "^1.0.0",
"norska-helper": "^1.0.0",
"open": "7.2.1"
},
"description": "Edit _data folder interactively",
Expand All @@ -33,5 +33,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions modules/norska-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-helper": "^0.16.0",
"norska-theme-default": "^0.16.0"
"norska-helper": "^1.0.0",
"norska-theme-default": "^1.0.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": "0.16.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions modules/norska-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"autoprefixer": "9.8.6",
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^0.16.0",
"norska-helper": "^0.16.0",
"norska-config": "^1.0.0",
"norska-helper": "^1.0.0",
"postcss": "7.0.32",
"postcss-clean": "1.1.0",
"postcss-import": "12.0.1",
Expand All @@ -32,5 +32,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions modules/norska-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^0.16.0"
"norska-config": "^1.0.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": "0.16.0"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions modules/norska-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"instantsearch.js": "4.7.2",
"lazysizes": "5.2.2",
"lodash-es": "4.17.15",
"norska-image-proxy": "^0.16.0"
"norska-image-proxy": "^1.0.0"
},
"description": "Frontend helpers to be used in live website",
"files": [
Expand All @@ -26,5 +26,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion modules/norska-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
12 changes: 6 additions & 6 deletions modules/norska-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"is-url-superb": "4.0.0",
"markdown-it": "11.0.0",
"markdown-it-highlightjs": "3.2.0",
"norska-config": "^0.16.0",
"norska-data": "^0.16.0",
"norska-frontend": "^0.16.0",
"norska-helper": "^0.16.0",
"norska-image-proxy": "^0.16.0",
"norska-config": "^1.0.0",
"norska-data": "^1.0.0",
"norska-frontend": "^1.0.0",
"norska-helper": "^1.0.0",
"norska-image-proxy": "^1.0.0",
"pug": "3.0.0"
},
"description": "Convert .pug files to .html files",
Expand All @@ -41,5 +41,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
5 changes: 2 additions & 3 deletions modules/norska-image-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0",
"version": "1.0.0",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {}
}
}
6 changes: 3 additions & 3 deletions modules/norska-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^0.16.0",
"norska-netlify": "^0.16.0"
"norska-config": "^1.0.0",
"norska-netlify": "^1.0.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": "0.16.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions modules/norska-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^0.16.0",
"norska-helper": "^0.16.0",
"norska-config": "^1.0.0",
"norska-helper": "^1.0.0",
"pug-loader": "^2.4.0",
"webpack": "4.44.1"
},
Expand All @@ -27,5 +27,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions modules/norska-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"multimatch": "4.0.0",
"netlify": "4.3.12",
"netlify-cli": "2.59.3",
"norska-config": "^0.16.0",
"norska-helper": "^0.16.0"
"norska-config": "^1.0.0",
"norska-helper": "^1.0.0"
},
"description": "Configure Netlify deployments",
"files": [
Expand All @@ -29,7 +29,7 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0",
"version": "1.0.0",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
6 changes: 3 additions & 3 deletions modules/norska-revv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^0.16.0",
"norska-helper": "^0.16.0",
"norska-config": "^1.0.0",
"norska-helper": "^1.0.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": "0.16.0"
"version": "1.0.0"
}
3 changes: 1 addition & 2 deletions modules/norska-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"author": "Pixelastic <tim@pixelastic.com>",
"dependencies": {},
"description": "Default norska theme",
"files": [
"src/"
Expand All @@ -17,5 +16,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion modules/norska-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}
26 changes: 13 additions & 13 deletions modules/norska/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"golgoth": "1.4.0",
"live-server": "1.2.1",
"minimist": "1.2.5",
"norska-assets": "^0.16.0",
"norska-cms": "^0.16.0",
"norska-config": "^0.16.0",
"norska-css": "^0.16.0",
"norska-frontend": "^0.16.0",
"norska-helper": "^0.16.0",
"norska-html": "^0.16.0",
"norska-image-proxy": "^0.16.0",
"norska-init": "^0.16.0",
"norska-js": "^0.16.0",
"norska-netlify": "^0.16.0",
"norska-revv": "^0.16.0"
"norska-assets": "^1.0.0",
"norska-cms": "^1.0.0",
"norska-config": "^1.0.0",
"norska-css": "^1.0.0",
"norska-frontend": "^1.0.0",
"norska-helper": "^1.0.0",
"norska-html": "^1.0.0",
"norska-image-proxy": "^1.0.0",
"norska-init": "^1.0.0",
"norska-js": "^1.0.0",
"norska-netlify": "^1.0.0",
"norska-revv": "^1.0.0"
},
"description": "Opinionated static website generator",
"files": [
Expand All @@ -40,5 +40,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.16.0"
"version": "1.0.0"
}

0 comments on commit 5ae3d4c

Please sign in to comment.