Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Barnes committed Mar 25, 2019
1 parent 63890d6 commit 2aca16b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,94 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# 1.6.0 (2019-03-25)


### Bug Fixes

* 56: fixed missing scrollingElement in some browsers; ([b3aad7b](https://github.com/TylerBarnes/gatsby-plugin-transition-link/commit/b3aad7b))
* Add missing parenthesis on link ([f19dfc5](https://github.com/TylerBarnes/gatsby-plugin-transition-link/commit/f19dfc5))
* Update example site name for yarn workspaces ([2c58795](https://github.com/TylerBarnes/gatsby-plugin-transition-link/commit/2c58795))


### Features

* added property to configure swipe offset; ([ac95547](https://github.com/TylerBarnes/gatsby-plugin-transition-link/commit/ac95547))



## 1.5.2 (2019-03-14)



## 1.4.4 (2018-12-18)



## 1.4.1 (2018-12-02)



## 1.3.4 (2018-11-24)



## 1.3.1 (2018-11-23)



# 1.3.0 (2018-11-22)



## 1.2.5 (2018-11-21)



## 1.2.3 (2018-11-17)



## 1.2.2 (2018-11-15)



## 1.1.2 (2018-11-12)



## 1.1.1 (2018-11-08)



# 1.1.0 (2018-11-08)



## 1.0.11 (2018-11-07)



## 1.0.10 (2018-11-07)



## 1.0.7 (2018-11-07)



## 1.0.1 (2018-11-04)



# 1.0.0 (2018-11-04)



# 0.1.0 (2018-10-26)



## 1.5.2 (2019-03-14)

Pass onClick handlers through to TransitionLink
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-transition-link",
"version": "1.5.2",
"version": "1.6.0",
"description": "A link component for page transitions in gatsby.",
"repository": "https://github.com/TylerBarnes/gatsby-plugin-transition-link",
"homepage": "https://gatsby-plugin-transition-link.netlify.com/",
Expand Down

0 comments on commit 2aca16b

Please sign in to comment.