Bump versions

This commit is contained in:
Juan Paucar 2020-01-17 12:09:37 -05:00
parent c279547962
commit eb159b6fd5
10 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,7 @@
## 1.6.0.2
* Remove unnecessary deriving of Typeable
## 1.6.0.1 ## 1.6.0.1
* Compile with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561) * Compile with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)

View File

@ -1,5 +1,5 @@
name: yesod-auth-oauth name: yesod-auth-oauth
version: 1.6.0.1 version: 1.6.0.2
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Hiromi Ishii author: Hiromi Ishii

View File

@ -1,8 +1,9 @@
# ChangeLog for yesod-auth # ChangeLog for yesod-auth
## Unreleased ## 1.6.9
* Email: Fix typo in `defaultEmailLoginHandler` template [#1605](https://github.com/yesodweb/yesod/pull/1605) * Email: Fix typo in `defaultEmailLoginHandler` template [#1605](https://github.com/yesodweb/yesod/pull/1605)
* Remove unnecessary deriving of Typeable
## 1.6.8 ## 1.6.8

View File

@ -1,5 +1,5 @@
name: yesod-auth name: yesod-auth
version: 1.6.8 version: 1.6.9
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin author: Michael Snoyman, Patrick Brisbin

View File

@ -1,8 +1,12 @@
# ChangeLog for yesod-core # ChangeLog for yesod-core
## 1.6.18
* Remove unnecessary deriving of Typeable
## 1.6.17 ## 1.6.17
Adds `contentTypeIsJson` [#1646](https://github.com/yesodweb/yesod/pull/1646) * Adds `contentTypeIsJson` [#1646](https://github.com/yesodweb/yesod/pull/1646)
## 1.6.16.1 ## 1.6.16.1

View File

@ -1,5 +1,5 @@
name: yesod-core name: yesod-core
version: 1.6.17 version: 1.6.18
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,7 @@
## 1.6.0.2
* Remove unnecessary deriving of Typeable
## 1.6.0.1 ## 1.6.0.1
* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561) * Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)

View File

@ -1,5 +1,5 @@
name: yesod-static name: yesod-static
version: 1.6.0.1 version: 1.6.0.2
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,7 @@
## 1.6.1
* Remove unnecessary deriving of Typeable
## 1.6.0 ## 1.6.0
* Upgrade to yesod-core 1.6 * Upgrade to yesod-core 1.6

View File

@ -1,5 +1,5 @@
name: yesod name: yesod
version: 1.6.0 version: 1.6.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>