Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-source-contentful@1.3.13
 - gatsby-source-wordpress@2.0.5
 - gatsby-transformer-remark@1.7.12
 - gatsby@1.9.44
  • Loading branch information
KyleAMathews committed Sep 25, 2017
1 parent 9f0c031 commit b220c9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.12",
"version": "1.3.13",
"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-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.4",
"version": "2.0.5",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bundleDependencies": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "1.7.11",
"version": "1.7.12",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"babel-runtime": "^6.26.0",
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.43",
"version": "1.9.44",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/gatsby-cli.js"
Expand Down

0 comments on commit b220c9d

Please sign in to comment.