Browse Source

chore: Bump version to alpha.16, add note on Gatsby storefront

Michael Bromley 6 years ago
parent
commit
380079c336
2 changed files with 5 additions and 1 deletions
  1. 4 0
      docs/content/docs/storefront.md
  2. 1 1
      server/package.json

+ 4 - 0
docs/content/docs/storefront.md

@@ -24,3 +24,7 @@ Keep up with development here: [github.com/vendure-ecommerce/storefront](https:/
 Here's a video showing how to quickly get started with Vendure + DEITY Falcon: 
 
 {{< vimeo 322812102 >}}
+
+## Gatsby
+
+We are also working on a [Gatsby](https://www.gatsbyjs.org/)-based storefront app: [vendure-ecommerce/gatsby-storefront](https://github.com/vendure-ecommerce/gatsby-storefront)

+ 1 - 1
server/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@vendure/core",
-  "version": "0.1.0-alpha.15",
+  "version": "0.1.0-alpha.16",
   "description": "A modern, headless ecommerce framework",
   "repository": {
     "type": "git",