-
-
Notifications
You must be signed in to change notification settings - Fork 299
chore(release): publish packages #1326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| const version = '2.18.0'; | ||
| const version = '2.19.0'; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| const version = '2.7.0'; | ||
| const version = '2.7.1'; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| const version = '2.4.1'; | ||
| const version = '2.5.0'; |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,7 @@ | ||||||
| ## 2.10.3 | ||||||
|
|
||||||
| - Update a dependency to the latest release. | ||||||
|
||||||
| - Update a dependency to the latest release. | |
| - Update dependencies (gotrue, realtime_client, storage_client) to their latest releases. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| const version = '2.10.2'; | ||
| const version = '2.10.3'; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ environment: | |
| dependencies: | ||
| flutter: | ||
| sdk: flutter | ||
| supabase_flutter: ^2.12.0 | ||
| supabase_flutter: ^2.12.1 | ||
|
||
|
|
||
| dev_dependencies: | ||
| flutter_test: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| const version = '2.12.0'; | ||
| const version = '2.12.1'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
supabaseandsupabase_flutterare listed under “Packages with other changes” with anchor links, but there are no corresponding sections forv2.10.3/v2.12.1in this release entry. Either add headings for these packages (even if they’re dependency-only bumps) or remove/avoid the links (and consider listing them only under “dependency updates only”) to prevent broken TOC links.