Skip to content

Commit 03c19fb

Browse files
KyleAMathewsjastack
authored andcommitted
1 parent 95e5af7 commit 03c19fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-link",
3-
"version": "1.6.33",
3+
"version": "1.6.34",
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-faker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-faker",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A gatsby plugin to get fake data for testing",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-transformer-remark/package.json

Lines changed: 1 addition & 1 deletion
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.7.26",
4+
"version": "1.7.27",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"babel-runtime": "^6.26.0",

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
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.9.150",
4+
"version": "1.9.151",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -49,7 +49,7 @@
4949
"fs-extra": "^4.0.1",
5050
"gatsby-1-config-css-modules": "^1.0.8",
5151
"gatsby-cli": "^1.1.28",
52-
"gatsby-link": "^1.6.33",
52+
"gatsby-link": "^1.6.34",
5353
"gatsby-module-loader": "^1.0.9",
5454
"gatsby-react-router-scroll": "^1.0.7",
5555
"glob": "^7.1.1",

0 commit comments

Comments
 (0)