File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.17 "
2+ "." : " 0.9.18 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.18] ( https://github.com/descope/descope-flutter/compare/v0.9.17...v0.9.18 ) (2026-03-01)
4+
5+
6+ ### Bug Fixes
7+
8+ * add app-token ([ #185 ] ( https://github.com/descope/descope-flutter/issues/185 ) ) ([ 8b94392] ( https://github.com/descope/descope-flutter/commit/8b94392b8892314bc92dace9667712c1f2759791 ) )
9+ * Document correct minimum version ([ #181 ] ( https://github.com/descope/descope-flutter/issues/181 ) ) ([ 39f3be3] ( https://github.com/descope/descope-flutter/commit/39f3be3b3893ffa8e64c566c9448b5b1bbe5ba5d ) )
10+ * release-please to update in-code version ([ 2d29417] ( https://github.com/descope/descope-flutter/commit/2d29417da972073d94569fc85996f045d5bbefd0 ) )
11+
312## [ 0.9.17] ( https://github.com/descope/descope-flutter/compare/descope-v0.9.16...descope-v0.9.17 ) (2026-03-01)
413
514
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class DescopeSdk {
2323 static const name = 'DescopeFlutter' ;
2424
2525 /// The Descope SDK version
26- static const version = '0.9.17 ' ; // x-release-please-version
26+ static const version = '0.9.18 ' ; // x-release-please-version
2727
2828 /// The configuration of the [DescopeSdk] instance.
2929 final DescopeConfig config;
Original file line number Diff line number Diff line change 11name : descope
22description : A Flutter package for working with the Descope API.
3- version : 0.9.17
3+ version : 0.9.18
44homepage : https://www.descope.com
55repository : https://github.com/descope/descope-flutter
66issue_tracker : https://github.com/descope/descope-flutter/issues
You can’t perform that action at this time.
0 commit comments