From 63df38cda84bd3525a9d788d75a856ea40c3c449 Mon Sep 17 00:00:00 2001 From: frontegg Date: Fri, 31 Oct 2025 13:47:43 +0000 Subject: [PATCH] chore(release): publish 1.0.23 --- CHANGELOG.md | 5 +++++ CHANGELOG.old.md | 4 ++++ ios/frontegg_flutter.podspec | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0ab30..129dec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md index b22aea0..1c0ab30 100644 --- a/CHANGELOG.old.md +++ b/CHANGELOG.old.md @@ -1,3 +1,7 @@ +## v1.0.22 +Bump Frontegg-Kotlin-SDK version to 1.3.9 +Bump Frontegg-Swift-SDK version to 1.2.48 + ## v1.0.20 - Updating android SDK diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index a418ecc..48433b8 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'frontegg_flutter' - s.version = '1.0.22' + s.version = '1.0.23' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index 33da626..f1c09da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.22 +version: 1.0.23 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index 2fa3901..1c2de38 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.22 \ No newline at end of file +1.0.23 \ No newline at end of file