Skip to content

Commit

Permalink
fix(supabase): pub validation and doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Sep 20, 2024
1 parent b925741 commit e694f18
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.

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

0 comments on commit e694f18

Please sign in to comment.