Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Jan 21, 2021
1 parent 789c908 commit 9d19a7c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": ["modules/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.9.0"
"version": "1.10.0"
}
4 changes: 2 additions & 2 deletions modules/docs/package.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"golgoth": "2.0.0",
"norska": "^1.9.0",
"norska": "^1.10.0",
"norska-css": "^1.9.0",
"norska-theme-docs": "1.4.0"
},
Expand All @@ -19,5 +19,5 @@
"serve": "../../scripts/docs/serve",
"release": "node ../../scripts/meta/release.js"
},
"version": "1.9.0"
"version": "1.10.0"
}
4 changes: 2 additions & 2 deletions modules/init/package.json
Expand Up @@ -4,7 +4,7 @@
"firost": "2.6.1",
"golgoth": "2.0.0",
"norska-config": "^1.9.0",
"norska-netlify": "^1.9.0"
"norska-netlify": "^1.10.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": "1.9.0"
"version": "1.10.0"
}
6 changes: 3 additions & 3 deletions modules/lib/package.json
Expand Up @@ -16,9 +16,9 @@
"norska-helper": "^1.9.0",
"norska-html": "^1.9.0",
"norska-image-proxy": "^1.5.2",
"norska-init": "^1.9.0",
"norska-init": "^1.10.0",
"norska-js": "^1.9.0",
"norska-netlify": "^1.9.0",
"norska-netlify": "^1.10.0",
"norska-revv": "^1.9.0"
},
"description": "Opinionated static website generator",
Expand All @@ -40,5 +40,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.9.0"
"version": "1.10.0"
}
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.9.0",
"version": "1.10.0",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down

0 comments on commit 9d19a7c

Please sign in to comment.