File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish Package
33on :
44 push :
55 tags :
6- - " descope- v*"
6+ - " v*"
77
88jobs :
99 publish :
Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.16 "
2+ "." : " 0.9.17 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.17] ( https://github.com/descope/descope-flutter/compare/descope-v0.9.16...descope-v0.9.17 ) (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.16] ( https://github.com/descope/descope-flutter/compare/descope-v0.9.15...descope-v0.9.16 ) (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.16 ' ; // x-release-please-version
26+ static const version = '0.9.17 ' ; // 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.16
3+ version : 0.9.17
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