Skip to content
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

fix(supabase): pub validation and doc fixes #444

Merged
merged 9 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [Model Config](offline_first/models.md)
- [Field Config](offline_first/fields.md)
- [Testing](offline_first/testing.md)
- [With Supabase](offline_first/offline_first_with_supabase_repository.md)
- [With GraphQL](offline_first/offline_first_with_graphql_repository.md)
- [With Rest](offline_first/offline_first_with_rest_repository.md)
- [Offline Queue](offline_first/offline_queue.md)
2 changes: 0 additions & 2 deletions packages/brick_offline_first_with_graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Unreleased

- Apply minimum constraint on `brick_offline_first_build` to `3.2.0`

## 3.1.1

- Loosen constraints for `gql`, `gql_exec`, and `gql_link`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

- (test) remove analysis options override for non-standard library prefixes
- Apply minimum constraint on `brick_offline_first_build` to `3.2.0`

## 3.3.0

Expand Down
2 changes: 1 addition & 1 deletion packages/brick_offline_first_with_supabase/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Green Bits, Inc. and its affiliates.
Copyright (c) Tim Shedor.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/brick_offline_first_with_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ dependencies:
logging: ">=1.0.0 <2.0.0"
meta: ">=1.3.0 <2.0.0"
sqflite_common: ">=2.0.0 <3.0.0"
supabase: ">=2.3.0 <3.0.0"

dev_dependencies:
lints: ^2.0.1
mockito: ^5.0.0
sqflite_common_ffi: ^2.0.0
supabase: ">=2.3.0 <3.0.0"
test: ^1.16.5
2 changes: 1 addition & 1 deletion packages/brick_offline_first_with_supabase_build/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Green Bits, Inc. and its affiliates.
Copyright (c) Tim Shedor.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/brick_supabase/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Green Bits, Inc. and its affiliates.
Copyright (c) Tim Shedor.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the true owner!


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions packages/brick_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ environment:

dependencies:
brick_core: ^1.1.1
supabase: ">=2.3.0 <3.0.0"
collection: ">=1.15.0 <2.0.0"
logging: ">=1.0.0 <2.0.0"
meta: ">=1.3.0 <2.0.0"
supabase: ">=2.3.0 <3.0.0"

dev_dependencies:
lints: ^2.0.1
test: ^1.16.5
collection: ">=1.15.0 <2.0.0"
2 changes: 1 addition & 1 deletion packages/brick_supabase_generators/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Courier Plus, Inc. and its affiliates.
Copyright (c) Tim Shedor.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down