Skip to content

Commit 99b030d

Browse files
committed
Publish
- gatsby-image@1.0.51 - gatsby-link@1.6.44 - gatsby-plugin-catch-links@1.0.22 - gatsby-plugin-styletron@2.0.9 - gatsby-react-router-scroll@1.0.17 - gatsby@1.9.259
1 parent 50d8ffb commit 99b030d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.50",
4+
"version": "1.0.51",
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.43",
4+
"version": "1.6.44",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-catch-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-catch-links",
33
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
4-
"version": "1.0.21",
4+
"version": "1.0.22",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-styletron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-styletron",
33
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"author": "Nadiia Dmytrenko <nadiia.dmytrenko@gmail.com>",
66
"authors": [
77
"Nadiia Dmytrenko <nadiia.dmytrenko@gmail.com>",

packages/gatsby-react-router-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-react-router-scroll",
33
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
4-
"version": "1.0.16",
4+
"version": "1.0.17",
55
"author": "Jimmy Jia",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

Lines changed: 3 additions & 3 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.258",
4+
"version": "1.9.259",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -51,9 +51,9 @@
5151
"gatsby-1-config-css-modules": "^1.0.11",
5252
"gatsby-1-config-extract-plugin": "^1.0.3",
5353
"gatsby-cli": "^1.1.51",
54-
"gatsby-link": "^1.6.42",
54+
"gatsby-link": "^1.6.44",
5555
"gatsby-module-loader": "^1.0.11",
56-
"gatsby-react-router-scroll": "^1.0.15",
56+
"gatsby-react-router-scroll": "^1.0.17",
5757
"glob": "^7.1.1",
5858
"graphql": "^0.11.7",
5959
"graphql-relay": "^0.5.1",

0 commit comments

Comments
 (0)