Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-source-contentful@1.3.10
 - gatsby-source-filesystem@1.5.0
 - gatsby-source-wordpress@2.0.1
 - gatsby-transformer-sharp@1.6.6
 - gatsby@1.9.39
  • Loading branch information
KyleAMathews committed Sep 19, 2017
1 parent 5122459 commit a4a5091
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-contentful",
"version": "1.3.9",
"version": "1.3.10",
"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-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-filesystem",
"version": "1.4.12",
"version": "1.5.0",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bundleDependencies": false,
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"bluebird": "^3.5.0",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^1.4.12",
"gatsby-source-filesystem": "^1.5.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.4",
"qs": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-sharp",
"version": "1.6.5",
"version": "1.6.6",
"description": "Gatsby transformer plugin for images using Sharp",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "1.9.38",
"version": "1.9.39",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/gatsby-cli.js"
Expand Down

0 comments on commit a4a5091

Please sign in to comment.