Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Arnaldi committed Jul 4, 2019
1 parent 2be462c commit d0ee8a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.2.2",
"version": "0.2.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/next-flexible-routes/package.json
Expand Up @@ -3,7 +3,7 @@
"private": false,
"license": "MIT",
"author": "Michael Arnaldi",
"version": "0.2.2",
"version": "0.2.3",
"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
@@ -1,7 +1,7 @@
{
"name": "with-next-flexible-routes",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"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": "^2.0.0",
"next": "^8.0.3",
"next-flexible-routes": "^0.2.2",
"next-flexible-routes": "^0.2.3",
"path-to-regexp": "^3.0.0",
"preact": "^8.4.2",
"query-string": "^6.4.2",
Expand Down

0 comments on commit d0ee8a2

Please sign in to comment.