Skip to content

Commit a1f208f

Browse files
authored
chore: release v0.0.7-dev (#154)
1 parent 7a11f96 commit a1f208f

File tree

5 files changed

+53
-3
lines changed

5 files changed

+53
-3
lines changed

Diff for: packages/clerk_auth/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.0.7-dev
2+
3+
* fix: rationalise clerk auth exports [#105]
4+
* fix: session token broken [#97]
5+
* feat: enable session tokens to be created and updated per organization [#97]
6+
* fix: enable telemetry to be disabled and endpoint to be set from env [#97]
7+
* fix: allow telemetry period to be set from environment too [#97]
8+
* fix: add check for malformed jwt into session token [#97]
9+
* feat: add external accounts to user profile and start connect account journey [#118]
10+
* fix: bugs in sign up flow [#127]
11+
* fix: add failed status to enum [#112]
12+
* feat: enable `sessionToken()` to return templated JWT tokens for external vendors. [#93]
13+
* fix: improve multilingual support [#128]
14+
* fix: connecting a new account [#121]
15+
* fix: surface server errors in the ui [#122]
16+
* feat: replace parameters with config object [#120]
17+
* fix: amalgamate Closeable and AnimatedCloseable [#138]
18+
* fix: add translations for sign in error [#143]
19+
* fix: mark all models as immutable [#113]
20+
* fix: add toString to models [#140]
21+
* fix: refactor attemptSignIn [#147]
22+
* fix: refactor HttpService [#149]
23+
* feat: add timeouts to loading overlay [#142]
24+
* feat: custom sign in example [#141]
25+
126
## 0.0.6-dev
227

328
- Improve updateUser to utilise environment config #98

Diff for: packages/clerk_auth/lib/src/_version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/clerk_auth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clerk_auth
22
description: Package that will allow you to authenticate and use Clerk from Dart code.
3-
version: 0.0.6-dev
3+
version: 0.0.7-dev
44
homepage: https://clerk.com/docs
55
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_auth
66
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/clerk_auth

Diff for: packages/clerk_flutter/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.0.7-dev
2+
3+
* fix: rationalise clerk auth exports [#105]
4+
* fix: session token broken [#97]
5+
* feat: enable session tokens to be created and updated per organization [#97]
6+
* fix: enable telemetry to be disabled and endpoint to be set from env [#97]
7+
* fix: allow telemetry period to be set from environment too [#97]
8+
* fix: add check for malformed jwt into session token [#97]
9+
* feat: add external accounts to user profile and start connect account journey [#118]
10+
* fix: bugs in sign up flow [#127]
11+
* fix: add failed status to enum [#112]
12+
* feat: enable `sessionToken()` to return templated JWT tokens for external vendors. [#93]
13+
* fix: improve multilingual support [#128]
14+
* fix: connecting a new account [#121]
15+
* fix: surface server errors in the ui [#122]
16+
* feat: replace parameters with config object [#120]
17+
* fix: amalgamate Closeable and AnimatedCloseable [#138]
18+
* fix: add translations for sign in error [#143]
19+
* fix: mark all models as immutable [#113]
20+
* fix: add toString to models [#140]
21+
* fix: refactor attemptSignIn [#147]
22+
* fix: refactor HttpService [#149]
23+
* feat: add timeouts to loading overlay [#142]
24+
* feat: custom sign in example [#141]
25+
126
## 0.0.6-dev
227

328
- Improve updateUser to utilise environment config #98

Diff for: packages/clerk_flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clerk_flutter
22
description: Package that will allow you to authenticate and use Clerk from Flutter code.
3-
version: 0.0.6-dev
3+
version: 0.0.7-dev
44
homepage: https://clerk.com/docs
55
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_flutter
66
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/clerk_flutter

0 commit comments

Comments
 (0)