Skip to content

Commit

Permalink
chore: release v0.0.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed Nov 19, 2024
1 parent 20b42ee commit 440be3e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/clerk_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3-dev

- Pre-release alpha.

## 0.0.2-dev

- Pre-alpha development.
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clerk_auth
description: Package that will allow you to authenticate and use Clerk from Dart code.
version: 0.0.2-dev
version: 0.0.3-dev
homepage: https://clerk.com/docs
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_auth
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/package%3A%20clerk_auth
Expand Down
4 changes: 4 additions & 0 deletions packages/clerk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3-dev

- Pre-release alpha.

## 0.0.2-dev

- Pre-alpha development.
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clerk_flutter
description: Package that will allow you to authenticate and use Clerk from Flutter code.
version: 0.0.2-dev
version: 0.0.3-dev
homepage: https://clerk.com/docs
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_flutter
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/package%3A%20clerk_flutter
Expand All @@ -12,7 +12,7 @@ environment:
flutter: '>=3.24.0'

dependencies:
clerk_auth: ^0.0.2-dev
clerk_auth: ^0.0.3-dev
collection: ^1.18.0
flutter:
sdk: flutter
Expand Down

0 comments on commit 440be3e

Please sign in to comment.