Skip to content

Commit 82aa758

Browse files
committed
v1.6.3
1 parent 3c133b6 commit 82aa758

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"hoist": true,
8-
"version": "1.6.2"
8+
"version": "1.6.3"
99
}

packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-link",
3-
"version": "1.5.2",
3+
"version": "1.6.3",
44
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"build": "babel src --out-dir .",
2222
"watch": "babel -w src --out-dir ."
2323
},
24-
"version": "1.5.0"
24+
"version": "1.6.3"
2525
}

packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "1.1.0",
4+
"version": "1.6.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"bluebird": "^3.5.0",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "React.js Static Site Generator",
4-
"version": "1.6.0",
4+
"version": "1.6.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/gatsby-cli.js"

0 commit comments

Comments
 (0)