Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Dec 3, 2020
1 parent 437974b commit bd87d9c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": ["modules/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.5.0"
"version": "1.5.1"
}
4 changes: 2 additions & 2 deletions modules/cms/package.json
Expand Up @@ -9,7 +9,7 @@
"multer": "1.4.2",
"nodemon": "2.0.6",
"norska-config": "^1.5.0",
"norska-css": "^1.5.0",
"norska-css": "^1.5.1",
"norska-helper": "^1.2.0",
"open": "7.3.0"
},
Expand All @@ -33,5 +33,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion modules/css/package.json
Expand Up @@ -35,5 +35,5 @@
"test:manual": "../../scripts/css/test-manual",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0"
"version": "1.5.1"
}
6 changes: 3 additions & 3 deletions modules/docs/package.json
@@ -1,8 +1,8 @@
{
"dependencies": {
"golgoth": "1.5.0",
"norska": "^1.5.0",
"norska-css": "^1.5.0",
"norska": "^1.5.1",
"norska-css": "^1.5.1",
"norska-theme-docs": "1.2.4"
},
"files": [],
Expand All @@ -19,5 +19,5 @@
"serve": "../../scripts/docs/serve",
"release": "node ../../scripts/meta/release.js"
},
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion modules/frontend/package.json
Expand Up @@ -26,5 +26,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0"
"version": "1.5.1"
}
4 changes: 2 additions & 2 deletions modules/html/package.json
Expand Up @@ -13,7 +13,7 @@
"markdown-it-highlightjs": "3.3.1",
"norska-config": "^1.5.0",
"norska-data": "^1.5.0",
"norska-frontend": "^1.5.0",
"norska-frontend": "^1.5.1",
"norska-helper": "^1.2.0",
"norska-image-proxy": "^1.2.0",
"pug": "3.0.0",
Expand Down Expand Up @@ -44,5 +44,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0"
"version": "1.5.1"
}
4 changes: 2 additions & 2 deletions modules/init/package.json
Expand Up @@ -4,7 +4,7 @@
"firost": "2.0.6",
"golgoth": "1.5.0",
"norska-config": "^1.5.0",
"norska-netlify": "^1.5.0"
"norska-netlify": "^1.5.1"
},
"description": "Initialize a new Norska project",
"files": [
Expand All @@ -23,5 +23,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0"
"version": "1.5.1"
}
14 changes: 7 additions & 7 deletions modules/lib/package.json
Expand Up @@ -9,16 +9,16 @@
"live-server": "1.2.1",
"minimist": "1.2.5",
"norska-assets": "^1.5.0",
"norska-cms": "^1.5.0",
"norska-cms": "^1.5.1",
"norska-config": "^1.5.0",
"norska-css": "^1.5.0",
"norska-frontend": "^1.5.0",
"norska-css": "^1.5.1",
"norska-frontend": "^1.5.1",
"norska-helper": "^1.2.0",
"norska-html": "^1.5.0",
"norska-html": "^1.5.1",
"norska-image-proxy": "^1.2.0",
"norska-init": "^1.5.0",
"norska-init": "^1.5.1",
"norska-js": "^1.5.0",
"norska-netlify": "^1.5.0",
"norska-netlify": "^1.5.1",
"norska-revv": "^1.5.0"
},
"description": "Opinionated static website generator",
Expand All @@ -39,5 +39,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion modules/netlify/package.json
Expand Up @@ -29,7 +29,7 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.5.0",
"version": "1.5.1",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down

0 comments on commit bd87d9c

Please sign in to comment.