Skip to content

Commit

Permalink
chore: adds missing changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Apr 30, 2024
1 parent ae74761 commit b1e4748
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/hungry-spoons-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@lens-protocol/domain": patch
"@lens-protocol/react": patch
"@lens-protocol/react-native": patch
"@lens-protocol/react-web": patch
---

**chore:** remove unused error details
2 changes: 2 additions & 0 deletions packages/react/src/publication/usePublications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { useFragmentVariables } from '../helpers/variables';
*/
export type UsePublicationsArgs = PaginatedArgs<PublicationsRequest>;

export type { PublicationsRequest };

/**
* Fetch a paginated result of publications based on a set of filters.
*
Expand Down

0 comments on commit b1e4748

Please sign in to comment.