Skip to content

Commit

Permalink
v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Jun 29, 2020
1 parent c678381 commit d1c2bff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.12.7"
"version": "0.12.8"
}
4 changes: 2 additions & 2 deletions modules/norska-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"firost": "1.8.1",
"golgoth": "1.3.0",
"norska-config": "^0.12.6",
"norska-netlify": "^0.12.7"
"norska-netlify": "^0.12.8"
},
"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.12.7"
"version": "0.12.8"
}
2 changes: 1 addition & 1 deletion modules/norska-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.12.7",
"version": "0.12.8",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
6 changes: 3 additions & 3 deletions modules/norska/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"norska-frontend": "^0.12.6",
"norska-helper": "^0.12.0",
"norska-html": "^0.12.6",
"norska-init": "^0.12.7",
"norska-init": "^0.12.8",
"norska-js": "^0.12.6",
"norska-netlify": "^0.12.7",
"norska-netlify": "^0.12.8",
"norska-revv": "^0.12.6"
},
"description": "Opinionated static website generator",
Expand All @@ -40,5 +40,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "0.12.7"
"version": "0.12.8"
}

0 comments on commit d1c2bff

Please sign in to comment.