Skip to content

Commit

Permalink
Merge branch 'main' into switch-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Nov 15, 2023
2 parents 799ce13 + 99b5024 commit a52a7d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/spotty-cameras-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
NPM_TOKEN: ${{ env.NPM_TOKEN }}
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
publish: yarn release
version: yarn changeset version && yarn
2 changes: 1 addition & 1 deletion packages/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

@celo/identity simplifies interacting with ODIS, Celo’s lightweight identity layer based on phone numbers.

You can find examples of how to use this package to do ODIS lookups [here](https://github.com/celo-org/social-connect).
You can find an example of how to use this package to do ODIS lookups [here](https://github.com/celo-org/emisianto/blob/main/pages/index.tsx).

0 comments on commit a52a7d7

Please sign in to comment.