Skip to content

Commit e5bf8c0

Browse files
committed
Publish
- gatsby-link@1.6.45 - gatsby-react-router-scroll@1.0.18 - gatsby-source-wordpress@2.0.93 - gatsby@1.9.273
1 parent c124e37 commit e5bf8c0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

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.17",
4+
"version": "1.0.18",
55
"author": "Jimmy Jia",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
4-
"version": "2.0.92",
4+
"version": "2.0.93",
55
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
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.272",
4+
"version": "1.9.273",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -51,10 +51,10 @@
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.44",
54+
"gatsby-link": "^1.6.45",
5555
"gatsby-module-loader": "^1.0.11",
5656
"gatsby-plugin-page-creator": "^1.0.1",
57-
"gatsby-react-router-scroll": "^1.0.17",
57+
"gatsby-react-router-scroll": "^1.0.18",
5858
"glob": "^7.1.1",
5959
"graphql": "^0.11.7",
6060
"graphql-relay": "^0.5.1",

0 commit comments

Comments
 (0)