Skip to content

Commit a8e8d1f

Browse files
committed
Update to version 5.3.0
And heroku stack 20
1 parent f3c9e01 commit a8e8d1f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [5.3.0] - 2022-01-30
10+
11+
### Added
12+
- Support for oAuth Authorization Code flow!
13+
- Skip login screen for already logged in users, but still get new auth code from the server.
14+
- If prompt = consent always show the Consent screen even when already have given consent previously.
15+
- Display previous auth message if person has previously authed with Hylo
16+
- Display when an app is asking for offline_access
17+
918
## [5.2.0] - 2022-01-20
1019

1120
### Added

app.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "hylo-evo",
3+
"stack": "heroku-20",
34
"scripts": {
45
},
56
"env": {
@@ -38,12 +39,10 @@
3839
"formation": {
3940
},
4041
"addons": [
41-
4242
],
4343
"buildpacks": [
4444
{
4545
"url": "https://github.com/Hylozoic/heroku-buildpack-nodejs.git#run-webpack-build-v182"
4646
}
47-
],
48-
"stack": "heroku-18"
47+
]
4948
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hylo-evo",
33
"description": "Hylo Frontend",
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"private": true,
66
"engines": {
77
"node": "16.13.2",

0 commit comments

Comments
 (0)