Skip to content

Commit 2a46788

Browse files
chore(main): release descope 0.9.17 (#190)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com> Co-authored-by: Omer Cohen <639682+omercnet@users.noreply.github.com>
1 parent cfb2672 commit 2a46788

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Package
33
on:
44
push:
55
tags:
6-
- "descope-v*"
6+
- "v*"
77

88
jobs:
99
publish:

.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.16"
2+
".": "0.9.17"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

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.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;

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.16
3+
version: 0.9.17
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)