Skip to content

Commit ac987b3

Browse files
committed
1 parent e32535e commit ac987b3

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

packages/gatsby-link/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.4) (2019-07-30)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.3) (2019-07-25)
713

814
**Note:** Version bump only for package gatsby-link

packages/gatsby-link/package.json

+1-1
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": "2.2.3",
4+
"version": "2.2.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-feed/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.6) (2019-07-30)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-feed:** Fixes URL in warning message ([#16148](https://github.com/gatsbyjs/gatsby/issues/16148)) ([8ca2ef8](https://github.com/gatsbyjs/gatsby/commit/8ca2ef8))
11+
612
## [2.3.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.5) (2019-07-20)
713

814
**Note:** Version bump only for package gatsby-plugin-feed

packages/gatsby-plugin-feed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "2.3.5",
4+
"version": "2.3.6",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.13.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.43) (2019-07-30)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.13.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.42) (2019-07-29)
711

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

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.13.42",
4+
"version": "2.13.43",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -69,7 +69,7 @@
6969
"gatsby-cli": "^2.7.21",
7070
"gatsby-core-utils": "^1.0.3",
7171
"gatsby-graphiql-explorer": "^0.2.3",
72-
"gatsby-link": "^2.2.3",
72+
"gatsby-link": "^2.2.4",
7373
"gatsby-plugin-page-creator": "^2.1.5",
7474
"gatsby-react-router-scroll": "^2.1.3",
7575
"gatsby-telemetry": "^1.1.7",

0 commit comments

Comments
 (0)