Skip to content

Commit

Permalink
v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed Jul 19, 2019
1 parent 83630cf commit ff90816
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.13.2"
"version": "0.13.3"
}
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.13.1",
"version": "0.13.3",
"keywords": [
"react"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/navi-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navi-bar",
"version": "0.13.1",
"version": "0.13.3",
"description": "A nav bar component for React and Navi.",
"author": "James K Nelson <james@jamesknelson.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/history": "^4.6.2"
},
"devDependencies": {
"navi": "^0.13.1",
"react-navi": "^0.13.1"
"navi": "^0.13.3",
"react-navi": "^0.13.3"
},
"repository": {
"type": "git",
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.13.1",
"version": "0.13.3",
"description": "Build static websites with navi-based apps.",
"author": "James K Nelson <james@jamesknelson.com>",
"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.13.1",
"version": "0.13.3",
"description": "A router-loader for React.",
"author": "James K Nelson <james@jamesknelson.com>",
"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.13.2",
"version": "0.13.3",
"description": "Use react-helmet-async to render your Navi routes' title and head.",
"author": "James K Nelson <james@jamesknelson.com>",
"license": "MIT",
Expand Down Expand Up @@ -37,8 +37,8 @@
"react-helmet-async": "^1.0.2"
},
"devDependencies": {
"navi": "^0.13.1",
"react-navi": "^0.13.1"
"navi": "^0.13.3",
"react-navi": "^0.13.3"
},
"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.13.2",
"version": "0.13.3",
"description": "Use react-helmet to render your Navi routes' title and head.",
"author": "James K Nelson <james@jamesknelson.com>",
"license": "MIT",
Expand Down Expand Up @@ -37,8 +37,8 @@
"react-helmet": "^5.2.1"
},
"devDependencies": {
"navi": "^0.13.1",
"react-navi": "^0.13.1"
"navi": "^0.13.3",
"react-navi": "^0.13.3"
},
"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.13.1",
"version": "0.13.3",
"description": "A batteries-included router for react.",
"author": "James K Nelson <james@jamesknelson.com>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/history": "^4.6.2"
},
"devDependencies": {
"navi": "^0.13.1"
"navi": "^0.13.3"
},
"homepage": "https://frontarm.com/navi/",
"repository": {
Expand Down

0 comments on commit ff90816

Please sign in to comment.