diff --git a/lerna.json b/lerna.json index ae956cc9dafef..de9420dadbafd 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/*" ], "hoist": true, - "version": "1.2.0" + "version": "1.3.0" } diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index be8a3d2e321a7..66405939ce7d2 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-link", - "version": "1.0.9", + "version": "1.3.0", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", "main": "index.js", "types": "index.d.ts", diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index a39b25290e2f8..f69bdea1efd70 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-feed", - "version": "1.0.9", + "version": "1.3.0", "description": "Creates an RSS feed for your Gatsby site.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 96ed12809696e..ca6d34788b369 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "1.0.1", + "version": "1.3.0", "author": "Kyle Mathews ", "dependencies": { "async": "^2.1.2", diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 69bc6de424c14..95fb41622c74b 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "1.0.1", + "version": "1.3.0", "author": "Kyle Mathews ", "dependencies": { "cheerio": "^1.0.0-rc.2", diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 71759399389c4..b65e1151c7fcd 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images", - "version": "1.2.0", + "version": "1.3.0", "description": "Processes images in markdown so they can be used in the production build.", "main": "index.js", "keywords": [ diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index def146ecc213c..d45b1fb63b514 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-responsive-iframe", - "version": "1.0.1", + "version": "1.3.0", "description": "Make iframes in Markdown processed by Remark responsive", "main": "index.js", "scripts": { diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index c8c852a694bdd..a724bf60e3a0e 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-contentful", - "version": "1.2.0", + "version": "1.3.0", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", "scripts": { "build": "babel src --out-dir . --ignore __tests__", diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index d3afe2b968ee3..6bc5ba048cad5 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-drupal", - "version": "1.0.1", + "version": "1.3.0", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", "scripts": { "build": "babel src --out-dir .", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index fdf98d19404d6..ac5b01a5b284b 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -21,5 +21,5 @@ "build": "babel src --out-dir .", "watch": "babel -w src --out-dir ." }, - "version": "1.1.0" + "version": "1.3.0" } diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index be4254fba0fed..23a02a3082040 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-transformer-csv", - "version": "1.0.1", + "version": "1.3.0", "description": "Gatsby transformer plugin for CSV files", "main": "index.js", "scripts": { @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1", - "json2csv":"^3.7" + "json2csv": "^3.7" }, "dependencies": { "bluebird": "^3.5.0", diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index 4313358561662..5bdf0350de591 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-transformer-javascript-static-exports", - "version": "1.0.1", + "version": "1.3.0", "description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.", "scripts": { "build": "babel src --out-dir . --ignore __tests__", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index bde0d7aad0eca..9ad29835d0ab4 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "React.js Static Site Generator", - "version": "1.2.0", + "version": "1.3.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/gatsby-cli.js"