Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.24
Fixed issue when reset password link sometimes redirected to blank screen.

## v1.0.23
Bump swift-sdk to 1.2.51v
Bump kotlin-sdk to 1.3.10v
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.old.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.23
Bump swift-sdk to 1.2.51v
Bump kotlin-sdk to 1.3.10v
Added examples for token retrieval after login below the "Sensitive action" button

## v1.0.22
Bump Frontegg-Kotlin-SDK version to 1.3.9
Bump Frontegg-Swift-SDK version to 1.2.48
Expand Down
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'frontegg_flutter'
s.version = '1.0.23'
s.version = '1.0.24'
s.summary = 'A new Flutter plugin project.'
s.description = <<-DESC
A new Flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: frontegg_flutter
description: Flutter package for Frontegg services
version: 1.0.23
version: 1.0.24
homepage: https://github.com/frontegg/frontegg-flutter
#publish_to: "https://pub.dartlang.org"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.23
1.0.24
Loading