Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jul 19, 2017
1 parent cb70f6c commit 412a051
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"hoist": true,
"version": "1.2.0"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"dependencies": {
"async": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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__",
Expand Down
2 changes: 1 addition & 1 deletion 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 .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Expand Up @@ -21,5 +21,5 @@
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir ."
},
"version": "1.1.0"
"version": "1.3.0"
}
4 changes: 2 additions & 2 deletions 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": {
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"json2csv":"^3.7"
"json2csv": "^3.7"
},
"dependencies": {
"bluebird": "^3.5.0",
Expand Down
@@ -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__",
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/gatsby-cli.js"
Expand Down

0 comments on commit 412a051

Please sign in to comment.