Skip to content

Commit

Permalink
Upgrading various packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
blainegarrett committed Oct 12, 2019
1 parent b27f25b commit 8f1937d
Show file tree
Hide file tree
Showing 4 changed files with 1,794 additions and 1,250 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
A simple working example of running [Next.js](https://nextjs.org/) on Google App Engine's [Node Standard Environment](https://cloud.google.com/appengine/docs/standard/nodejs/)

**Update**:
* v0.2.1 - 2019-10-12
* Upgraded several packages
* v0.2.0 - 2019-07-21
* Upgraded to [Next.js 9](https://nextjs.org/blog/next-9)
* Switched routing to Next.js 9's [filebased routing](https://github.com/zeit/next.js#dynamic-routing) and removed routes from server.js
Expand Down
2 changes: 1 addition & 1 deletion components/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Page = ({ children }) => (
href="https://github.com/blainegarrett/node-next-gae-demo"
title="Fork me on GitHub"
>
v0.2.0 - See source code on Github
v0.2.1 - See source code on Github
</a>
</p>
<p>
Expand Down
Loading

0 comments on commit 8f1937d

Please sign in to comment.