Skip to content

Commit

Permalink
v1.0.0 (#6)
Browse files Browse the repository at this point in the history
* chore(release): publish 0.0.6

* fix published version and release notes

---------

Co-authored-by: frontegg <[email protected]>
Co-authored-by: David Antoon <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent 3a97b7f commit 942ca59
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dart pub add frontegg_flutter

```yaml
dependencies:
frontegg_flutter: ^0.0.5
frontegg_flutter: ^1.0.0
```
## Setup iOS Project
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = '0.0.5'
s.version = '1.0.0'
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: 0.0.5
version: 1.0.0
homepage: https://github.com/frontegg/frontegg-flutter
#publish_to: "https://pub.dartlang.org"

Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit 942ca59

Please sign in to comment.