Skip to content

Commit

Permalink
Release af-v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Mar 5, 2025
1 parent 7068a38 commit 3cf43d8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions auth0_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [af-v1.9.0](https://github.com/auth0/auth0-flutter/tree/af-v1.9.0) (2025-03-05)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.8.0...af-v1.9.0)

**Added**
- Added support for WASM compilation [\#516](https://github.com/auth0/auth0-flutter/pull/516) ([pmathew92](https://github.com/pmathew92))
- af: Ignore locale when it's not a string [\#518](https://github.com/auth0/auth0-flutter/pull/518) ([Widcket](https://github.com/Widcket))

## [af-v1.8.0](https://github.com/auth0/auth0-flutter/tree/af-v1.8.0) (2025-02-13)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.7.2...af-v1.8.0)

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/darwin/auth0_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 = 'auth0_flutter'
s.version = '1.8.0'
s.version = '1.9.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android and iOS apps.'
s.homepage = 'https://auth0.com'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/ios/auth0_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 = 'auth0_flutter'
s.version = '1.8.0'
s.version = '1.9.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android and iOS apps.'
s.homepage = 'https://auth0.com'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String version = '1.8.0';
const String version = '1.9.0';
2 changes: 1 addition & 1 deletion auth0_flutter/macos/auth0_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 = 'auth0_flutter'
s.version = '1.8.0'
s.version = '1.9.0'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android and iOS apps.'
s.homepage = 'https://auth0.com'
Expand Down
4 changes: 2 additions & 2 deletions auth0_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: auth0_flutter
description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.
version: 1.8.0
version: 1.9.0
homepage: https://github.com/auth0/auth0-flutter

environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
auth0_flutter_platform_interface: ^1.8.0
auth0_flutter_platform_interface: ^1.9.0
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit 3cf43d8

Please sign in to comment.