Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed Jul 11, 2022
1 parent 385d1a7 commit 45859a7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 5,5 @@
"packages": [
"packages/*"
],
"version": "0.14.4"
"version": "0.15.0"
}
2 changes: 1 addition & 1 deletion packages/create-react-navi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "create-react-navi-app",
"version": "0.14.0",
"version": "0.15.0",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/navi-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
"engine": {
"node": ">=8.0.0"
},
"version": "0.14.0",
"version": "0.15.0",
"description": "Build static websites with navi-based apps.",
"author": "James K Nelson <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/navi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "navi",
"version": "0.14.0",
"version": "0.15.0",
"description": "A router-loader for React.",
"author": "James K Nelson <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-navi-helmet-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "react-navi-helmet-async",
"version": "0.14.4",
"version": "0.15.0",
"description": "Use react-helmet-async to render your Navi routes' title and head.",
"author": "James K Nelson <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -37,8 37,8 @@
"react-helmet-async": "^1.0.2"
},
"devDependencies": {
"navi": "^0.14.0",
"react-navi": "^0.14.4"
"navi": "^0.15.0",
"react-navi": "^0.15.0"
},
"homepage": "https://frontarm.com/navi/",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-navi-helmet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "react-navi-helmet",
"version": "0.14.4",
"version": "0.15.0",
"description": "Use react-helmet to render your Navi routes' title and head.",
"author": "James K Nelson <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -37,8 37,8 @@
"react-helmet": "^5.2.1"
},
"devDependencies": {
"navi": "^0.14.0",
"react-navi": "^0.14.4"
"navi": "^0.15.0",
"react-navi": "^0.15.0"
},
"homepage": "https://frontarm.com/navi/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-navi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "react-navi",
"version": "0.14.4",
"version": "0.15.0",
"description": "A batteries-included router for react.",
"author": "James K Nelson <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 36,7 @@
"@types/history": "^4.6.2"
},
"devDependencies": {
"navi": "^0.14.0"
"navi": "^0.15.0"
},
"homepage": "https://frontarm.com/navi/",
"repository": {
Expand Down

0 comments on commit 45859a7

Please sign in to comment.