Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Mar 13, 2021
1 parent e66ef96 commit 4837368
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "1.13.0"
"version": "1.14.0"
}
4 changes: 2 additions & 2 deletions modules/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"golgoth": "2.0.0",
"norska": "^1.13.0",
"norska": "^1.14.0",
"norska-css": "^1.13.0",
"norska-theme-docs": "2.0.0"
},
Expand All @@ -19,5 +19,5 @@
"serve": "../../scripts/docs/serve",
"release": "node ../../scripts/meta/release.js"
},
"version": "1.13.0"
"version": "1.14.0"
}
2 changes: 1 addition & 1 deletion modules/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.9.0"
"version": "1.14.0"
}
4 changes: 2 additions & 2 deletions modules/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"markdown-it-highlightjs": "3.4.0",
"norska-config": "^1.11.0",
"norska-data": "^1.12.0",
"norska-frontend": "^1.9.0",
"norska-frontend": "^1.14.0",
"norska-helper": "^1.9.0",
"norska-image-proxy": "^1.5.2",
"pug": "3.0.0",
Expand Down Expand Up @@ -44,5 +44,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.12.0"
"version": "1.14.0"
}
6 changes: 3 additions & 3 deletions modules/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"norska-cms": "^1.13.0",
"norska-config": "^1.11.0",
"norska-css": "^1.13.0",
"norska-frontend": "^1.9.0",
"norska-frontend": "^1.14.0",
"norska-helper": "^1.9.0",
"norska-html": "^1.12.0",
"norska-html": "^1.14.0",
"norska-image-proxy": "^1.5.2",
"norska-init": "^1.11.0",
"norska-js": "^1.11.0",
Expand All @@ -41,5 +41,5 @@
"test": "../../scripts/local/test",
"test:watch": "../../scripts/local/test-watch"
},
"version": "1.13.0"
"version": "1.14.0"
}

0 comments on commit 4837368

Please sign in to comment.