Skip to content

Commit 389c829

Browse files
committed
Publish
- gatsby-image@1.0.55 - gatsby-link@1.6.46 - gatsby-remark-prismjs@2.0.5 - gatsby@1.9.274
1 parent 79109b8 commit 389c829

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/gatsby-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-image",
33
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
4-
"version": "1.0.54",
4+
"version": "1.0.55",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "1.6.45",
4+
"version": "1.6.46",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-prismjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-prismjs",
33
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.273",
4+
"version": "1.9.274",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -51,7 +51,7 @@
5151
"gatsby-1-config-css-modules": "^1.0.11",
5252
"gatsby-1-config-extract-plugin": "^1.0.3",
5353
"gatsby-cli": "^1.1.58",
54-
"gatsby-link": "^1.6.45",
54+
"gatsby-link": "^1.6.46",
5555
"gatsby-module-loader": "^1.0.11",
5656
"gatsby-plugin-page-creator": "^1.0.1",
5757
"gatsby-react-router-scroll": "^1.0.18",

0 commit comments

Comments
 (0)