Skip to content

Commit aa13da3

Browse files
authored
chore: release v0.0.13 beta (#305)
* chore: release v0.0.13-beta * revert: use of symlinks for testing Pub does not support publishing packages with directory symlinks
1 parent 3237218 commit aa13da3

21 files changed

+74
-93
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ The official [Clerk](https://clerk.com) Flutter/Dart client library.
1818
* [clerk_flutter](./packages/clerk_flutter): Flutter SDK
1919

2020

21-
### Note
22-
23-
This repo uses symbolic links to enable test code to be shared but not published.
24-
You might need to enable this git config parameter.
25-
26-
`git config core.symlinks true`
27-
28-
or clone with it on
29-
30-
`git clone -c core.symlinks=true https://github.com/clerk/clerk-sdk-flutter.git`
31-
32-
3321
### License
3422

3523
These SDKs are licensed under the MIT license found in the [LICENSE](./LICENSE) file.

packages/clerk_auth/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
## 0.0.13-beta
22

3-
* change: session token polling now defaults to ON (previous versions had it defaulting to OFF)
3+
* feat: make test helpers globally available [#292]
4+
* fix: make updates only happen when details change [#286]
5+
* fix: accept 'required' fields [#285]
6+
* fix: test framework [#281]
7+
* fix: set polling periods to zero for testing [#283]
8+
* feat: improve email link sign in up [#267]
9+
* fix: only poll when signed in [#275]
10+
* fix: add housekeeping where missing [#279]
11+
* fix: move session token polling from api to auth for better error reporting [#244]
12+
* feat: bring sign up ux in line with other sdks [#246]
13+
* fix: force org creation when needed [#271]
14+
* change: session token polling now defaults to ON (previous versions had it defaulting to OFF) [#263]
15+
* fix: bring session token polling with orgs inline with other SDKs [#263]
16+
* fix: remove unnecessary email etc update [#265]
17+
* feat: enable sign up with enterprise sso [#247]
18+
* fix: enable sign in using enterprise sso [#248]
419

520
## 0.0.12-beta
621

packages/clerk_auth/lib/src/_version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clerk_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.12-beta
3+
version: 0.0.13-beta
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
@@ -24,4 +24,4 @@ dev_dependencies:
2424
json_serializable: ^6.8.0
2525
lints: ^3.0.0
2626
mocktail: ^1.0.4
27-
test: ^1.25.5
27+
test: ^1.25.5

packages/clerk_auth/test/test_support

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)