Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-link@2.2.4
 - gatsby-plugin-feed@2.3.6
 - gatsby@2.13.43
  • Loading branch information
wardpeet committed Jul 30, 2019
1 parent e32535e commit ac987b3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.3...gatsby-link@2.2.4) (2019-07-30)

### Bug Fixes

- **docs:** change relative url to absolute url for gatsby-link readme ([#16197](https://github.com/gatsbyjs/gatsby/issues/16197)) ([3eb43db](https://github.com/gatsbyjs/gatsby/commit/3eb43db))

## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.2.2...gatsby-link@2.2.3) (2019-07-25)

**Note:** Version bump only for package gatsby-link
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "2.2.3",
"version": "2.2.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.3.5...gatsby-plugin-feed@2.3.6) (2019-07-30)

### Bug Fixes

- **gatsby-plugin-feed:** Fixes URL in warning message ([#16148](https://github.com/gatsbyjs/gatsby/issues/16148)) ([8ca2ef8](https://github.com/gatsbyjs/gatsby/commit/8ca2ef8))

## [2.3.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.3.4...gatsby-plugin-feed@2.3.5) (2019-07-20)

**Note:** Version bump only for package gatsby-plugin-feed
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "2.3.5",
"version": "2.3.6",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.43](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.42...gatsby@2.13.43) (2019-07-30)

**Note:** Version bump only for package gatsby

## [2.13.42](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.41...gatsby@2.13.42) (2019-07-29)

**Note:** Version bump only for package gatsby
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.13.42",
"version": "2.13.43",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -69,7 +69,7 @@
"gatsby-cli": "^2.7.21",
"gatsby-core-utils": "^1.0.3",
"gatsby-graphiql-explorer": "^0.2.3",
"gatsby-link": "^2.2.3",
"gatsby-link": "^2.2.4",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-react-router-scroll": "^2.1.3",
"gatsby-telemetry": "^1.1.7",
Expand Down

0 comments on commit ac987b3

Please sign in to comment.