From 942ca59c49a02d8804a29161d29064c16a579efb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:15:28 +0300 Subject: [PATCH] v1.0.0 (#6) * chore(release): publish 0.0.6 * fix published version and release notes --------- Co-authored-by: frontegg Co-authored-by: David Antoon --- CHANGELOG.md | 7 ++++++- README.md | 2 +- example/ios/Podfile.lock | 2 +- example/pubspec.lock | 2 +- ios/frontegg_flutter.podspec | 2 +- pubspec.yaml | 2 +- version.txt | 1 + 7 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 version.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e7ca2..6ae3bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [0.0.5] - Release official version of flutter sdk +## [1.0.0] - Official version of frontegg flutter sdk + +Frontegg is a first-of-its-kind full-stack user management platform, empowering software teams with user infrastructure +features for the product-led era. + +## [0.0.5] - Pre-Release official version of flutter sdk ## [0.0.4] - Connecting iOS and Android FronteggSDKs and native methods usage diff --git a/README.md b/README.md index 475f4e4..09cf6e2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ dart pub add frontegg_flutter ```yaml dependencies: - frontegg_flutter: ^0.0.5 + frontegg_flutter: ^1.0.0 ``` ## Setup iOS Project diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6fda1c9..04c4608 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (1.0.0) - - frontegg_flutter (0.0.5): + - frontegg_flutter (1.0.0): - Flutter - FronteggSwift (~> 1.2.15) - FronteggSwift (1.2.15) diff --git a/example/pubspec.lock b/example/pubspec.lock index 2877fa3..e318935 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -86,7 +86,7 @@ packages: path: ".." relative: true source: path - version: "0.0.5" + version: "1.0.0" fuchsia_remote_debug_protocol: dependency: transitive description: flutter diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index 3ae3b9d..b9229da 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 = '0.0.5' + s.version = '1.0.0' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index f3fd02c..337e768 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 0.0.5 +version: 1.0.0 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..afaf360 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file