Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Sep 11, 2020
1 parent 27aae34 commit 09ac5ed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.6"
"version": "1.0.7"
}
2 changes: 1 addition & 1 deletion modules/norska-frontend/package.json
Expand Up @@ -26,5 +26,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.0.0"
"version": "1.0.7"
}
4 changes: 2 additions & 2 deletions modules/norska-html/package.json
Expand Up @@ -12,7 +12,7 @@
"markdown-it-highlightjs": "3.2.0",
"norska-config": "^1.0.2",
"norska-data": "^1.0.2",
"norska-frontend": "^1.0.0",
"norska-frontend": "^1.0.7",
"norska-helper": "^1.0.0",
"norska-image-proxy": "^1.0.0",
"pug": "3.0.0",
Expand Down Expand Up @@ -42,5 +42,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.0.4"
"version": "1.0.7"
}
4 changes: 2 additions & 2 deletions modules/norska-init/package.json
Expand Up @@ -4,7 +4,7 @@
"firost": "2.0.5",
"golgoth": "1.4.0",
"norska-config": "^1.0.2",
"norska-netlify": "^1.0.4"
"norska-netlify": "^1.0.7"
},
"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.0.6"
"version": "1.0.7"
}
2 changes: 1 addition & 1 deletion modules/norska-netlify/package.json
Expand Up @@ -29,7 +29,7 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.0.4",
"version": "1.0.7",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
10 changes: 5 additions & 5 deletions modules/norska/package.json
Expand Up @@ -12,13 +12,13 @@
"norska-cms": "^1.0.2",
"norska-config": "^1.0.2",
"norska-css": "^1.0.2",
"norska-frontend": "^1.0.0",
"norska-frontend": "^1.0.7",
"norska-helper": "^1.0.0",
"norska-html": "^1.0.4",
"norska-html": "^1.0.7",
"norska-image-proxy": "^1.0.0",
"norska-init": "^1.0.6",
"norska-init": "^1.0.7",
"norska-js": "^1.0.2",
"norska-netlify": "^1.0.4",
"norska-netlify": "^1.0.7",
"norska-revv": "^1.0.2"
},
"description": "Opinionated static website generator",
Expand All @@ -40,5 +40,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.0.6"
"version": "1.0.7"
}

0 comments on commit 09ac5ed

Please sign in to comment.