diff --git a/lerna.json b/lerna.json index c771b9c00536c..e115854b17d8a 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/*" ], "hoist": true, - "version": "1.0.7" + "version": "1.0.8" } diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 263214b4bdc51..6a772ed632b51 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-link", - "version": "1.0.1", + "version": "1.0.8", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", "main": "index.js", "types": "index.d.ts",