Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Arnaldi committed Apr 7, 2019
1 parent 42304c1 commit 9179dc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.4",
"version": "0.1.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/next-flexible-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"license": "MIT",
"author": "Michael Arnaldi",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/mikearnaldi/next-flexible-routes.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/with-next-flexible-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-next-flexible-routes",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"dev": "ts-node server.ts",
"build": "rm -rf .next; rm -rf build; next build; tsc; mv .next build/; cp -r static build/",
Expand All @@ -19,7 +19,7 @@
"lodash": "^4.17.11",
"monocle-ts": "^1.7.1",
"next": "^8.0.3",
"next-flexible-routes": "^0.1.4",
"next-flexible-routes": "^0.1.5",
"path-to-regexp": "^3.0.0",
"preact": "^8.4.2",
"query-string": "^6.4.2",
Expand Down

0 comments on commit 9179dc3

Please sign in to comment.