Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Mar 12, 2019
1 parent e0db681 commit 943943d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.0.16](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/[email protected]@2.0.16) (2019-03-12)

### Features

- **gatsby-link:** adds support for partiallyActive=true to Link ([#12495](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/issues/12495)) ([e0db681](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/commit/e0db681))

## [2.0.15](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/[email protected]@2.0.15) (2019-03-11)

**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.0.15",
"version": "2.0.16",
"author": "Kyle Mathews <[email protected]>",
"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.1.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.31) (2019-03-12)

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

## [2.1.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.30) (2019-03-11)

**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.1.30",
"version": "2.1.31",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -65,7 +65,7 @@
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.4.15",
"gatsby-link": "^2.0.15",
"gatsby-link": "^2.0.16",
"gatsby-plugin-page-creator": "^2.0.10",
"gatsby-react-router-scroll": "^2.0.5",
"glob": "^7.1.1",
Expand Down

0 comments on commit 943943d

Please sign in to comment.