Skip to content

Commit a667db8

Browse files
KyleAMathewsporfirioribeiro
authored andcommitted
chore(release): Publish
- [email protected] - [email protected]
1 parent e24c849 commit a667db8

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

packages/gatsby-link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
<a name="2.0.0-beta.18"></a>
7+
8+
# [2.0.0-beta.18](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/[email protected]@2.0.0-beta.18) (2018-08-09)
9+
10+
**Note:** Version bump only for package gatsby-link
11+
612
<a name="2.0.0-beta.17"></a>
713

814
# [2.0.0-beta.17](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/[email protected]@2.0.0-beta.17) (2018-08-07)

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

packages/gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
<a name="2.0.0-beta.91"></a>
7+
8+
# [2.0.0-beta.91](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-beta.91) (2018-08-09)
9+
10+
**Note:** Version bump only for package gatsby
11+
612
<a name="2.0.0-beta.90"></a>
713

814
# [2.0.0-beta.90](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-beta.90) (2018-08-09)

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": "2.0.0-beta.90",
4+
"version": "2.0.0-beta.91",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -66,7 +66,7 @@
6666
"front-matter": "^2.1.0",
6767
"fs-extra": "^5.0.0",
6868
"gatsby-cli": "^2.0.0-beta.12",
69-
"gatsby-link": "^2.0.0-beta.17",
69+
"gatsby-link": "^2.0.0-beta.18",
7070
"gatsby-plugin-page-creator": "^2.0.0-beta.5",
7171
"gatsby-react-router-scroll": "^2.0.0-beta.8",
7272
"glob": "^7.1.1",

0 commit comments

Comments
 (0)