Skip to content

Commit b46e67b

Browse files
chore(main): release 0.10.0 (#195)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com>
1 parent b284fb7 commit b46e67b

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.18"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/descope/descope-flutter/compare/v0.9.18...v0.10.0) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* Add a hosted factory to descope flow config ([#193](https://github.com/descope/descope-flutter/issues/193)) ([1f4e726](https://github.com/descope/descope-flutter/commit/1f4e726f35695599d11edd43679d99125328aec9))
9+
* Add automatic periodic session refresh ([#197](https://github.com/descope/descope-flutter/issues/197)) ([3b12b7b](https://github.com/descope/descope-flutter/commit/3b12b7b4c2d73bb7f8e5478ed0495a63ecf89fae))
10+
11+
12+
### Bug Fixes
13+
14+
* store web session tokens in sessionStorage instead of localStorage ([#198](https://github.com/descope/descope-flutter/issues/198)) ([b284fb7](https://github.com/descope/descope-flutter/commit/b284fb7ac994f71d66994cbb7e077c7e1375f554))
15+
316
## [0.9.18](https://github.com/descope/descope-flutter/compare/v0.9.17...v0.9.18) (2026-03-01)
417

518

lib/src/sdk/sdk.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.18'; // x-release-please-version
26+
static const version = '0.10.0'; // x-release-please-version
2727

2828
/// The configuration of the [DescopeSdk] instance.
2929
final DescopeConfig config;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: descope
22
description: A Flutter package for working with the Descope API.
3-
version: 0.9.18
3+
version: 0.10.0
44
homepage: https://www.descope.com
55
repository: https://github.com/descope/descope-flutter
66
issue_tracker: https://github.com/descope/descope-flutter/issues

0 commit comments

Comments
 (0)